summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| | * | Improving testsBinh-Minh Ribler2018-02-171-2/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | Fix list varAllen Byrne2018-02-271-111/+50
| | | |
| * | | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-272-51/+112
| | | |
| * | | HDFFV-10412 update test ref filesAllen Byrne2018-02-223-4/+4
| |/ /
| * | Modifications made based on comments from pull request.Vailin Choi2018-02-071-4/+4
| | |
| * | Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-231-2/+0
| |\ \ | | | | | | | | | | | | Keep the branch up-to-date.
| | * | HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
| | | |
| * | | Modify usage description for -j and -k options so that it is more informative.Vailin Choi2018-01-181-2/+3
| | | |
| * | | Modify h5repack usage so that it is more descriptive.Vailin Choi2018-01-161-4/+15
| | | |
| * | | Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-7/+7
| |\ \ \ | | |/ /
| | * | Snapshot version 1.11 release 2hdftest2018-01-051-7/+7
| | | |
| | * | Snapshot version 1.11 release 1hdftest2018-01-051-7/+7
| | |/
| * | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-254-11/+11
| |\ \ | | |/ | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
* | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-2/+17
| | |
* | | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-271-1/+1
| | |
* | | HDFFV-10412 merge from developAllen Byrne2018-02-223-4/+4
| | |
* | | HDFFV-10385,10392,10393 merge from developAllen Byrne2018-01-221-2/+0
| | |
* | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-281-7/+2
|\ \ \ | | |/ | |/|
| * | Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-131-2/+2
| | |
| * | Plugin test reworkDana Robinson2017-11-091-5/+0
| | | | | | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-261-3/+3
|\ \ \ | |/ /