summaryrefslogtreecommitdiffstats
path: root/hl/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-45/+43
|
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-211-2/+2
|
* * Added H5DO compatibility functions.Dana Robinson2018-05-041-0/+2
| | | | | * Changed the offset copy to use an array on the stack. * Yanked some unused #defines.
* First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-2/+0
| | | | | | | | | | 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 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.
* Update CMake files and formattingAllen Byrne2017-03-011-3/+3
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-1/+14
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-2/+2
|
* [svn-r30237] HDFFV-9939: Change cmake commands to reduce POST_BUILD custom ↵Allen Byrne2016-08-011-26/+38
| | | | commands. Fixes possible overruns on windows command lines.
* [svn-r29878] Add LD tests to CMake.Allen Byrne2016-05-041-6/+18
| | | | Add include guards and Windows guards to dectris_hl_perf.c file.
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-5/+5
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-10/+10
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-10/+10
| | | | | | | 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-r24392] Cleanup testfiles from scripts. Update lists of files to be ↵Allen Byrne2013-11-011-0/+3
| | | | | | 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/+70
developers. Tested: local linux