summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add forgotten files to include from h5repack testfiles for tests.Jacob Smith2019-06-201-0/+10
|
* Fix failing automated reporting.Jacob Smith2019-06-1915-24/+164
| | | | Add 8-bit big-endian testfile.
* First pass at repack consolidating external storage if layout given.Jacob Smith2019-05-314-9/+20
| | | | Checks out manually, tests still complain.
* Formatting changes, mostly.Jacob Smith2019-05-301-58/+125
|
* Add initial failing test for h5repack copying external data into new file.Jacob Smith2019-05-307-1/+178
|
* Modify code comments for clarity.Jacob Smith2019-05-281-145/+218
| | | | Some minor reformatting.
* Some minor reformatting.Jacob Smith2019-05-241-193/+241
| | | | Replace tabs with spaces.
* Add test that uses the family member FAPL setting.Jacob Smith2019-05-241-0/+112
|
* refactor h5repack_main.c -- remove some redundancy, formattingJacob Smith2019-05-241-173/+134
|
* Fit help message to 80 character width and clarify some details.Jacob Smith2019-05-142-54/+88
|
* Merge pull request #1703 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-109-10/+10
|\ | | | | | | | | | | * commit '6546c764d3d39028d2ec61da236cc69b44414127': updated -E option remove -M option
| * updated -E optionM. Scot Breitenfeld2019-05-102-2/+2
| |
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ | |/ |/| | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | Merge pull request #1701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-1014-80/+10
|\ \ | | | | | | | | | | | | * commit '19d2cea9aec648eb3c609dee4d2dc9baa101c967': added -M HPC to ctest command
| | * remove -M optionM. Scot Breitenfeld2019-05-109-10/+10
| |/
| * added -M HPC to ctest commandM. Scot Breitenfeld2019-05-1014-80/+10
|/
* Merge pull request #1700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-101-0/+2
|\ | | | | | | | | * commit 'd786bedd18e6d521e240aa78bb633b66f8f975c8': fixed missing paralle test
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ | |/ |/| | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | Merge pull request #1699 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-105-3/+83
|\ \ | | | | | | | | | | | | * commit 'cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e': Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
| | * fixed missing paralle testM. Scot Breitenfeld2019-05-101-0/+2
| |/
| * Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-095-3/+83
|/
* Merge pull request #1695 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-05-062-8/+4
|\ | | | | | | | | * commit 'df35529e3d0529e9df11806d267ef8c4779b79e3': Putting ctest command in variable CMD did not work for skipping failing tests.
| * Putting ctest command in variable CMD did not work for skipping failingLarry Knox2019-05-062-8/+4
|/ | | | tests.
* Merge pull request #1692 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developScot Breitenfeld2019-05-034-6/+13
|\ | | | | | | | | * commit '8a4f679fda20577c4528977d0ee9a7e4c5bee055': Combine "collective group and dataset write" and "independent group and dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
| * Combine "collective group and dataset write" and "independent group andLarry Knox2019-05-034-6/+13
|/ | | | | dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
* Merge pull request #1691 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-022-208/+218
|\ | | | | | | | | * commit '813d8fd597b030a248db6316dd98f738c0c61ea8': Add final list of single testphdf5 tests
| * Add final list of single testphdf5 testsAllen Byrne2019-05-022-208/+218
|/
* Merge pull request #1689 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develophdftest2019-05-029-18/+18
|\ | | | | | | | | * commit 'ff596e9d356713a35dc35d9b5ba0439ed5ca29ac': Snapshot version 1.11 release 5. Update version to 1.11.6.
| * Merge branch 'develop' of ↵hdftest2019-05-021-0/+1
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into develop
| * | Snapshot version 1.11 release 5.hdftest2019-05-029-18/+18
| | | | | | | | | | | | Update version to 1.11.6.
* | | Merge pull request #1690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-021-0/+1
|\ \ \ | |_|/ |/| | | | | | | | * commit 'b6bebb245b043fae546390c00288a069da785868': Pull a test from default testphdf5
| * | Pull a test from default testphdf5Allen Byrne2019-05-021-0/+1
|/ /
* | Merge pull request #1688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-021-0/+1
|\ \ | |/ |/| | | | | * commit 'c643cc05316e11471c4bef30cd09b9d4437f85fd': Pull out another failing test
| * Pull out another failing testAllen Byrne2019-05-021-0/+1
|/
* Merge pull request #1687 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-012-3/+3
|\ | | | | | | | | | | * commit 'ee35fb8a7fe3804e4146c54020b6e2272ab251e3': Change default for HPC Correct var usage syntax
| * Change default for HPCAllen Byrne2019-05-011-1/+1
| |
| * Correct var usage syntaxAllen Byrne2019-05-011-2/+2
|/
* Merge pull request #1686 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-012-3/+22
|\ | | | | | | | | | | | | * commit '854223e3fcf5e90ad5fae25ff05deb4276ce001b': Add missing default Correct varname Separate out MPI tests that fail on MPI version
| * Add missing defaultAllen Byrne2019-05-011-0/+1
| |
| * Correct varnameAllen Byrne2019-05-011-3/+3
| |
| * Separate out MPI tests that fail on MPI versionAllen Byrne2019-05-011-3/+21
|/
* Merge pull request #1685 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-011-9/+9
|\ | | | | | | | | * commit '87e491da88d49134e20418733f64a3307b5cd74c': HDFFV-10776 missing compiler flags
| * HDFFV-10776 missing compiler flagsAllen Byrne2019-04-301-9/+9
|/
* Merge pull request #1683 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developAllen Byrne2019-04-302-1/+5
|\ | | | | | | | | * commit '0a73ce19a4e7f57fe1bb06ca5be8d4697fe079aa': Fix Java JUnit-TestH5P failure on 32-bit arch
| * Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-302-1/+5
|/
* Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to developQuincey Koziol2019-04-3018-2791/+6584
|\ | | | | | | | | | | | | * commit '08b009cc4ab2a8d8d289697d6d4688c0e5c53c6e': Clean up if-else chain. Remove thread-local copy of hyperslab operation generation value. Core changes to selection code from the hyperslab_updates branch.
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-29121-2409/+5668
| |\
| * \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0625-302/+370
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0522-170/+338
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0467-885/+1367
| |\ \ \ \