summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing module_dir propertyAllen Byrne2018-05-092-0/+2
|
* Correct command usageAllen Byrne2018-05-073-5/+5
|
* Remove APPENDAllen Byrne2018-05-033-6/+6
|
* Fix typoAllen Byrne2018-05-031-1/+1
|
* Add missing test libAllen Byrne2018-05-031-2/+2
|
* add missing folder to pathAllen Byrne2018-05-031-2/+2
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-033-39/+57
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-034-313/+114
|
* Fix link flags syntaxAllen Byrne2018-05-033-36/+37
|
* Revert refactor link flagsAllen Byrne2018-05-023-35/+35
|
* refactor link flags to interfaceAllen Byrne2018-05-023-34/+34
|
* Fix defs and additional MSVC itemsAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-022-5/+5
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-023-12/+12
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-303-11/+11
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-303-72/+207
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-263-90/+70
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-204-4/+4
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-1/+8
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-173-26/+11
|
* 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-17/+27
|
* Change CMake min to 3.10Allen Byrne2018-03-094-4/+4
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-274-4/+4
|
* HDFFV-10345 spelling errorsAllen Byrne2018-02-052-5/+5
|
* HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-301-4/+2
|
* HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-3/+3
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-172-9/+0
|
* Fix fortran cmake variable usageAllen Byrne2018-01-111-2/+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 fortran referencesAllen Byrne2018-01-101-0/+2
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-12/+11
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-10/+4
|
* Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-4/+4
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-073-12/+12
| | | | This is now fixed via the HDFFV-10325 fix.
* removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-061-62/+3
|
* Removed extra Fortran flags, (HDFFV-10037)M. Scot Breitenfeld2017-08-011-2/+2
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2526-160/+126
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Update CMake files and formattingAllen Byrne2017-03-011-1/+1
|
* 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
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-112-9/+126
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-105-34/+34
|
* 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
|
* Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-2/+0
|
* Added SEQUENCE to derived types for NAG:M. Scot Breitenfeld2016-09-232-3/+4
| | | | | | | | | | | | | | | | | | | | | | Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so as to improve alignment and reduce storage; the C output code can be inspected to determine the ordering used. " Removed INTENT(IN) to fix segfaults in C APIs for TYPE(C_PTR). Tested: NAG (gnu)
* Removed the use of hard-coded integer KINDs.M. Scot Breitenfeld2016-09-221-17/+15
|