summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* HDFFFV-10219 fix file creation contention on windowsAllen Byrne2017-06-161-1/+1
|
* HDFFV-10219 - fix name templatesAllen Byrne2017-06-151-3/+3
|
* HDFFV-10219 add test headersAllen Byrne2017-06-151-1/+3
|
* HDFFV-10219 - remove debug commentsAllen Byrne2017-06-151-28/+0
|
* HDFFV-10219 - Fix subset testAllen Byrne2017-06-151-1/+1
|
* HDFFV-10219Fix binary test to use gen filesAllen Byrne2017-06-151-7/+7
|
* Add subset tests to scriptAllen Byrne2017-06-151-4/+14
|
* Fix changes to reference files. Still need to add subset test.Allen Byrne2017-06-151-35/+49
|
* HDFFV-10219 - disable debug outputAllen Byrne2017-06-151-1/+1
|
* HDFFV-10219 Add new reference file file for new testAllen Byrne2017-06-151-0/+1
|
* HDFFV-10219 - fix for native in bin file and possible non-native in h5 Allen Byrne2017-06-1514-221/+789
|
* HDFFV-10219: add generated files to memcheck clear commandAllen Byrne2017-06-121-0/+16
|
* HDFFV-10219: Added keyword SUBSET to h5import list.Allen Byrne2017-06-124-40/+435
|
* Merge branch 'develop' into windows_openDana Robinson2017-05-3176-2180/+2720
|\
| * Minor warning fix.Dana Robinson2017-05-251-1/+0
| |
| * Minor warning fixes in the tools.Dana Robinson2017-05-252-4/+5
| |
| * Fixed additional minor warnings.Dana Robinson2017-05-254-25/+22
| |
| * Fixed many minor warnings.Dana Robinson2017-05-252-7/+7
| |
| * HDFFV-8611 add autotools testAllen Byrne2017-05-221-1/+7
| |
| * Remove obsolete functionAllen Byrne2017-05-221-32/+0
| |
| * HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-2212-44/+190
| | | | | | Added test and new arguments to control the the input file parsing.
| * Add debug trace commandsAllen Byrne2017-05-191-4/+17
| |
| * HDFFV-9055 Correct file generatorAllen Byrne2017-05-186-3/+3
| |
| * WhitespaceAllen Byrne2017-05-171-6/+6
| |
| * Move execeutable command after declarationAllen Byrne2017-05-171-1/+1
| |
| * HDFFV-9055 add test filesAllen Byrne2017-05-175-9/+51
| |
| * HDFFV-9055 Handle H5T_ARRAY typesAllen Byrne2017-05-161-257/+171
| | | | | | | | Create variables just for diff_array function Whitespace updates
| * HDFFV-9995 Clarify help textAllen Byrne2017-05-1611-111/+144
| |
| * HDFFV-10128 Fixed string length with no null fixedAllen Byrne2017-05-163-16/+9
| |
| * HDFFV-10128 add test to check null termAllen Byrne2017-05-156-37/+94
| | | | | | Test is another dataset
| * HDFFV-10128 Fix null term stringsAllen Byrne2017-05-121-7/+17
| |
| * HDFFV-10186 Need to pull the flag into the scriptAllen Byrne2017-05-112-0/+4
| |
| * HDFFV-10186 xml test also needs endianess aware filesAllen Byrne2017-05-104-6/+121
| |
| * HDFFV-10186 - h5tools_str_append is not printfAllen Byrne2017-05-101-3/+3
| |
| * HDFFV-10186 braces formattingAllen Byrne2017-05-101-72/+59
| |
| * Fix reference file contentsAllen Byrne2017-05-101-1/+1
| |
| * HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-1018-67/+379
| |
| * HDFFV-10186 more whitespace formattingAllen Byrne2017-05-103-278/+226
| |
| * HDFFV-10186 Whitespace changeAllen Byrne2017-05-096-804/+743
| | | | | | | | Mostly tabs to spaces Remove Modifications comments
| * HDFFV-10186 Whitespace changesAllen Byrne2017-05-092-42/+42
| | | | | | | | Mostly replacing tabs with spaces Removed empty mod sections
| * Fix typo in name of ddl file in commandAllen Byrne2017-05-051-1/+1
| |
| * Fix name to copyAllen Byrne2017-05-051-1/+1
| |
| * Correct name of file to copyAllen Byrne2017-05-041-1/+1
| |
| * Use correct var types for dataAllen Byrne2017-05-043-34/+35
| |
| * Remove duplicate definesAllen Byrne2017-05-042-18/+0
| |
| * Add test file to list and fix test typoAllen Byrne2017-05-021-1/+3
| |
| * Make test scripts fail if result files are createdAllen Byrne2017-05-0215-348/+418
| |
| * Comment out install-exec-hooks to remove libdynlib* files. Allen didlrknox2017-04-284-8/+8
| | | | | | | | | | | | | | the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-285-23/+23
| | | | | | | | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
* | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-4/+4
|/ | | | according to MSDN. Partial fix for HDFFV-9630.