summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-201-82/+40
|
* Add Splitter VFD to library.Jacob Smith2020-05-201-0/+4
| | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-466/+345
| | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* 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
|
* Added gen_boundsBinh-Minh Ribler2018-02-081-0/+1
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-1/+1
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-1/+0
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+1
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-1/+1
|
* HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-31/+45
|
* Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-45/+31
| | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
* Skip test if 1.6 APIAllen Byrne2017-12-191-30/+44
|
* HDFFV-9724 Add ENV VAR to vds testAllen Byrne2017-12-191-1/+1
|
* Plugin test reworkDana Robinson2017-11-091-6/+6
| | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
* HDFFV-10297 add release note - fix test stepAllen Byrne2017-10-111-0/+2
|
* Fix STREQUAL if commands.Allen Byrne2017-10-021-5/+5
|
* Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-08-221-0/+2
| | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* Fix for HDFFV-10160Vailin Choi2017-06-291-0/+17
| | | | Modifications to fix the assertion/abort failure when the application does not close the file.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Revert HDFFV-9655Allen Byrne2017-04-241-5/+9
|
* Windows ahs one more directory levelAllen Byrne2017-04-241-1/+3
|
* Merge remote-tracking branch 'origin/develop' intoAllen Byrne2017-04-211-2/+2
|\ | | | | | | bugfix/HDFFV-9655-plugin-path-relative
| * DAILYTEST-250 change test props to reduce timeoutAllen Byrne2017-04-111-2/+2
| |
* | HDFFV-9655 fix compile and testAllen Byrne2017-04-211-0/+6
|/
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-1/+13
|
* Update CMake files and formattingAllen Byrne2017-03-011-8/+8
|
* Fix Windows static only cache test checkingAllen Byrne2017-01-311-2/+3
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-01-291-0/+18
|\ | | | | | | develop_merge_cache_image_06
| * Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-261-0/+18
| |
* | Cache image feature and testingQuincey Koziol2017-01-291-0/+16
|/
* Disable SHARED cache test on windowsAllen Byrne2017-01-241-3/+3
|
* Remove duplicate commandAllen Byrne2017-01-121-1/+0
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-13/+85
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-70/+70
|
* Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-201-0/+17
| | | | flushrefresh test. (Also refactor of message send / wait code)
* Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-181-0/+1
|