Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10256 correct len of string copy to the len of esc string | Allen Byrne | 2017-08-01 | 1 | -4/+4 |
| | |||||
* | Stripped C standard library headers (and a couple of macros) | Dana Robinson | 2017-07-17 | 11 | -56/+2 |
| | | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files. | ||||
* | HDFFV-10219 default input binary to NATIVE | Allen Byrne | 2017-06-20 | 2 | -5/+24 |
| | |||||
* | HDFFV-10219 remove standard headers already included in h5private.h | Allen Byrne | 2017-06-16 | 1 | -5/+0 |
| | |||||
* | HDFFV-10219 - remove debug comments | Allen Byrne | 2017-06-15 | 1 | -28/+0 |
| | |||||
* | HDFFV-10219 - disable debug output | Allen Byrne | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-10219 - fix for native in bin file and possible non-native in h5 | Allen Byrne | 2017-06-15 | 3 | -100/+633 |
| | |||||
* | HDFFV-10219: Added keyword SUBSET to h5import list. | Allen Byrne | 2017-06-12 | 1 | -40/+293 |
| | |||||
* | Merge branch 'develop' into windows_open | Dana Robinson | 2017-05-31 | 11 | -885/+914 |
|\ | |||||
| * | Fixed many minor warnings. | Dana Robinson | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | HDFFV-8611 change h5repack to save the root group creation order | Allen Byrne | 2017-05-22 | 7 | -43/+134 |
| | | | | | | Added test and new arguments to control the the input file parsing. | ||||
| * | HDFFV-9995 Clarify help text | Allen Byrne | 2017-05-16 | 1 | -21/+24 |
| | | |||||
| * | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 5 | -9/+9 |
| | | |||||
| * | HDFFV-10186 more whitespace formatting | Allen Byrne | 2017-05-10 | 2 | -28/+22 |
| | | |||||
| * | HDFFV-10186 Whitespace change | Allen Byrne | 2017-05-09 | 4 | -801/+741 |
| | | | | | | | | Mostly tabs to spaces Remove Modifications comments | ||||
* | | Rework of the POSIX file open permissions and macros to clean up | Dana Robinson | 2017-04-28 | 3 | -19/+19 |
| | | | | | | | | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD. | ||||
* | | Changed the Windows POSIX open() file permissions to be correct | Dana Robinson | 2017-04-28 | 1 | -4/+4 |
|/ | | | | according to MSDN. Partial fix for HDFFV-9630. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 46 | -276/+184 |
| | | | | | | | | | | 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. | ||||
* | Minor style cleanups | Quincey Koziol | 2017-03-22 | 1 | -0/+1 |
| | |||||
* | Revert "Switch h5clear for cache images to use existing ↵ | Quincey Koziol | 2017-03-22 | 1 | -15/+3 |
| | | | | | | H5Pget_cache_image_config()" This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9. | ||||
* | Switch from HDatoll to HDstrtoll, for Windows compatibility. | Quincey Koziol | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 8 | -161/+441 |
| | |||||
* | Cleanups and normalizations against incoming page_buffering changes. | Quincey Koziol | 2017-02-20 | 1 | -1/+1 |
| | |||||
* | Clean up whitespace | Quincey Koziol | 2017-02-07 | 4 | -207/+185 |
| | |||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 10 | -110/+125 |
| | |||||
* | HDFFV-10123 fix shared name | Allen Byrne | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | HDFFV-10123 Add SHARED tools | Allen Byrne | 2017-02-01 | 4 | -11/+64 |
| | |||||
* | HDFFV-10046 add shared versions of tools for plugin filters | Allen Byrne | 2017-01-31 | 2 | -4/+23 |
| | |||||
* | HDFFV-10046 build a shared version of h5repack tool for plugins | Allen Byrne | 2017-01-31 | 1 | -2/+13 |
| | |||||
* | HDFFV-10046 Fix windows parse error | Allen Byrne | 2017-01-24 | 2 | -199/+200 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-11 | 3 | -10/+19 |
|\ | | | | | | | | | | | | | * commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db': h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean. Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean. Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality. | ||||
| * | h5format_convert was not built (missing from subdirs in tools/src and | lrknox | 2017-01-10 | 2 | -1/+5 |
| | | | | | | | | | | tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean. | ||||
| * | Create h5repack convenience library for common code used by h5repack | lrknox | 2017-01-10 | 1 | -9/+14 |
| | | | | | | | | | | | | tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean". | ||||
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 11 | -14/+14 |
|/ | |||||
* | Corrected return calls | Allen Byrne | 2017-01-05 | 2 | -10/+6 |
| | |||||
* | Fix valgrind memory leak | Allen Byrne | 2017-01-05 | 1 | -28/+30 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 5 | -1/+149 |
| | |||||
* | Fix mktarball errors with Manifest | Allen Byrne | 2016-11-04 | 1 | -318/+0 |
| | |||||
* | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping | Quincey Koziol | 2016-11-03 | 1 | -97/+97 |
| | | | | in tools code. | ||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 57 | -0/+31285 |