summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* Update HDF5 1.8 copyright headers with updated copyright URL (#148)Larry Knox2020-12-04140-1136/+1136
| | | | | | | * Update URL for COPYING file in copyright headers. * Make fortran copyright headers uniformly spaced. * Update url for Copyright file in c++/src/footer.html.
* Multiple changes to bring branch up-to-date (#87)Allen Byrne2020-11-203-13/+13
| | | | | Correct TARGET variable and CMake config file location. Add option to allow filter plugins to be built inline. Update CMake tools macros.
* Source formattedAllen Byrne2020-10-0122-8759/+9303
|
* Merge clang-format changes from developAllen Byrne2020-10-013-3/+40
|
* Merge from 1.10-1.12-dev - LT parse needs updateAllen Byrne2020-07-201-0/+20
|
* Update configure and Makefile.ins after bin/reconfigure.Larry Knox2020-06-225-5/+10
|
* Fix ifort warning flag.Larry Knox2020-05-045-0/+15
| | | | | | | | Restore AC_DEFUN([PAC_PROG_FC_DEFAULT_REALisDBLE] in m4/aclocal_fc.m4. Add --enable-symbols, --enable-profiling, and --enable-optimization options to autotools configure; all configure flags for --enable-production and --disable-production should match HDF5 1.10 and 1.12 production and debug default flags.
* Update to use optimization flags, C++ error flags, and correctLarry Knox2020-04-305-0/+10
| | | | libhdf5.settings.in to remove unworkable changes.
* Parallel Fortran tests now use the MPI module instead of includingDana Robinson2020-04-173-4/+7
| | | | mpif.h.
* TRILAB-192 correct fortran commandsAllen Byrne2020-04-143-19/+113
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-075-267/+138
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Autotools reconfigure updateAllen Byrne2020-03-315-7/+17
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-312-6/+28
|
* Merge changes from other branchesAllen Byrne2020-02-295-5/+5
|
* Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_sizeM. Scot Breitenfeld2020-02-181-1/+1
|
* HDFFV-11012, sanitize, warnings and tools idsAllen Byrne2020-02-113-16/+35
|
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-205-93/+99
|
* Fix parallel unresolvedAllen Byrne2019-10-281-6/+0
|
* Ran bin/reconfigurebyrn2019-10-075-0/+15
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-285-20/+25
| | | | bin/reconfigur.
* Fix fortran SHARED issues from mergeAllen Byrne2019-08-073-170/+146
|
* Merge mostly CMake changes from develop and file cleanupAllen Byrne2019-08-061-0/+50
|
* HDFFV-10845 More changes from 1.10 branchAllen Byrne2019-07-311-3/+18
|
* Fix file install nameAllen Byrne2019-07-291-2/+2
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-275-615/+424
|
* Reconfigured autoconf filesdpopat2019-07-195-2/+15
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-161-2/+9
|
* Fix Fortran feature var usage and message syntaxAllen Byrne2019-05-173-4/+4
|
* Merge in CMake changes from developAllen Byrne2019-04-042-10/+10
|
* Add missing SKIP_HDF5_FORTRAN_SHARED to all fortran cmakeAllen Byrne2018-11-011-1/+1
|
* Add missing prefixAllen Byrne2018-10-291-10/+22
|
* Add missing mpi file to libraryAllen Byrne2018-10-291-2/+8
|
* remove unused file generationAllen Byrne2018-10-291-24/+1
|
* HDFFV-10594, HDFFV-10332, HDFFV-9059 merge from developAllen Byrne2018-10-291-17/+30
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-025-268/+571
|
* HDFFV-10570 add missing files to installAllen Byrne2018-09-241-0/+14
|
* HDFFV-10444 fix so numbersAllen Byrne2018-04-102-10/+10
|
* Change CMake min to 3.10Allen Byrne2018-03-095-5/+5
|
* HDFFV-10398 Merge from developAllen Byrne2018-02-012-12/+8
|
* Fix windows and mac compile issuesAllen Byrne2018-01-291-5/+5
|
* Fix extlib references and fortran name typoAllen Byrne2018-01-251-3/+3
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-224-31/+15
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-103-32/+49
|
* Update link target commandsAllen Byrne2017-12-211-0/+2
|
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-045-110/+280
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-171-7/+7
|
* Fix linking of libsAllen Byrne2017-11-141-4/+6
|
* HDFFV-10321 merge from developAllen Byrne2017-11-027-16/+12
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-255-20/+10
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-145-0/+5
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.