Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-03-02 | 17 | -177/+191 |
|\ | | | | | | | | | | | | | | | * commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo | ||||
| * | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 16 | -136/+137 |
| | | |||||
| * | HDFFV-10120 verify nozlib checking with tools tests | Allen Byrne | 2017-03-01 | 1 | -41/+54 |
| | | |||||
* | | Misc. small cleanups to sync against incoming page buffering changes. | Quincey Koziol | 2017-03-02 | 1 | -2/+1 |
|/ | |||||
* | Fix parallel h5diff test comapare | Allen Byrne | 2017-02-14 | 1 | -4/+5 |
| | |||||
* | Set depends test dependency for parallel h5diff | Allen Byrne | 2017-02-14 | 1 | -0/+4 |
| | |||||
* | Clean up whitespace | Quincey Koziol | 2017-02-07 | 4 | -38/+33 |
| | |||||
* | Additional minor changes from revise_chunks->develop. | Dana Robinson | 2017-01-27 | 3 | -14/+65 |
| | |||||
* | HDFFV-10112 correct form of comments | Allen Byrne | 2017-01-23 | 1 | -3/+3 |
| | |||||
* | HDFFV-10118 change h5ls to not display extra info | Allen Byrne | 2017-01-20 | 2 | -2/+2 |
| | |||||
* | HDFFV-10118 fixed plugin tests for tools | Allen Byrne | 2017-01-20 | 8 | -115/+120 |
| | |||||
* | 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 add UD tests for tools | Allen Byrne | 2017-01-17 | 15 | -2/+644 |
| | |||||
* | 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 | 4 | -10/+7 |
|\ \ | |/ | | | | | | | | | | | * 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 | 4 | -10/+7 |
| |\ | | | | | | | | | | | | | | | | * 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 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | 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 | -7/+3 |
| | | | | | | | | | | | | | | | | | | 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 | 28 | -334/+334 |
|/ / | |||||
* | | 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 |
| | |||||
* | 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 | 15 | -18/+527 |
| | |||||
* | 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 | ||||
* | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping | Quincey Koziol | 2016-11-03 | 1 | -35/+35 |
| | | | | 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 |
| | |||||
* | Correct dir reference | Allen Byrne | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 579 | -0/+84398 |