summaryrefslogtreecommitdiffstats
path: root/fortran/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-21/+31
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-10/+21
|
* Fix link flags syntaxAllen Byrne2018-05-031-10/+10
|
* Revert refactor link flagsAllen Byrne2018-05-021-12/+10
|
* refactor link flags to interfaceAllen Byrne2018-05-021-8/+13
|
* Refactor link flagsAllen Byrne2018-05-021-9/+11
|
* Fix defs and additional MSVC itemsAllen Byrne2018-05-021-5/+4
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-021-1/+1
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-301-2/+2
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-19/+37
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-48/+41
|
* TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-241-1/+1
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-8/+7
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-4/+4
|
* HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-121-2/+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-10398 use the target name for custom commandsAllen Byrne2018-01-301-8/+4
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* Fix fortran cmake variable usageAllen Byrne2018-01-111-3/+3
|
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 fix packagingAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-19/+24
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-10/+4
|
* Fix -- HDFFV-10363 Fortran compilation fails for xlf and cmake buildsM. Scot Breitenfeld2017-12-191-1/+15
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-7/+7
| | | | This is now fixed via the HDFFV-10325 fix.
* Correct link lines of librariesAllen Byrne2017-11-141-4/+6
|
* Correct usage of MPI varsAllen Byrne2017-11-011-4/+4
|
* Convert to use MPI:: for linkAllen Byrne2017-11-011-2/+2
|
* HDFFV-9875 enable static pdb and cleanup exportsAllen Byrne2017-02-031-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-0/+2
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-28/+28
|
* Correct typo in variable formatAllen Byrne2016-10-141-1/+1
|
* 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 WORKING_DIR to commandAllen Byrne2016-09-201-0/+2
|
* Add target depends require separate foldersAllen Byrne2016-09-201-6/+37
|
* Add another source propertyAllen Byrne2016-09-201-0/+1
|
* Update generated files commands and propertiesAllen Byrne2016-09-201-7/+6
|
* Chage command proces to generate file before use.Allen Byrne2016-09-201-37/+20
|
* Add missing command to set shared generated fileAllen Byrne2016-09-191-2/+2
|
* Separate fortran generation into static and shared folders.Allen Byrne2016-09-161-2/+25
|
* [svn-r29952] merged change 29951 from Scot Breitenfeld2016-05-231-0/+2
| | | | | | https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_10_0/fortran/src into trunk.
* [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-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-0/+1
| | | | Tested: h5committest.new
* [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