Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Correct dir reference | Allen Byrne | 2016-10-27 | 1 | -1/+1 |
| | | |||||
* | | Split tools code - remove old change | Allen Byrne | 2016-10-27 | 3 | -276/+0 |
| | | |||||
* | | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 636 | -0/+115683 |
| | | |||||
* | | Split tools into src and test - remove folders | Allen Byrne | 2016-10-27 | 608 | -114958/+0 |
| | | |||||
* | | Split the code into src and test | Allen Byrne | 2016-10-27 | 2 | -37/+11 |
| | | |||||
* | | Merge pull request #3 in ~BYRN/hdf5_adb from ↵ | Allen Byrne | 2016-10-21 | 6 | -46/+420 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | bugfix/HDFFV-9942-verify-standalone-perform to develop * commit '9a4ac501c1bd1f27bde1fc2acbc67bed74ff38ff': Add defines missing on OSX Merge includes from sio file | ||||
| * | | Add defines missing on OSX | Allen Byrne | 2016-10-21 | 2 | -0/+10 |
| | | | |||||
| * | | Merge includes from sio file | Allen Byrne | 2016-10-19 | 5 | -46/+410 |
| | | | |||||
* | | | Change return statement format. | Allen Byrne | 2016-10-21 | 1 | -31/+19 |
| | | | |||||
* | | | remove unneeded defines | Allen Byrne | 2016-10-21 | 1 | -13/+2 |
|/ / | |||||
* | | Add new testlib to copy | Allen Byrne | 2016-10-19 | 1 | -0/+6 |
| | | |||||
* | | Correct multiple lib setting | Allen Byrne | 2016-10-18 | 1 | -2/+1 |
| | | |||||
* | | HDFFV-9996: Test file to verify that that multiple params are parsed | Allen Byrne | 2016-10-18 | 7 | -22/+335 |
| | | |||||
* | | Add missing EXPORT tag in INSTALL command | Allen Byrne | 2016-10-17 | 10 | -0/+22 |
| | | |||||
* | | Remove test only tools from exports | Allen Byrne | 2016-10-14 | 1 | -2/+0 |
| | | |||||
* | | Fix typo | Allen Byrne | 2016-10-14 | 1 | -1/+1 |
| | | |||||
* | | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 11 | -5/+22 |
| | | |||||
* | | Fix missing defines for standalone perf | Allen Byrne | 2016-10-03 | 1 | -0/+25 |
| | | |||||
* | | Remove hanging property set | Allen Byrne | 2016-10-03 | 1 | -1/+0 |
| | | |||||
* | | Revert clear objects for testfile removal | Allen Byrne | 2016-10-03 | 1 | -1/+9 |
| | | |||||
* | | Merge test output file clearing into runTest.cmake | Allen Byrne | 2016-10-03 | 14 | -193/+12 |
| | | |||||
* | | Move clear-objects inside runTest | Allen Byrne | 2016-10-03 | 2 | -10/+10 |
| | | |||||
* | | Merge pull request #46 in HDFFV/hdf5 from ↵ | Quincey Koziol | 2016-09-29 | 1 | -22/+47 |
|\ \ | |/ |/| | | | | | | | | | | | | | ~KOZIOL/hdf5:features/warning_cleanups to develop * commit '5a7880183025f56421cf6f2274d9f1ac36f59641': Clean up hardcoded constants and check return values better. (Comments from group code review) Description: Cleanups from Dana's review. Description: Further warning cleanups: from 667 warnings to 503. | ||||
| * | Description: | Quincey Koziol | 2016-09-27 | 1 | -22/+47 |
| | | | | | | | | Further warning cleanups: from 667 warnings to 503. | ||||
* | | Correct clear objects working dir | Allen Byrne | 2016-09-21 | 2 | -1/+3 |
|/ | |||||
* | Windows returns -1 instaed of 255 as on linux for the test | Allen Byrne | 2016-08-30 | 1 | -1/+5 |
| | |||||
* | [svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters. | Allen Byrne | 2016-08-25 | 3 | -8/+17 |
| | | | | Verified by user, who reported issue. | ||||
* | [svn-r30319] Fix for daily test failure on emu -m64 for the checkin #30310. | Vailin Choi | 2016-08-24 | 1 | -0/+0 |
| | | | | Tested on emu (-m64 & -m32), platypus, mayll, moohan, osx1010test, quail, kituo, ostrich, kite. | ||||
* | [svn-r30318] whitespace cleanup | Allen Byrne | 2016-08-24 | 1 | -28/+28 |
| | |||||
* | [svn-r30317] Whitespace cleanup | Allen Byrne | 2016-08-24 | 1 | -364/+297 |
| | |||||
* | [svn-r30310] Fix daily test failure for previous checkin #30308. | Vailin Choi | 2016-08-22 | 3 | -1/+1 |
| | | | | Tested on platypus and mayll. | ||||
* | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute ↵ | Vailin Choi | 2016-08-19 | 4 | -0/+86 |
| | | | | | | | which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich. | ||||
* | [svn-r30285] Description: | Quincey Koziol | 2016-08-13 | 11 | -125/+116 |
| | | | | | | | | | More warning cleanups, bringing the build down to 25 unique types of warnings, with 550 warnings in 122 files (down from 28, 770, and 134). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming) |