summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor fix for duplicated H5Pclose() call in C++ tests.Dana Robinson2017-02-231-2/+1
|
* Changed C++ comments to C comments in H5win32defs.h.Dana Robinson2017-02-221-2/+2
|
* Merge pull request #304 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develophdftest2017-02-222-19/+234
|\ | | | | | | | | | | * commit 'be6e9282f6ed824c367d364b4edd79d00b23f9f1': Make release script fail and return failing exit code when any of the steps for creating the docs.tar file fails. h5vers: Added code to update version strings in config/cmake/scripts/HDF5config.cmake.
| * Make release script fail and return failing exit code when any of the steps ↵lrknox2017-02-211-5/+5
| | | | | | | | for creating the docs.tar file fails.
| * h5vers:lrknox2017-02-212-14/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code to update version strings in config/cmake/scripts/HDF5config.cmake. release: Added options to create CMake tar.gz and zip files containing the HDF5 source and scripts to build and test HDF5 with cmake and ctest by running a single command. These were previously assembled manually. Added a call to h5vers to set the version being released where it occurs in files. In particular, the sub-release version string "currently under development" was not being removed from cpp_doc_config or HDF5config.cmake.
* | Merge pull request #305 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-221-1/+1
|\ \ | |/ |/| | | | | * commit 'e545f474a507e68e6fdbe295b54e82343f020ca4': Correct filename typo
| * Correct filename typoAllen Byrne2017-02-221-1/+1
|/
* Merge pull request #303 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-201-1/+2
|\ | | | | | | | | * commit '71cea2112f2445cd03ec6704e42671913aff11f9': Add new cmake options file
| * Add new cmake options fileAllen Byrne2017-02-201-1/+2
|/
* Merge pull request #302 in HDFFV/hdf5 from merge_page_buffering_02 to developQuincey Koziol2017-02-2020-822/+592
|\ | | | | | | | | | | | | * commit '101fa7af8ebe26ad015b64d3b881df8a9124ccc2': Cleanups and normalizations against incoming page_buffering changes. Switch major error code from H5E_FSPACE [back] to H5E_RESOURCE Misc. style cleanups from the page_buffering branch.
| * Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-2013-183/+190
| |
| * Switch major error code from H5E_FSPACE [back] to H5E_RESOURCEQuincey Koziol2017-02-182-102/+102
| |
| * Misc. style cleanups from the page_buffering branch.Quincey Koziol2017-02-187-673/+436
|/
* Merge pull request #298 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ↵Binh-Minh Ribler2017-02-173-4/+160
|\ | | | | | | | | | | | | | | | | | | | | develop New C++ wrappers for H5P[s/g]et_file_space. * commit '5f759d6d9f804d99572f605f9d9933c897ef3671': Description: Fixed and added function comments. Platform tested: Jam (very minor) Description: Fixed small typos Platform tested: Jam (very minor) Purpose: Add new C++ wrappers Description: Added wrappers for H5Pset_file_space and H5Pget_file_space
| * Description:Binh-Minh Ribler2017-02-161-2/+10
| | | | | | | | | | | | Fixed and added function comments. Platform tested: Jam (very minor)
| * Description:Binh-Minh Ribler2017-02-151-1/+1
| | | | | | | | | | | | Fixed small typos Platform tested: Jam (very minor)
| * Purpose: Add new C++ wrappersBinh-Minh Ribler2017-02-153-4/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset_file_space and H5Pget_file_space // Sets the strategy and the threshold value that the library will // will employ in managing file space. void setFileSpace(H5F_file_space_type_t strategy, hsize_t threshold) const; // Returns the strategy that the library uses in managing file space. H5F_file_space_type_t getFileSpaceStrategy() const; // Returns the threshold value that the library uses in tracking free // space sections. hsize_t getFileSpaceThreshold() const; Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
* | Merge pull request #295 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-02-171-119/+433
|\ \ | | | | | | | | | | | | | | | | | | * commit '92f4153a86a6a77f8d10507f3f922677da19a4b9': Resolve missed conflicts. Remove references to SVN. Check in changes to snapshot script from hdfdts repository to copy in HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
| * | Resolve missed conflicts.lrknox2017-02-171-8/+0
| | |
| * | Merge branch 'develop' of ↵lrknox2017-02-171-0/+8
| |\ \ | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| | * | Check in changes to snapshot script from hdfdts repository to copy inlrknox2017-02-131-116/+465
| | |/ | | | | | | | | | | | | | | | HDF5 develop branch. Most of the changes are for the switch from subversion to it repositories. This copy is not used for THG daily tests, but is available for testing on remote machines.
| * | Remove references to SVN.lrknox2017-02-171-119/+433
| |/
* | Merge pull request #301 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-172-2/+11
|\ \ | | | | | | | | | | | | * commit 'c37ecd5bba292e2b594547e0eeb6a385d20194b0': Add MPI_Fortran variables
| * | Add MPI_Fortran variablesAllen Byrne2017-02-172-2/+11
|/ /
* | Merge pull request #300 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-173-103/+114
|\ \ | | | | | | | | | | | | | | | * commit '46bd5d0d95b83e4cd703907b0d950ef1ab6b309e': Correct name of file Update cmake build scripts, split out options to seprate file
| * | Correct name of fileAllen Byrne2017-02-171-2/+2
| | |
| * | Update cmake build scripts, split out options to seprate fileAllen Byrne2017-02-173-103/+114
|/ /
* | Merge pull request #296 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-02-164-19/+51
|\ \ | |/ |/| | | | | | | | | | | | | * commit '08b5edca0b6df7c50696ecf777ae5f108b19a953': Fix parallel h5diff test comapare Set depends test dependency for parallel h5diff Convert string APPEND to set commands Revert whitespace Close file before trying to remove it
| * Fix parallel h5diff test comapareAllen Byrne2017-02-142-9/+28
| |
| * Set depends test dependency for parallel h5diffAllen Byrne2017-02-141-0/+4
| |
| * Convert string APPEND to set commandsAllen Byrne2017-02-141-10/+12
| |
| * Revert whitespaceAllen Byrne2017-02-131-1206/+1206
| |
| * Close file before trying to remove itAllen Byrne2017-02-131-1206/+1213
|/
* Merge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-096-18/+15
|\ | | | | | | | | * commit 'd875f7f3e65754f5618246cec47a75690a58e80c': Minor warning fixes.
| * Minor warning fixes.Dana Robinson2017-02-096-18/+15
|/
* Merge pull request #292 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-081-3/+1
|\ | | | | | | | | * commit '46ede7f0399d4adf2696193ea083bffdfcc69f7e': Deleted an extraneous remove() call from a test function that might be causing the flushrefresh test to fail.
| * Deleted an extraneous remove() call from a test functionDana Robinson2017-02-081-3/+1
|/ | | | that might be causing the flushrefresh test to fail.
* Merge pull request #291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-083-1/+6
|\ | | | | | | | | * commit 'bb354058c00e276aece09ec13431d7ae2c5ff041': Added #ifdef QAK macros around log VFD calls in SWMR acceptance tests.
| * Added #ifdef QAK macros around log VFD calls in SWMR acceptanceDana Robinson2017-02-083-1/+6
|/ | | | tests.
* Merge pull request #290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-02-071-53/+52
|\ | | | | | | | | * commit '422fc7cc9cac173d213b826455501c2ce8873992': Whitespace changes in bin/trace.
| * Whitespace changes in bin/trace.Dana Robinson2017-02-071-53/+52
|/
* Merge pull request #289 in HDFFV/hdf5 from merge_page_buffering_01 to developQuincey Koziol2017-02-0715-869/+842
|\ | | | | | | | | * commit 'a28b65bb9e9c654840e7e73b460921dc6d1a5a47': Clean up whitespace
| * Clean up whitespaceQuincey Koziol2017-02-0715-869/+842
|/
* Merge pull request #287 in HDFFV/hdf5 from ↵Allen Byrne2017-02-071-2/+0
|\ | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10125-cache_image-build-on-windows to develop * commit 'c699bbc8bf54c012e495bb85c80a75ce8c051ca1': HDFFV-10125 cache_common file already in test lib
| * HDFFV-10125 cache_common file already in test libAllen Byrne2017-02-021-2/+0
| |
| * Merge pull request #1 in ~BYRN/hdf5_adb from develop to ↵Allen Byrne2017-02-025-17/+0
| |\ | | | | | | | | | | | | | | | | | | bugfix/HDFFV-10125-cache_image-build-on-windows * commit '0a043cd64640c859c22491dfdd09c4dcd1360e3e': HDFFV-10124 Using cache_common.h contains other include files
* | \ Merge pull request #285 in HDFFV/hdf5 from ↵Allen Byrne2017-02-061-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop * commit '05059545d7cd37a60d48964d84c4b26d87131986': HDFFV-9875 Add new PDB folder
| * | | HDFFV-9875 Add new PDB folderAllen Byrne2017-02-061-0/+9
| | | |
* | | | Merge pull request #281 in HDFFV/hdf5 from ↵Allen Byrne2017-02-0323-170/+200
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop * commit 'd1292691c42cbc548fc7e4b39e4dd9cc1a376f94': HDFFV-9875 enable static pdb and cleanup exports Add static lib to pdb exports HDFFV-9875 Fix typo HDFFV-9875 Change test for shared libs HDFFV-9875 Remove compile pdb references HDFFV-9875 Fix target exports and add static tools pdb files
| * | | HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-037-7/+18
| | | |