summaryrefslogtreecommitdiffstats
path: root/fortran/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-0/+3
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21435] Add F2003 IF-ENDIF protection blocks around _F03 file processingAllen Byrne2011-09-301-2/+3
|
* [svn-r21422] Add 2003 examples to cmake buildAllen Byrne2011-09-271-1/+39
|
* [svn-r20153] Move ext lib handling for ext project building to a common ↵Allen Byrne2011-02-241-2/+2
| | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-5/+0
|
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-2/+2
| | | | bring r19908 from 1.8 branch
* [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-2/+2
| | | | | | macro use for checking libtype. bring r19906 from 1.8 branch
* [svn-r19870] Add tests for examples.Allen Byrne2010-12-031-0/+10
| | | | Tested: local linux
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-4/+4
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-34/+4
|
* [svn-r19325] Added parallel build commands.Allen Byrne2010-08-311-2/+34
| | | | | | | Corrected use/name of source folder aliases. Duplicated FindMPI.cmake so that non-c++ compiler is found first (recommemded commands did not work). Tested: local linux with mpich
* [svn-r19037] Added executable Linker Flag for MSVC static builds: ↵Allen Byrne2010-06-291-0/+7
| | | | | | | | /NODEFAULTLIB:MSVCRT Added VERSION vars for inclusion into auto snapshot version update script Tested windows
* [svn-r18793] Add files to support building library with CMakeAllen Byrne2010-05-131-0/+61
Tested: Local linux