summaryrefslogtreecommitdiffstats
path: root/hl/c++/examples/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge/update CMake, presets,java and tools (#3393)Allen Byrne2023-08-211-3/+16
|
* Move config/cmake_ext_mod content to config/cmake (#3062)Dana Robinson2023-06-071-1/+1
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-0/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-1/+2
|
* 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.
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-2/+15
| | | Also converted tests to use macros
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-3/+3
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-3/+3
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+8
| | | | | | cleaned. CMake update to clean testfiles. Tested: local cmake, autools, and h5committest
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+8
developers. Tested: local linux