summaryrefslogtreecommitdiffstats
path: root/c++/examples/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-211-4/+4
|
* Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-271-2/+2
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-2/+28
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-10/+9
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-17/+17
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-8/+8
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-16/+16
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24238] Update list of generated files for clear-objectsAllen Byrne2013-10-011-6/+8
|
* [svn-r24227] Add new examples to cmake listsAllen Byrne2013-09-301-0/+30
| | | | Tested: local linux
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+29
developers. Tested: local linux