summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* For portability, use the POSIX sh(1) string-comparison operator `=`David Young2019-12-191-2/+2
| | | | instead of `==`.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2019-12-173-10/+3
|\ | | | | | | | | | | | | | | | | | | * commit '1097ac60c2b95a2b958a3150b537c75f512cacca': Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test. Merge t_2Gio test into hdf5_1_12. This will eventually be refactored out after merging the test functionality into the testphdf5 test. Minor tweaks noticed while going over VOL documentation. Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake. Fixed missing blob callbacks in test VOL connectors. Trivial parameter renaming in VOL API calls.
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-163-10/+3
| | | | | | | | the Autotools and CMake.
* | Remove duplicate instanceAllen Byrne2019-12-161-6/+0
|/
* Revert and move declarationAllen Byrne2019-12-131-3/+5
|
* Correct compile and test Windows errorsAllen Byrne2019-12-131-5/+4
|
* Fix issues when using ONLY_SHARED_LIBSAllen Byrne2019-12-112-2/+2
|
* Change defines to not conflict with windowsAllen Byrne2019-12-111-14/+14
|
* Fix reference fileAllen Byrne2019-12-101-1006/+1009
|
* HDFFV-10876 Merge from developAllen Byrne2019-12-0968-3605/+4257
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-097-23/+12
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-067-12/+23
|
* Fix MPI test namesAllen Byrne2019-10-231-1/+1
|
* Fix missing HD and whitespaceAllen Byrne2019-10-211-185/+112
|
* Merge branch 'hdf5_1_12' of ↵Larry Knox2019-10-0912-65/+71
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_12
| * Fix reference type comparison in h5dumpJerome Soumagne2019-10-081-1/+5
| |
| * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-0812-64/+66
| |
* | Final improvements.Larry Knox2019-10-091-38/+15
| |
* | Fix errors in testh5dump.sh tests that grep for reference error messages.Larry Knox2019-10-091-0/+30
|/
* More whitespace changesAllen Byrne2019-10-032-211/+57
|
* Whitespace cleanupAllen Byrne2019-10-031-159/+157
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-024-179/+68
|
* Whitespace and macro semi-colonAllen Byrne2019-10-023-64/+63
|
* Whitespace synchAllen Byrne2019-10-021-58/+58
|
* HDFFV-10918 add tests for h5repack ext storageAllen Byrne2019-10-022-1/+121
|
* fix for statement declare variableAllen Byrne2019-09-301-1/+2
|
* Set versions in initial hdf5_1_12 revision.hdf5_1_12-initialLarry Knox2019-09-251-7/+7
|
* Merge branch 'develop' of ↵Jacob Smith2019-09-242-2/+6
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Fix missing option and incorrect closeAllen Byrne2019-09-241-2/+2
| |
* | Update to current external file population.Jacob Smith2019-09-241-13/+19
| |
* | Revert else-if to single line.Jacob Smith2019-09-241-22/+12
| |
* | Merge branch 'develop' of ↵Jacob Smith2019-09-2398-4847/+6047
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Merge pull request #1936 in HDFFV/hdf5 from ↵Dana Robinson2019-09-196-59/+62
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'a6930a2bcfd37ea3610baafb608faec883286315': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
| | * Renamed get/set_time() calls in the tools library to avoid nameDana Robinson2019-09-196-59/+62
| | | | | | | | | | | | clash when building static parallel HDF5 w/ static linking to OpenMPI.
| * | Add missing HD prefixAllen Byrne2019-09-181-1/+1
| | |
| * | HDFFV-10905 fix test scripts for no zlibAllen Byrne2019-09-172-7/+11
| |/
| * HDFFV-10901 add missing config optionsAllen Byrne2019-09-132-623/+435
| |
| * use h5test.hAllen Byrne2019-09-051-33/+4
| |
| * add test libraryAllen Byrne2019-09-051-2/+2
| |
| * Correct name and add mingw to 32bit toolchainAllen Byrne2019-09-051-1/+1
| |
| * Fix build for tools library testAllen Byrne2019-09-052-12/+9
| |
| * OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-279-369/+373
| |
| * HDFFV-10876 h5dump OPAQUE size should be optionalAllen Byrne2019-08-273-18/+17
| |
| * Add HD prefixAllen Byrne2019-08-271-8/+8
| |
| * OESS-29 Update HD prefix mostlyAllen Byrne2019-08-244-343/+343
| |
| * Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-203-30/+27
| |
| * Add HD prefix to testsAllen Byrne2019-08-1526-1371/+1395
| |
| * Whitespace cleanupAllen Byrne2019-08-153-13/+13
| |
| * Fix compiler warnings with diabled ROS3 and HDFS VFDs.Jacob Smith2019-08-143-2/+14
| | | | | | | | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
| * Updated h5trav.c to emit output that doesn't require ddl changes for mapDana Robinson2019-08-131-3/+0
| | | | | | | | support.