summaryrefslogtreecommitdiffstats
path: root/fortran/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-39/+104
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-6/+7
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-95/+48
| | | | Tested: local linux
* [svn-r26530] Add back Windows dll export defineAllen Byrne2015-03-231-0/+4
|
* [svn-r26490] Remove unused definesAllen Byrne2015-03-191-4/+0
|
* [svn-r26230] Add def file comment when it is F2003vms_last_support_trunkAllen Byrne2015-02-191-0/+2
|
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-1/+2
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-2/+2
|
* [svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes ↵Scot Breitenfeld2015-01-151-1/+0
| | | | sometimes and 10 bytes other times. Not sure why.
* [svn-r25978] Bug fix for HDFFV-8847Scot Breitenfeld2015-01-131-0/+1
| | | | Tested: h5committest
* [svn-r25847] Correct typos in linux export of modAllen Byrne2014-11-251-1/+1
|
* [svn-r25691] File is not generated by non-2003 compliant fortran compilers.Allen Byrne2014-10-101-3/+20
| | | | Tested: jam and local linux
* [svn-r25483] Fixed code comments.Scot Breitenfeld2014-07-241-2/+2
|
* [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file.Allen Byrne2014-06-181-3/+7
| | | | Tested: local linux
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-161-8/+14
| | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
* [svn-r25009] Add missing mod file to installAllen Byrne2014-04-101-0/+4
| | | | Tested: local linux
* [svn-r25002] By Permission: Add missing mod file to installAllen Byrne2014-04-091-0/+2
| | | | Tested: local linux
* [svn-r24904] Revert includes moveAllen Byrne2014-03-261-2/+2
|
* [svn-r24903] Correct mod install listsAllen Byrne2014-03-261-15/+14
| | | | Tested: local linux
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-251-3/+9
|
* [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-4/+55
|
* [svn-r24876] Move includes command up before all programsAllen Byrne2014-03-241-2/+2
|
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-1/+1
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-95/+95
| | | | | | | 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-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-041-3/+4
|
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-1/+2
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23614] Remove subfolders for includesAllen Byrne2013-04-231-3/+3
|
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-0/+1
| | | | Tested: (jam, gnu,intel compilers)
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-291-3/+6
| | | | | | optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r23057] HDFFV-8265: create .def file during configureAllen Byrne2012-11-271-5/+14
| | | | Tested: windows
* [svn-r22720] Fix RelWithDebInfo packagingAllen Byrne2012-08-281-1/+1
|
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-0/+4
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22361] Change library source properties: remove "LANGUAGE C" property ↵Allen Byrne2012-05-141-4/+7
| | | | | | from headers. Add "LINKER C" property to link. Tested: local linux
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21764] HDFFV-7798: CMake on linux. Corrected path component in ↵Allen Byrne2011-11-151-8/+19
| | | | fortran/src and hl/fortran/src and the install command.
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-031-4/+7
| | | | | | | | 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/+2
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21263] Add F2003 support to CMake buildsAllen Byrne2011-08-191-0/+20
|
* [svn-r21194] Add parallel version of windows def file for fortran exportsAllen Byrne2011-08-081-2/+6
|
* [svn-r21171] Commit HDFFV-5929 winthreads define fixAllen Byrne2011-08-041-17/+8
| | | | | | Change reference of generated executables in src and fortran/src to use $<TARGETFILE:xxx> format. Tested: local linux
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-0/+1
|
* [svn-r19914] Correct format of empty parameterAllen Byrne2011-01-051-1/+1
| | | | bring r19913 from 1.8
* [svn-r19910] Change how LINK_FLAGS for fortran are appended on Windows - ↵Allen Byrne2011-01-051-1/+5
| | | | correct for just shared libs
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-7/+1
| | | | bring r19908 from 1.8 branch
* [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-4/+4
| | | | | | macro use for checking libtype. bring r19906 from 1.8 branch
* [svn-r19509] Improve CMake support for CYGWIN.Allen Byrne2010-10-041-24/+20
| | | | | | Correct script comment in testh5diff.sh Tested: Windows Cygwin
* [svn-r19434] Correct use of lib, include, bin in INSTALL commands to use ↵Allen Byrne2010-09-201-5/+5
| | | | | | proper variables. Tested: local linux