summaryrefslogtreecommitdiffstats
path: root/test/CMakeVFDTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge/update CMake, presets,java and tools (#3393)Allen Byrne2023-08-211-19/+29
|
* Change TestExpress #1722 (#1776)Allen Byrne2022-05-201-2/+2
| | | | | * Change TestExpress #1722 * Update comment
* 1.12 Merge Consolidate VFD create list macro #1132 (#1133)Allen Byrne2021-10-311-2/+2
| | | | | | | * Merge Consolidate VFD create list macro #1132 * Split dir create into separate macro * fix VFD settings
* 1.12 Merge Move test utilities to utils/test folder #1109 (#1110)Allen Byrne2021-10-211-13/+1
| | | | | | | * Merge Move test utilities to utils/test folder #1109 * Merge Correct shell tests and c++ flag warning * Fix typo
* Hdf5 1 12 Fix tools test (#795)Allen Byrne2021-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards * Merge #380 from develop * Correct date entry * Split format source and commit changes on repo push * remove pre-split setting * Change windows TS to use older VS. * HDFFV-11212 JNI export util and Javadoc * Suggested review changes * Another change found * Committing clang-format changes * Some Javadoc warning fixes * Committing clang-format changes * Updated javadoc fixes * HDFFV-11228/9 merges from develop * remove obsolete debug comment * Fix conflict * HDFFV-11229 merge changes from develop * HDFFV-11229 merge second compare from develop * HDFFV-11229 fix reference file * HDFFV-11229 update autotools test script for two ref files * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update with changes from develop * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument Update pkgconfig scripts for parallel builds. Fix install COPYING file reference. Remove unused round defines. Change CMake default setting of BUILD_CPP to off. * Whitespace changes * Rework CMake add_custom to use the BYPRODUCTS argument * Revert CMake configure checks for round defines * With VS 2015 minimum strdup is supported * Doxygen comments merged from develop * doxygen build updates * Correct version string for map functions * TRILAB-227 and tools debug merge from develop * TRILAB-227 Enable test * Quote subset args * Use MATCHES in compiler id compare, merge from dev * Revert test enable * Add file to list * doxygen version errors * if blocks needed for build modes * Update list of test platforms * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * Merge CMake and java refs from dev * Reworked CMake Fortran configure macros to allow multiple runs. * Fix CMake issue with tests not comparing test argument properly. * MAX_PRECISION defines must be defined with a value * Fix warnings files and -std * remove std for c++11 * Replace file * Fix cmake configure path * Update missing release note info. * Update code owners * Correct JIRA note * Add known problem * Use only core library for testing dynamic plugins. CMake uses H5_HAVE_DIRECT instead of DIRECT_VFD Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Improved CMake options for testsAllen Byrne2020-01-191-1/+1
|
* Fix VFD tests and repackAllen Byrne2019-08-031-1/+0
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-291-0/+1
|\ | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * Squashed commit of the following:Larry Knox2019-07-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-40/+0
|/
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-0/+5
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-178/+22
| | | | | 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
* HDFFV-10760 Skipping external_env.c and vds_env.c for CMake to do VOL check ↵Songyu Lu2019-04-251-0/+2
| | | | and VFD check. Temporarily skipping external_env.c and vds_env.c for VFD check and VOL check in CMake following the example of links_env. Leave them for future work.
* Fix CMake error in nameAllen Byrne2019-03-191-2/+2
|
* Correct varnameAllen Byrne2019-02-261-1/+1
|
* HDFFV-10703 macro vars need quotesAllen Byrne2019-02-151-3/+3
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-10/+10
|
* Skip testing of cache_image testAllen Byrne2019-02-141-0/+1
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-10/+90
|
* Refactor out timeout valuesAllen Byrne2019-02-061-6/+6
|
* plist testfiles need to be copied into VFD test folders as wellAllen Byrne2018-03-061-0/+15
|
* Fix test loopAllen Byrne2018-03-011-39/+39
|
* Correct if-endif blockAllen Byrne2018-03-011-1/+1
|
* Correct use of LIST varAllen Byrne2018-02-281-1/+1
|
* Fix list varAllen Byrne2018-02-271-1/+1
|
* Fix IN_LIST usageAllen Byrne2018-02-271-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-0/+303