summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing declaration for testingRichard Warren2017-10-271-0/+1
|
* Merge pull request #733 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-10-261-4/+4
|\ | | | | | | | | | | | | * commit '6a52c26162f45e85b88aa6ddab5e5d861aaba7b8': Revert "Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and" Remove extra spaces and 1 "currently under development" to match hdf5_1_10 version. Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and check for id > -1 before calling close functions.
| * Revert "Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and"lrknox2017-10-261-9/+6
| | | | | | | | This reverts commit e92f3f858bf16a84c59aeb6692f5cab5e6b8e66f.
| * Remove extra spaces and 1 "currently under development" to match hdf5_1_10lrknox2017-10-261-5/+5
| | | | | | | | version.
| * Fix for HDFFFV-10308. Initialize hid_ts in function check_objects andlrknox2017-10-231-6/+9
| | | | | | | | check for id > -1 before calling close functions.
* | Merge pull request #731 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-10-261-1/+1
|\ \ | | | | | | | | | | | | * commit 'b6de5127a8b214bfb702c4780bfbe4288fe606fd': removed extra character
| * | removed extra characterM. Scot Breitenfeld2017-10-261-1/+1
|/ /
* | Merge pull request #727 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-262-5/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd14e859a919dee2c153c6faac3a0431d84042f0d': Correct char type HDFFV-10297 fix grammar HDFFV-10297 - clarify note. HDFFV-10297 Update release note Correct test DEPENDS
| * | Correct char typeAllen Byrne2017-10-261-2/+2
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-261-1/+1
| |\ \ | |/ / |/| | | | | | | | * commit '084704392fa93d1569861c53504e89236468a3b6': HDFFV-10037: fixed wrong C link flags
* | | Merge pull request #725 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-10-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '26ae202faa4a761c307bf15eacc28f96bedc7859': HDFFV-10037: fixed wrong C link flags
| * | | HDFFV-10037: fixed wrong C link flagsM. Scot Breitenfeld2017-10-251-1/+1
|/ / /
| * | HDFFV-10297 fix grammarAllen Byrne2017-10-251-1/+1
| | |
| * | HDFFV-10297 - clarify note.Allen Byrne2017-10-251-1/+4
| | |
| * | HDFFV-10297 Update release noteAllen Byrne2017-10-251-1/+2
| | |
| * | Correct test DEPENDSAllen Byrne2017-10-251-2/+1
|/ /
* | Merge pull request #722 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-241-2/+2
|\ \ | | | | | | | | | | | | * commit '7ee40947e1808e63666f3129c30b3d52ac15d4e8': Correct typo
| * | Correct typoAllen Byrne2017-10-241-2/+2
|/ /
* | Merge pull request #721 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-242-6/+6
|\ \ | | | | | | | | | | | | | | | * commit 'def0d66aa2db7e3d87f5527b56b512680703418e': fix typo Fix typos
| * | fix typoAllen Byrne2017-10-241-1/+1
| | |
| * | Fix typosAllen Byrne2017-10-242-6/+6
|/ /
* | Merge pull request #720 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-231-0/+5
|\ \ | | | | | | | | | | | | * commit '1743470502095271be64a20d80dc53f085e75a09': HDFFV-10297 Free buffer inside loop
| * | HDFFV-10297 Free buffer inside loopAllen Byrne2017-10-231-0/+5
|/ /
* | Merge pull request #717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-238-317/+224
|\ \ | | | | | | | | | | | | * commit '3c639754b60c284f23a2c7e8d8b3c81c8cbb15f6': HDFFV-10297 Cleanup, Initialize variables
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-232-17/+10
| |\ \ | |/ / |/| | | | | | | | | | | * commit '23460c30f10e098a980c5466b6108269d2fd92f6': Moved the SWMR + cache image check up before the root group is constructed to avoid the special case close. Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. Prep for the VOL merge.
* | | Merge pull request #714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:swmr_ci_move ↵Dana Robinson2017-10-232-17/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | to develop * commit 'd8a3782ce49d537d96020dfa250a253d90f4c14f': Moved the SWMR + cache image check up before the root group is constructed to avoid the special case close. Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. Prep for the VOL merge.
| * | Moved the SWMR + cache image check up before the root groupDana Robinson2017-10-211-15/+8
| | | | | | | | | | | | is constructed to avoid the special case close.
| * | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-192-18/+18
| | | | | | | | | | | | Prep for the VOL merge.
| | * HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-238-317/+224
| |/ |/|
* | Merge pull request #715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-10-201-32/+8
|\ \ | | | | | | | | | | | | * commit 'c2be993f325813e711ee7cc97bb02b7b482a8290': HDFFV-10297 Windows issues fixed
| * | HDFFV-10297 Windows issues fixedAllen Byrne2017-10-201-32/+8
|/ /
* | Merge pull request #713 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-2057-5057/+4966
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '18ba8cb7d247cc2f535e53d66c2a47740724de6a': Windows cannot share files easily Avoid double free Windows had issues - revert code changes for get_option Remove extra command line Correct name of file Add Mask test to script Add new output files to clear test Correct name of err file Fix name of output files Fix format convert error mask test Fix tools error handling and valgrind issues Fix error handling issues Correct test results Cleanup valgrind issues HDFFV-1097 Changed file columns HDFFV-10297 add h5copy test and fix h5diff errors Fix VS2012 declaration error HDFFV-10297 Fix compiler compaliants HDFFV-10296 Update tools lib to use the error handling macros. Close ids in loop
| * Windows cannot share files easilyAllen Byrne2017-10-201-4/+34
| |
| * Avoid double freeAllen Byrne2017-10-191-3/+0
| |
| * Windows had issues - revert code changes for get_optionAllen Byrne2017-10-191-4/+8
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-196-44/+1024
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | * commit '8a391887be263e0ba7f1ba659dcf6559b5a5e01a': in 'production' mode builds Make fixes to avoid test failures in 'production' mode builds Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization
* | Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-181-6/+8
|\ \ | | | | | | | | | | | | | | | * commit '9aada2bdb51f1c235e483f2bce109262bfbe22fa': in 'production' mode builds Make fixes to avoid test failures in 'production' mode builds
| * | in 'production' mode buildsRichard.Warren2017-10-171-2/+2
| | |
| * | Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
| | |
* | | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-136-44/+1022
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf': Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization
| * | Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-112-46/+48
| | |
| * | Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-112-105/+101
| | |
| * | Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
| | |
| * | Update the MANIFEST and release_docs/RELEASE filesRichard Warren2017-10-102-0/+26
| | |
| * | Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-093-65/+159
| | |
| * | Edits to the file open optimization and associated testmainzer2017-10-053-180/+704
| | | | | | | | | | | | | | | | | | | | | code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-09-2815-47/+77
| |\ \ | | | | | | | | | | | | optimize_superblock_read
| * | | The initial coding for the superblock read optizationRichard Warren2017-09-285-3/+247
| | | |
| | | * Remove extra command lineAllen Byrne2017-10-181-1/+0
| | | |
| | | * Correct name of fileAllen Byrne2017-10-181-0/+0
| | | |