summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-21/+21
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-0/+1
|
* Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Add missing target depends commandAllen Byrne2016-09-211-0/+2
|
* Add missing SH to target nameAllen Byrne2016-09-211-1/+1
|
* Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-211-16/+48
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-11/+11
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-2/+2
|
* [svn-r27796] Remove duplicated if blockAllen Byrne2015-09-151-5/+0
|
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| * [svn-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-151-4/+4
| | | | | | | | Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-101-9/+27
| |
* | [svn-r27703] Publish both static and shared mod files in binaries.Allen Byrne2015-09-081-5/+29
| | | | | | | | Tested: local linux
* | [svn-r27661] Always use static mod files.Allen Byrne2015-09-011-8/+2
|/
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-11/+11
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27557] Added build_mod directory and updated the C try_run macro to ↵Scot Breitenfeld2015-08-241-13/+15
| | | | not check for definitions and does not return unused arguments.
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-6/+66
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-66/+6
|
* [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-32/+71
| | | | Tested: local linux with CMake
* [svn-r27442] added missing dependenciesScot Breitenfeld2015-07-301-20/+6
|
* [svn-r27422] changed add_custom_command to add_custom_targetScot Breitenfeld2015-07-211-10/+24
|
* [svn-r27391] Added build dependencies to generated filesScot Breitenfeld2015-07-151-2/+9
|
* [svn-r27378] svn merge -r27326:27377 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-07-141-5/+6
|\
| * [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-5/+6
| |
* | [svn-r27359] Fixed Cmake to handle autogenerated Fortran HL APIsScot Breitenfeld2015-07-091-0/+42
| |
* | [svn-r27021] Added hdf5_hl_fortrandll.def to hl library build.Scot Breitenfeld2015-05-051-1/+1
| |
* | [svn-r27020] fixed HL Fortran Binary dir.Scot Breitenfeld2015-05-051-1/+1
| |
* | [svn-r27006] Added hdf5_hl_fortrandll.def to hl library build.Scot Breitenfeld2015-05-041-1/+1
| |
* | [svn-r26908] Added missing c_long_double interfaces, now handles promotion ↵Scot Breitenfeld2015-04-231-0/+10
| | | | | | | | of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
* | [svn-r26882] renamed .f90 fo .F90Scot Breitenfeld2015-04-221-4/+4
|/
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-26/+22
| | | | Tested: local linux
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-201-2/+4
| | | | correct name of hl fortran examples option check
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r26040] HDFFV-9018: Install pdb files to bin folder with dlls.Allen Byrne2015-01-261-2/+2
|
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-7/+7
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24931] Add interface property to targetAllen Byrne2014-03-311-3/+9
|
* [svn-r24889] Fix fortran mod file handling and packingAllen Byrne2014-03-241-8/+8
|
* [svn-r24887] Fix fortran mod file handling and packingAllen Byrne2014-03-241-4/+10
|
* [svn-r24826] HDFFV-8700 -Allen Byrne2014-03-181-3/+4
| | | | | | | | KitWare recommendations: Change CMake commands to lower case. Bump up CMake minimum versions. Split test file into separate file for h5repack test. Tested: local linux
* [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-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-2/+2
|
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|
* [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-1/+1
| | | | | | 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-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