summaryrefslogtreecommitdiffstats
path: root/fortran/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27151] fixed __float128 errorsScot Breitenfeld2015-06-041-0/+6
|
* [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-26/+26
|
* [svn-r26988] Fix name of generated fileAllen Byrne2015-05-011-1/+5
|
* [svn-r26969] Added H5KINDff.F90 to output and moved to end of source list.Allen Byrne2015-04-291-7/+3
|
* [svn-r26937] added generated Fortran file to Fortran CMakeList.txtScot Breitenfeld2015-04-281-2/+9
|
* [svn-r26912] Removed unused 'set'Scot Breitenfeld2015-04-231-1/+0
|
* [svn-r26885] Fixed issues with CMake and Fortran on linux.Scot Breitenfeld2015-04-221-6/+10
|
* [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-23/+0
|
* [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-201-19/+8
|
* [svn-r26827] Combined parallel APIs and removed no longer needed parallel files.Scot Breitenfeld2015-04-161-13/+3
|
* [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-31/+31
|
* [svn-r26807] Combined *_F03* files and removed *_F90* files.Scot Breitenfeld2015-04-141-21/+0
|
* [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