summaryrefslogtreecommitdiffstats
path: root/hl/fortran
Commit message (Collapse)AuthorAgeFilesLines
* 1 10 merge recent changes from develop (#345)Allen Byrne2021-02-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop
* 1 10 merges from develop (#298)Allen Byrne2021-02-041-1/+1
| | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms
* Update pkgconfig settings with version - #218 (#222)Allen Byrne2020-12-221-2/+2
|
* OESS-98 Update plugin build option (#172)Allen Byrne2020-12-151-0/+48
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-3/+3
|
* Source formattedAllen Byrne2020-10-017-2265/+1870
|
* Merge of clang-format changes from developAllen Byrne2020-09-301-2/+13
|
* Normalizations with developDana Robinson2020-08-167-80/+80
|
* Examples DESTDIR and github actionAllen Byrne2020-07-211-2/+2
|
* CMake updates:Allen Byrne2020-07-151-1/+20
| | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* Removed trailing whitespace from source files.Dana Robinson2020-05-268-252/+252
|
* Normalization of high-level library with develop. Also brings theDana Robinson2020-05-158-72/+72
| | | | warnhist script over.
* TRILAB-192 - merge changes from developAllen Byrne2020-04-073-87/+34
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-302-4/+4
|
* Merge CMake and tools changes from developAllen Byrne2020-02-274-4/+4
|
* Merge from dev, sanitizer, fortran, warnings and tools idsAllen Byrne2020-02-111-2/+2
|
* Added new CMake options for testsAllen Byrne2020-01-192-2/+4
|
* HDFFV-10903 merge dev changes to 1.10Allen Byrne2019-09-183-4/+4
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-243-17/+24
|
* HDFFV-10581 Correct PDB files and debug naming.Allen Byrne2019-07-091-2/+2
|
* Squash commit of options to build tools and testsDhvanil Popat2019-06-251-1/+7
|
* HDFFV-10805 Merge SHARED ONLY option from developAllen Byrne2019-06-204-187/+166
|
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-274-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-212-4/+4
|
* Add check for existing links in hl/fortran/src/Makefile.am.Larry Knox2019-01-151-2/+4
|
* Merge pull request #1429 in HDFFV/hdf5 from ↵Larry Knox2019-01-141-0/+14
| | | | | | | | | HDFFV-10596-fortran-library-names-differ to develop * commit 'f4c9ec5d41aa53829617274d3286f1e9a45ae57e': Add RELEASE.txt entry for HDFFV-10596. Uninstall should remove the libhdf5_hl_fortran links. Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran in Makefile.am to match cmake install and the name pattern for other hl lib files.
* HDFFV-10537: Remove installation of Fortran test mod filesM. Scot Breitenfeld2018-11-121-12/+0
| | | | Removed from autools install, cmake does not have this issue.
* Change prefix in example scripts to relative path to bin. This was doneLarry Knox2018-08-231-1/+1
| | | | | for 1.8, and works wherever installed without the need to replace the original prefix.
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-2/+2
|
* Remove link flag from compile commandAllen Byrne2018-05-222-2/+0
|
* 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
|