Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos | Allen Byrne | 2017-10-24 | 1 | -5/+5 |
| | |||||
* | HDFFV-10297 Cleanup, Initialize variables | Allen Byrne | 2017-10-23 | 5 | -290/+200 |
| | |||||
* | Avoid double free | Allen Byrne | 2017-10-19 | 1 | -3/+0 |
| | |||||
* | Windows had issues - revert code changes for get_option | Allen Byrne | 2017-10-19 | 1 | -4/+8 |
| | |||||
* | Fix tools error handling and valgrind issues | Allen Byrne | 2017-10-18 | 2 | -5/+7 |
| | |||||
* | Fix error handling issues | Allen Byrne | 2017-10-17 | 4 | -220/+236 |
| | |||||
* | HDFFV-10297 add h5copy test and fix h5diff errors | Allen Byrne | 2017-10-16 | 7 | -679/+673 |
| | |||||
* | Fix VS2012 declaration error | Allen Byrne | 2017-10-16 | 1 | -3/+3 |
| | |||||
* | HDFFV-10297 Fix compiler compaliants | Allen Byrne | 2017-10-16 | 2 | -6/+9 |
| | |||||
* | HDFFV-10296 Update tools lib to use the error handling macros. | Allen Byrne | 2017-10-13 | 10 | -2038/+1537 |
| | |||||
* | HDFFV-10297 fix vl buffer error | Allen Byrne | 2017-10-10 | 1 | -58/+50 |
| | |||||
* | HDFFV-10297 update calls to H5Zfilter_avail | Allen Byrne | 2017-10-09 | 1 | -11/+13 |
| | |||||
* | HDFFV-10297 - Fix test errors - five remaining | Allen Byrne | 2017-10-09 | 2 | -107/+97 |
| | |||||
* | VS2012 and earlier cannot have execute stmnts before declare | Allen Byrne | 2017-10-03 | 1 | -1/+1 |
| | |||||
* | Update error handling to support ARGS and tools stack | Allen Byrne | 2017-10-02 | 1 | -8/+8 |
| | |||||
* | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 1 | -1/+2 |
| | |||||
* | Fix merge typos | Allen Byrne | 2017-09-11 | 1 | -3/+3 |
| | |||||
* | HDFFV-9774 Fix code merge | Allen Byrne | 2017-09-08 | 1 | -3582/+2230 |
| | |||||
* | HDFFV-9774 Add enable-error-stack argument to h5diff | Allen Byrne | 2017-08-31 | 2 | -166/+123 |
| | |||||
* | HDFFV-10282 refactor out assert calls in tools | Allen Byrne | 2017-08-23 | 7 | -68/+70 |
| | |||||
* | HDFFV-10188 - Check for empty string first | Allen Byrne | 2017-08-16 | 1 | -1/+2 |
| | |||||
* | HDFFV-10246 Add check for string not null before use | Allen Byrne | 2017-07-25 | 1 | -4/+16 |
| | |||||
* | Stripped C standard library headers from tools test code. | Dana Robinson | 2017-07-19 | 2 | -8/+0 |
| | |||||
* | Stripped C standard library headers (and a couple of macros) | Dana Robinson | 2017-07-17 | 7 | -37/+0 |
| | | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files. | ||||
* | Set default of var to NATIVE | Allen Byrne | 2017-06-20 | 1 | -1/+1 |
| | |||||
* | Minor warning fixes in the tools. | Dana Robinson | 2017-05-25 | 2 | -4/+5 |
| | |||||
* | Fixed many minor warnings. | Dana Robinson | 2017-05-25 | 1 | -6/+6 |
| | |||||
* | Remove obsolete function | Allen Byrne | 2017-05-22 | 1 | -32/+0 |
| | |||||
* | HDFFV-8611 change h5repack to save the root group creation order | Allen Byrne | 2017-05-22 | 2 | -0/+8 |
| | | | Added test and new arguments to control the the input file parsing. | ||||
* | Add debug trace commands | Allen Byrne | 2017-05-19 | 1 | -4/+17 |
| | |||||
* | Move execeutable command after declaration | Allen Byrne | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | HDFFV-9055 Handle H5T_ARRAY types | Allen Byrne | 2017-05-16 | 1 | -257/+171 |
| | | | | Create variables just for diff_array function Whitespace updates | ||||
* | HDFFV-10128 Fixed string length with no null fixed | Allen Byrne | 2017-05-16 | 1 | -2/+7 |
| | |||||
* | HDFFV-10128 add test to check null term | Allen Byrne | 2017-05-15 | 1 | -35/+52 |
| | | | Test is another dataset | ||||
* | HDFFV-10128 Fix null term strings | Allen Byrne | 2017-05-12 | 1 | -7/+17 |
| | |||||
* | HDFFV-10186 - h5tools_str_append is not printf | Allen Byrne | 2017-05-10 | 1 | -3/+3 |
| | |||||
* | HDFFV-10186 braces formatting | Allen Byrne | 2017-05-10 | 1 | -72/+59 |
| | |||||
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 8 | -18/+58 |
| | |||||
* | HDFFV-10186 more whitespace formatting | Allen Byrne | 2017-05-10 | 1 | -250/+204 |
| | |||||
* | HDFFV-10186 Whitespace change | Allen Byrne | 2017-05-09 | 1 | -1/+0 |
| | | | | Mostly tabs to spaces Remove Modifications comments | ||||
* | HDFFV-10186 Whitespace changes | Allen Byrne | 2017-05-09 | 2 | -42/+42 |
| | | | | Mostly replacing tabs with spaces Removed empty mod sections | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 25 | -150/+100 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | HDFFV-10128 fix string compare and add tests | Allen Byrne | 2017-03-03 | 1 | -9/+16 |
| | |||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 1 | -67/+67 |
| | |||||
* | HDFFV-9875 enable static pdb and cleanup exports | Allen Byrne | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -0/+1 |
| | |||||
* | Add goto error for dataset read failure. Fixed comments | Allen Byrne | 2017-01-17 | 2 | -84/+87 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -4/+4 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 3 | -1/+76 |
| | |||||
* | Merge pull request #48 in HDFFV/hdf5 from ↵ | Dana Robinson | 2016-12-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | HDFFV-9407-h5dump-fails-to-print-full-precision to develop Merged Kimmy's fix (still needs a test). * commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38': fix the issue of h5dump fails to print full precision |