summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Mostly whitespace in testpar, addl changes for tmp dirAllen Byrne2019-08-151-5/+5
|
* HDFFV-10879 fix test varnameAllen Byrne2019-08-141-1/+1
|
* Remove old codeAllen Byrne2019-08-131-5/+0
|
* Correct error test spelling and useAllen Byrne2019-08-131-4/+37
|
* Add option to explicitly disable extra testsAllen Byrne2019-08-071-0/+2
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-105/+61
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-21/+31
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-2/+2
|
* HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-367/+44
| | | | | 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
* Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-121-0/+1
| | | | | The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
* ESE-97 add vol_plugin test to CMake buildsAllen Byrne2019-04-251-0/+19
|
* Fix CMake errorsAllen Byrne2019-04-181-20/+32
|
* Merge pull request #1600 in HDFFV/hdf5 from ↵Ray Lu2019-04-181-0/+128
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10658-performance-drop-from-1-8 to develop * commit 'b5ef82a1786605ae86502bc82086047720b7d4ca': (21 commits) Moving the handling of null prefix into H5_combine_path. Changing the prefix of external file and VDS from empty string to null for performance improvement. Improving the condition checking of empty string. Replacing string operation strdup with assignment for empty string. Adding back links_env.out which I accidentally removed in my previous commit. Taking out two unnecessary diff output files. Taking out unnecessary diff files for output. Adding some comments. Some coding style changes. Adding the standard output files for the external_env.c and vds_env.c tests. Small correction for my previous commit. Forgot to add external_common.c and external_common.h. Updated CMake for the splitting of external.c and vds.c. Minor fix: removal of unnecessary enum values. Minor fixes: updating the test vds_env.c according to the set up of vds.c. Left out this file in previous commit. HDFFV-10658 - setting and getting properties in API context: 1. switched to use the existing H5F_prefix_open_t for enum type; 2. put the common private function used by external.c and external_env.c into external_common.c This commit basically has the following changes: 1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get. HDFFV-10658: I left out this file in my previous commit. HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the overhead; 2. restoring the retrieval of three vol properties to H5P_get instead of using API context to prepare for Quincey's upcoming refactoring work. ...
| * Adding the standard output files for the external_env.c and vds_env.c tests.Songyu Lu2019-04-111-2/+24
| |
| * Small correction for my previous commit.Songyu Lu2019-04-111-2/+2
| |
| * Updated CMake for the splitting of external.c and vds.c.Songyu Lu2019-04-101-0/+106
| |
* | HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-15/+19
| |
* | Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.Dana Robinson2019-04-111-2/+2
|/
* HDFFV-10703 macro vars need quotesAllen Byrne2019-02-151-2/+2
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-20/+20
|
* Skip testing of cache_image testAllen Byrne2019-02-141-0/+2
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-52/+45
|
* Refactor out timeout valuesAllen Byrne2019-02-061-10/+10
|
* Added test file for CMakeBinh-Minh Ribler2019-01-261-0/+1
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Vailin Choi2019-01-021-0/+3
|\ | | | | | | | | | | | | | | develop Resolve conflicts: Conflicts: test/Makefile.am
| * Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-271-0/+10
| |\
| * | Fix some CMake listingsJacob Smith2018-12-211-0/+1
| | |
| * | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-0/+4
| |\ \
| * \ \ Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-36/+81
| |\ \ \
| * | | | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-0/+2
| | | | | | | | | | | | | | | | | | | | CMake stuff is not verified.
* | | | | Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-1/+20
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
* | | | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+10
| |_|/ |/| |
* | | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-0/+4
| |/ |/|
* | HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-061-17/+19
| |
* | VOL FEATUREDana Robinson2018-10-101-7/+8
| |
* | CMake changes for SKIPPED and flush testsAllen Byrne2018-09-241-12/+54
|/
* TRILABS-137 Convert tcheck_version script to cmake testsAllen Byrne2018-07-181-2/+17
|
* TRILAB-31 Working locallyAllen Byrne2018-07-161-26/+87
|
* Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-311-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-151-3/+3
| |\
| * \ Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-301-0/+1
| |\ \
| * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
* | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-1/+1
| |_|/ |/| |
* | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-3/+3
| |/ |/|
* | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-0/+1
|/
* Use var instead of absolute numberAllen Byrne2018-04-051-2/+2
|
* Fix list varAllen Byrne2018-02-271-4/+5
|
* Fix IN_LIST usageAllen Byrne2018-02-271-2/+2
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-458/+120
|