summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* Merge from dev of tools changesAllen Byrne2020-07-224-275/+298
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-1/+1
|
* Correct test script for errstackAllen Byrne2020-03-041-1/+1
|
* Merge CMake and tools changes from developAllen Byrne2020-02-274-22/+65
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-112-221/+215
|
* Added new CMake options for testsAllen Byrne2020-01-191-1/+3
|
* merge intel warning fixKimmy Mu2020-01-091-2/+2
|
* Update version for HDF5_1_10Larry Knox2019-12-111-7/+7
|
* Fix missing HD and whitespaceAllen Byrne2019-10-211-185/+112
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-021-5/+5
|
* Whitespace and benign synchro changesAllen Byrne2019-10-0225-30/+716
|
* HDFFV-10903 merge updated changesAllen Byrne2019-09-171-2/+7
|
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-232-3/+3
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-181-60/+60
|
* Merge fixes and code reconciliation wit developAllen Byrne2019-08-052-40/+82
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-243-245/+181
|
* Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+2
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-202-60/+76
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-212-19/+19
|
* Update version on hdf5_1_10 branch to 1.10.6-snap0.Larry Knox2019-02-181-7/+7
|
* Merge CMake changes from developAllen Byrne2018-12-202-39/+74
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-131-1/+2
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-082-7/+14
|
* TRILABS: Merge CMake changes from developAllen Byrne2018-11-072-37/+41
|
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-261-8/+16
|
* Update versionLarry Knox2018-09-051-7/+7
|
* Rearrange issues by date orderJordan Henderson2018-08-091-7/+7
| | | | | Update version. Update .so versions to match 1.10.3.
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-261-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-221-4/+8
|\
| * Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-4/+8
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-101-12/+12
|\ \ | |/
| * TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-12/+12
| |
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-082-50/+45
|\ \ | |/
| * TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
| |
| * TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-44/+39
| |
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-2/+2
| |
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-188-18/+194
| |\ | | | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-5/+5
| | |
* | | HDFFV-10444 fix so numbers and merge java test changesAllen Byrne2018-04-101-2/+2
| | |
* | | Updated version to 1.10.3-snap0lrknox2018-03-141-7/+7
| | |
* | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-121-1/+1
|\ \ \ | | |/ | |/|
| * | Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| | |
* | | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-093-2/+165
|\ \ \ | |/ /
| * | Fix misaligned macroAllen Byrne2018-03-071-2/+1
| | |
| * | Fix CMake missing parensAllen Byrne2018-03-071-1/+1
| | |
| * | Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-073-2/+166
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| | * | Miscellaneous test fixesBinh-Minh Ribler2018-03-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | * | Added h5repack testsBinh-Minh Ribler2018-03-061-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
| | * | Added bounds_latest_latest.h5Binh-Minh Ribler2018-02-281-0/+1
| | | |
| | * | Misc improvementBinh-Minh Ribler2018-02-282-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)