summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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 pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-1125-1706/+1758
|\
| * 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
* | 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
|/
* Fix other test name typosAllen Byrne2017-10-051-2/+2
* Fix typo in valgrind test nameAllen Byrne2017-10-051-1/+1
* Cleanup cmake clean macrosAllen Byrne2017-10-0314-175/+343
* VS2012 and earlier cannot have execute stmnts before declareAllen Byrne2017-10-031-1/+1
* Correct depends nameAllen Byrne2017-10-031-1/+1
* Fix list of namesAllen Byrne2017-10-031-2/+3
* new reference fileAllen Byrne2017-10-031-0/+7
* Fix repack plugin test - reorganize test macrosAllen Byrne2017-10-033-286/+370
* Adjust filter available variablesAllen Byrne2017-10-021-19/+35
* Fix STREQUAL if commands.Allen Byrne2017-10-0210-34/+45
* Update error handling to support ARGS and tools stackAllen Byrne2017-10-027-459/+262
* Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-231-1/+2
* Use define name instead.Allen Byrne2017-09-201-1/+1
* Fix VS2013 compile errorAllen Byrne2017-09-201-0/+9
* Fix merge typosAllen Byrne2017-09-111-3/+3
* HDFFV-9774 Fix code mergeAllen Byrne2017-09-081-3582/+2230
* HDFFV-10276 Remove whitespaceAllen Byrne2017-09-081-1/+1
* HDFFV-10276 Remove whitespaceAllen Byrne2017-09-081-2/+2
* HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-077-24/+36
* HDFFV-9774 Apply standard mask to .err filesAllen Byrne2017-09-066-12/+12
* HDFFV-10276 Add filter mask for standard errAllen Byrne2017-09-067-12/+15
* HDFFV-9774 Add enable-error-stack argument to h5diffAllen Byrne2017-08-3129-393/+545
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-2318-808/+754
* HDFFV-10188 force non-native type descriptionAllen Byrne2017-08-231-1/+1
* HDFFV-10188 emu insists on printing non-native descriptionAllen Byrne2017-08-232-2/+2
* HDFFV-10188 fix typoAllen Byrne2017-08-211-1/+1
* HDFFV-10188 add missing copy commandsAllen Byrne2017-08-211-0/+2
* HDFFV-10188 Add tests and filesAllen Byrne2017-08-218-6/+105
* HDFFV-10188 enable null space testAllen Byrne2017-08-213-6/+45
* HDFFV-10188 - Check for empty string firstAllen Byrne2017-08-161-1/+2
* HDFFV-10188 error on NULL dataspaceAllen Byrne2017-08-042-47/+53
* Fix misnamed file in test scriptAllen Byrne2017-08-021-1/+1
* Add h5repack tests for paged aggregationAllen Byrne2017-08-021-3/+94
* Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-08-0213-0/+195
|\
| * Add h5repack tests for paged aggregationVailin Choi2017-07-2913-0/+195