summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-264-186/+149
|
* TRILABS-20 Fix fortran configure during fix of CXX configureAllen Byrne2018-04-243-49/+49
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-205-5/+5
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-6/+6
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-173-17/+20
|
* Merge pull request #1024 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-04-112-8/+8
|\ | | | | | | | | | | | | | | | | | | | | * commit '34e3e3ef17f29b721780941866a3ad4c261b7c05': Whitespace changes Whitespace and test reclassify Move two more functions from unit tests Reorder of tests for debug APIs option HDFFV-10444 fix soversion numbers for libraries Fix Java test for DEBUG_APIS Use var instead of absolute number
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-102-8/+8
| |
* | fixed return integer type of C functionM. Scot Breitenfeld2018-04-101-2/+2
|/
* Revert some tangential code cleanups.Quincey Koziol2018-03-232-0/+452
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1815-804/+1020
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-121-2/+2
| |
| * Change CMake min to 3.10Allen Byrne2018-03-095-5/+5
| |
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-275-5/+5
| |
| * HDFFV-10345 whitespace correctionsAllen Byrne2018-02-051-2/+2
| |
| * HDFFV-10345 spelling errorsAllen Byrne2018-02-055-65/+65
| |
| * HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-302-12/+6
| |
| * HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-301-4/+4
| |
| * HDFFV-10385 rename vars and macrosAllen Byrne2018-01-192-4/+4
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-173-17/+0
| |
| * Fix fortran cmake variable usageAllen Byrne2018-01-112-18/+18
| |
| * Correct whitespaceAllen Byrne2018-01-101-1/+1
| |
| * HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-102-4/+4
| |
| * HDFFV-10385 fix packagingAllen Byrne2018-01-102-4/+4
| |
| * HDFFV-10385 includes cleanupAllen Byrne2018-01-101-3/+1
| |
| * HDFFV-10385 fix fortran referencesAllen Byrne2018-01-101-0/+4
| |
| * Correct folder typoAllen Byrne2018-01-091-2/+2
| |
| * HDFFV-10385 fix platform errorsAllen Byrne2018-01-092-29/+35
| |
| * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-092-20/+8
| |
| * 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-075-25/+25
| | | | | | | | This is now fixed via the HDFFV-10325 fix.
| * removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-062-17/+339
| |
| * export var.M. Scot Breitenfeld2017-11-292-64/+66
| |
| * initialized integer constantsM. Scot Breitenfeld2017-11-291-63/+63
| |
| * Update macrosAllen Byrne2017-11-291-2/+2
| |
| * HDFFV-10325: removed the COMMON/EQUIV statements.M. Scot Breitenfeld2017-11-292-647/+552
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-152-455/+0
|/
* Correct link lines of librariesAllen Byrne2017-11-141-4/+6
|
* Fix for Intel 18 Fortran compilation error.M. Scot Breitenfeld2017-11-021-4/+1
| | | | HDFFV-10322
* Add missing dir referenceAllen Byrne2017-11-021-1/+1
|
* Remove incorrect link varAllen Byrne2017-11-012-3/+0
|
* Correct usage of MPI varsAllen Byrne2017-11-014-9/+9
|
* Convert to use MPI:: for linkAllen Byrne2017-11-013-6/+5
|
* libtool does not pass the correct argument linking (-WL,-WL,,) for theM. Scot Breitenfeld2017-07-271-1/+1
| | | | | | NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
* Removed FCFLAGS when building the examples since they should already be ↵M. Scot Breitenfeld2017-07-271-2/+2
| | | | included the h5fc wrapper. NAG complains about doubly declared options.
* fixed check output string to match testM. Scot Breitenfeld2017-06-091-1/+1
|
* Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-183-9/+9
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-25110-649/+498
| | | | | | | | | | 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.
* Combined the README_DEVEL and README, and removed out-dated README materialM. Scot Breitenfeld2017-04-112-220/+78
|
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-011-7/+7
|