summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-221-0/+2
|\
| * Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+2
| |
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-6/+6
|/ | | | clean up warnings.
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-22/+22
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-37/+53
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Snapshot version 1.11 release 5.hdftest2019-05-021-7/+7
| | | | Update version to 1.11.6.
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-23/+15
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-032-20/+28
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-04-031-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | * commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7': Correct entry Snapshot version 1.11 release 4. Update version to 1.11.5. Allow option to select NAMESPACE Correct examples for packaging
| | * Snapshot version 1.11 release 4.hdftest2019-04-011-7/+7
| | | | | | | | | | | | Update version to 1.11.5.
| * | HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-13/+21
| |/
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-2/+6
|/ | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-19/+19
|
* Remove unused CMake filesAllen Byrne2018-12-212-65/+0
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-203-39/+139
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-051-13/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ...
| * Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-121-13/+16
| |
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-074-51/+61
| |\ | | | | | | | | | stackable_vol
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1/+1
| | | | | | | | | | | | modified: test/dsets.c
* | | Need nonexistent file to skip stdout compareAllen Byrne2018-12-051-0/+1
| | |
* | | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-1/+1
| |/ |/|
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-063-44/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit '1652a60fcbe9894d7c34a778fb24dce1979fb9a9': HDFFV-10605 Only test plugins if SHARED enabled Correct platforms Correct extlib depends Commit version changes for additional files for 1.11.3 snapshot release.
| * \ Merge pull request #1319 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2018-11-061-7/+7
| |\ \ | | | | | | | | | | | | | | | | * commit '81cb24ac1db0f4936b19067cdb7fa4e14e0d00db': Commit version changes for additional files for 1.11.3 snapshot release.
| | * | Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-061-7/+7
| | |/
| * | HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-37/+41
| |/
* | TRILAB-81 coverity fixesAllen Byrne2018-10-171-7/+13
|/
* VOL FEATUREDana Robinson2018-10-101-10/+16
|
* CMake changes for SKIPPED and flush testsAllen Byrne2018-09-241-8/+16
|
* Snapshot version 1.11 release 2.hdftest2018-09-201-7/+7
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-0/+1
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-7/+7
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* 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)