summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Correct expected error file filter_fail.err to match changed errorlrknox2017-12-241-1/+4
| | | | messages.
* Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-11-2810-29/+17
|\
| * Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-1/+1
| |
| * Minor warning fixesDana Robinson2017-11-155-6/+11
| |
| * Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-134-5/+5
| |
| * Plugin test reworkDana Robinson2017-11-094-14/+0
| | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* | Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-11-022-4/+4
|\ \ | |/
| * Correct usage of MPI varsAllen Byrne2017-11-012-4/+4
| |
* | Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-301-2/+1
|\ \ | |/
| * Correct test DEPENDSAllen Byrne2017-10-251-2/+1
| |
* | Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-272-8/+8
|\ \ | |/
| * Correct typoAllen Byrne2017-10-241-2/+2
| |
| * fix typoAllen Byrne2017-10-241-1/+1
| |
| * Fix typosAllen Byrne2017-10-242-6/+6
| |
* | Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-2358-5369/+5158
|\ \ | |/
| * HDFFV-10297 Free buffer inside loopAllen Byrne2017-10-231-0/+5
| |
| * HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-238-317/+224
| |
| * HDFFV-10297 Windows issues fixedAllen Byrne2017-10-201-32/+8
| |
| * 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
| |
| * Remove extra command lineAllen Byrne2017-10-181-1/+0
| |
| * Correct name of fileAllen Byrne2017-10-181-0/+0
| |
| * Add Mask test to scriptAllen Byrne2017-10-181-37/+100
| |
| * Add new output files to clear testAllen Byrne2017-10-181-0/+4
| |
| * Correct name of err fileAllen Byrne2017-10-181-0/+1
| |
| * Fix name of output filesAllen Byrne2017-10-182-4/+4
| |
| * Fix format convert error mask testAllen Byrne2017-10-183-9/+65
| |
| * Fix tools error handling and valgrind issuesAllen Byrne2017-10-1815-59/+114
| |
| * Fix error handling issuesAllen Byrne2017-10-1714-241/+261
| |
| * Correct test resultsAllen Byrne2017-10-173-10/+10
| |
| * Cleanup valgrind issuesAllen Byrne2017-10-171-9/+11
| |
| * HDFFV-1097 Changed file columnsAllen Byrne2017-10-1616-2083/+2083
| |
| * HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-1629-766/+997
| |
| * Fix VS2012 declaration errorAllen Byrne2017-10-161-3/+3
| |
| * HDFFV-10297 Fix compiler compaliantsAllen Byrne2017-10-162-6/+9
| |
| * HDFFV-10296 Update tools lib to use the error handling macros.Allen Byrne2017-10-1311-2170/+1593
| |
| * Close ids in loopAllen Byrne2017-10-121-2/+15
| |
* | Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-10-1329-1732/+1772
|\ \ | |/
| * Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-1125-1706/+1758
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '11df540c92ac284a664be912b0cb045e8d92e7d3': Added older change that was added to last change HDFFV-10297 add release note - fix test step HDFFV-10297 Fix resource errors and cleanup whitespace HDFFV-10297 fix vl buffer error HDFFV-10297 update calls to H5Zfilter_avail HDFFV-10297 - code changes nullify error HDFFV-10297 - Fix test errors - five remaining HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
| | * HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-103-1058/+991
| | |
| | * HDFFV-10297 fix vl buffer errorAllen Byrne2017-10-101-58/+50
| | |
| | * HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-093-21/+27
| | |
| | * HDFFV-10297 - code changes nullify errorAllen Byrne2017-10-091-5/+1
| | |
| | * HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-0914-168/+338
| | |
| | * HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-069-444/+399
| | | | | | | | | includes H5Zfilter_avail() fix
| * | Correct indentation in h5diff/Makefile.am.lrknox2017-10-091-1/+1
| | |
| * | Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. Thislrknox2017-10-094-25/+13
| |/ | | | | | | | | | | allows them to be successfully linked but not installed. The change was added for the HDF5 1.8.20 release, but is also needed for all other HDF5 branches.
* | Synced the multi-dataset branch with develop. Passes DT, multi-chunk code ↵M. Scot Breitenfeld2017-10-091-6/+9
|/ | | | was disabled, and the parallel compression tests were disabled.
* Fix other test name typosAllen Byrne2017-10-051-2/+2
|