Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up whitespace | Quincey Koziol | 2017-02-07 | 8 | -245/+218 |
| | |||||
* | 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 | 11 | -110/+126 |
| | |||||
* | 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 |
| | |||||
* | Additional minor changes from revise_chunks->develop. | Dana Robinson | 2017-01-27 | 3 | -14/+65 |
| | |||||
* | HDFFV-10046 Fix windows parse error | Allen Byrne | 2017-01-24 | 2 | -199/+200 |
| | |||||
* | HDFFV-10112 correct form of comments | Allen Byrne | 2017-01-23 | 1 | -3/+3 |
| | |||||
* | HDFFV-10118 fix data | Allen Byrne | 2017-01-20 | 1 | -6/+15 |
| | |||||
* | HDFFV-10118 change h5ls to not display extra info | Allen Byrne | 2017-01-20 | 3 | -24/+8 |
| | |||||
* | HDFFV-10118 fixed plugin tests for tools | Allen Byrne | 2017-01-20 | 11 | -118/+123 |
| | |||||
* | Fix script varnames | Allen Byrne | 2017-01-18 | 1 | -15/+3 |
| | |||||
* | Chnage test dir to avoid parallel test collisions | Allen Byrne | 2017-01-18 | 3 | -8/+10 |
| | |||||
* | Add autotools version of plugin tests for UD filters | Allen Byrne | 2017-01-17 | 6 | -1/+866 |
| | |||||
* | HDFFV-9994 add h5ls reference file to copy | Allen Byrne | 2017-01-17 | 1 | -0/+1 |
| | |||||
* | HDFFV-9994 - correct reference file | Allen Byrne | 2017-01-17 | 1 | -20/+26 |
| | |||||
* | HDFFV-9994 add UD tests for tools | Allen Byrne | 2017-01-17 | 18 | -2/+691 |
| | |||||
* | Add goto error for dataset read failure. Fixed comments | Allen Byrne | 2017-01-17 | 2 | -84/+87 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-13 | 4 | -2/+20 |
|\ | | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. | ||||
| * | tools/test/h5diff/testh5diff.sh.in: | lrknox | 2017-01-13 | 4 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean". | ||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-11 | 7 | -20/+26 |
|\ \ | |/ | | | | | | | | | | | * 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. | ||||
| * | Merge pull request #245 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2017-01-11 | 7 | -20/+26 |
| |\ | | | | | | | | | | | | | | | | * commit '630d668954f56f5138f2bffe3994e2c1da2e3f5c': 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. | ||||
| | * | h5format_convert was not built (missing from subdirs in tools/src and | lrknox | 2017-01-10 | 5 | -4/+9 |
| | | | | | | | | | | | | | | | 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 | 2 | -16/+17 |
| | | | | | | | | | | | | | | | | | | tool and h5repacktst. Fixes broken distclean. Tested with h5committest and "make distclean". | ||||
* | | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -11/+114 |
| | | | | | | | | | Also converted tests to use macros | ||||
* | | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 41 | -355/+355 |
|/ / | |||||
* | | Split VDS files into a separate list | Allen Byrne | 2017-01-10 | 1 | -37/+40 |
|/ | |||||
* | Corrected return calls from main() | Allen Byrne | 2017-01-05 | 1 | -5/+4 |
| | |||||
* | Corrected return calls | Allen Byrne | 2017-01-05 | 2 | -10/+6 |
| | |||||
* | Fix valgrind memory leak | Allen Byrne | 2017-01-05 | 1 | -28/+30 |
| | |||||
* | Clean up valgrind memory leak | Allen Byrne | 2017-01-05 | 1 | -14/+16 |
| | |||||
* | HDFFV-10053: add check for zlib support before running test | Allen Byrne | 2016-12-16 | 2 | -29/+51 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 24 | -20/+813 |
| | |||||
* | 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 | ||||
| * | fix the issue of h5dump fails to print full precision | kmu | 2016-09-27 | 1 | -1/+1 |
| | | |||||
* | | Repair comment chars to C style | Allen Byrne | 2016-11-17 | 1 | -68/+68 |
| | | |||||
* | | Correct name of list | Allen Byrne | 2016-11-09 | 1 | -11/+11 |
| | | |||||
* | | Factor out path | Allen Byrne | 2016-11-09 | 1 | -10/+9 |
| | | |||||
* | | On windows there could be a conflict when two processes try to read the | Allen Byrne | 2016-11-09 | 1 | -1/+13 |
| | | | | | | same file | ||||
* | | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 2 | -78/+70 |
| | | |||||
* | | 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 | 2 | -132/+132 |
| | | | | | | | | in tools code. | ||||
* | | Fix parallel h5diff option of tool location | Allen Byrne | 2016-11-02 | 1 | -2/+2 |
| | | |||||
* | | minor cleanup to utils defines | Allen Byrne | 2016-11-01 | 2 | -5/+2 |
| | | |||||
* | | Add util programs for tests | Allen Byrne | 2016-11-01 | 1 | -0/+8 |
| | | |||||
* | | Correct test command line | Allen Byrne | 2016-11-01 | 1 | -3/+3 |
| | | |||||
* | | refactor repart test to use test dir | Allen Byrne | 2016-11-01 | 1 | -7/+80 |
| | | |||||
* | | Re-merge HDFFV-9942 to new folder structure | Allen Byrne | 2016-10-27 | 6 | -46/+420 |
| | |