summaryrefslogtreecommitdiffstats
path: root/fortran/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-201-92/+53
|
* Add fortran MPI to test and exampleAllen Byrne2018-06-061-2/+4
|
* Fix typoAllen Byrne2018-05-241-1/+1
|
* Remove link flag from compile commandAllen Byrne2018-05-221-3/+0
|
* Correct command usageAllen Byrne2018-05-071-6/+6
|
* Remove APPENDAllen Byrne2018-05-031-16/+22
|
* Fix another command revertAllen Byrne2018-05-031-12/+18
|
* Missed a command revertAllen Byrne2018-05-031-6/+9
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-16/+19
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-18/+36
|
* Fix link flags syntaxAllen Byrne2018-05-031-18/+18
|
* Revert refactor link flagsAllen Byrne2018-05-021-18/+18
|
* refactor link flags to interfaceAllen Byrne2018-05-021-18/+18
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-021-6/+6
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-301-9/+9
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-36/+81
|
* TRILABS-19 fix typosAllen Byrne2018-04-271-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-24/+30
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-6/+6
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-1/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-6/+0
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-3/+3
| | | | This is now fixed via the HDFFV-10325 fix.
* Add missing dir referenceAllen Byrne2017-11-021-1/+1
|
* Remove incorrect link varAllen Byrne2017-11-011-2/+0
|
* Convert to use MPI:: for linkAllen Byrne2017-11-011-2/+2
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-8/+8
|
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-6/+6
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-28/+26
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-26/+28
|
* [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-8/+54
| | | | Tested: local linux with CMake
* [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-17/+15
| | | | --enable-fortran
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-27/+22
| | | | Tested: local linux
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-6/+6
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-34/+34
| | | | | | | 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-22/+4
| | | | | | developers. Tested: local linux
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-3/+3
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|
* [svn-r23105] Changed Fortran examples to reflect tutorial examples via Barbara;Scot Breitenfeld2012-12-151-0/+1
| | | | | | added: h5_cmprss.f90 Tested: jam (gnu compilers)
* [svn-r23089] Changed Fortran examples to reflect changes in documentation ↵Scot Breitenfeld2012-12-101-7/+8
| | | | | | | | | via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-291-2/+2
| | | | | | optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r23053] Remove deleted file from CMake build listAllen Byrne2012-11-261-1/+0
|
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21715] Correct SET_TARGET_PROPERTIES commandsAllen Byrne2011-11-041-22/+21
|
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-031-4/+4
| | | | | | | | files updated to link with fortran mpi libs. Updated cacheinit.cmake to set num of procs to 3 for hdf testing. Tested: local linux and on windows 7