summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'develop' into windows_openDana Robinson2017-05-316-603/+691
|\
| * Fixed many minor warnings.Dana Robinson2017-05-251-1/+1
| |
| * HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-225-35/+134
| | | | | | Added test and new arguments to control the the input file parsing.
| * HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-103-7/+7
| |
| * HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-25/+19
| |
| * HDFFV-10186 Whitespace changeAllen Byrne2017-05-093-551/+545
| | | | | | | | Mostly tabs to spaces Remove Modifications comments
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-3/+3
|/ | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2510-60/+40
| | | | | | | | | | 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.
* Switch from HDatoll to HDstrtoll, for Windows compatibility.Quincey Koziol2017-03-161-1/+1
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-145-84/+205
|
* Clean up whitespaceQuincey Koziol2017-02-074-207/+185
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-10/+12
|
* HDFFV-10046 add shared versions of tools for plugin filtersAllen Byrne2017-01-311-2/+4
|
* HDFFV-10046 build a shared version of h5repack tool for pluginsAllen Byrne2017-01-311-2/+13
|
* HDFFV-10046 Fix windows parse errorAllen Byrne2017-01-242-199/+200
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-01-111-9/+14
|\ | | | | | | | | | | | | * 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.
| * Create h5repack convenience library for common code used by h5repacklrknox2017-01-101-9/+14
| | | | | | | | | | | | tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean".
* | Update cmake min version and cmake command conventionAllen Byrne2017-01-101-1/+1
|/
* Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrappingQuincey Koziol2016-11-031-97/+97
| | | | in tools code.
* Split tools into src and test - add foldersAllen Byrne2016-10-2711-0/+6550