summaryrefslogtreecommitdiffstats
path: root/fortran/test/CMakeTests.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-4/+4
| | | | At one time this content was a git submodule shared between several projects but that time has long passed.
* Develop cmake clean (#1971)Allen Byrne2022-08-071-2/+26
|
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-15/+32
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-6/+10
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-177/+43
| | | | | 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
* updated static vol_connector buildM. Scot Breitenfeld2019-06-131-1/+1
|
* Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-131-3/+0
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * fixed dependenciesM. Scot Breitenfeld2019-06-131-3/+0
| |
* | updated static vol_connector buildM. Scot Breitenfeld2019-06-131-2/+18
|/
* fix for cycle dependencyM. Scot Breitenfeld2019-06-131-0/+21
|
* added vol connectorM. Scot Breitenfeld2019-05-161-0/+8
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-1/+1
|
* Remove F2003 Option and referencesAllen Byrne2019-02-061-37/+33
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-1/+1
| | | | This is now fixed via the HDFFV-10325 fix.
* 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.
* Fix test output file nameAllen Byrne2017-01-121-2/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-12/+102
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-5/+5
|
* [svn-r29866] Add files to clear test generated files tests.Allen Byrne2016-05-041-1/+92
|
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-2/+2
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-0/+26
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-0/+2
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r24954] HDFFV-8700: lowercase CMake commandsAllen Byrne2014-04-031-4/+4
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-9/+9
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-5/+5
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-2/+2
| | | | | | | 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-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+26
developers. Tested: local linux