summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-125-20/+5
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| * Ran bin/reconfigure after so number change.lrknox2017-06-061-3/+3
| |
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-045-2/+7
| |
* | libtool does not pass the correct argument linking (-WL,-WL,,) for theM. Scot Breitenfeld2017-07-272-3/+3
| | | | | | | | | | | | | | | | 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 included the h5fc wrapper. NAG complains about doubly declared options.
* | Update h5vers and release scripts for 1.8.19 branch, set version tolrknox2017-06-081-3/+3
|/ | | | | | | | 1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
* Propagate .so number changes to Makefile.ins with bin/reconfigure.lrknox2017-06-021-5/+5
|
* Merge pull request #537 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-05-25140-867/+604
|\ | | | | | | | | | | | | * commit '2fb535ceff613dfd2a02b5b78ba7c3b5df95424b': Remove The HDF Group copyright header from 3rd party file. Remove java/COPYING file - no java directory in this branch. Update text in COPYING files in subdirectories to match changes to copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files. Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Update text in COPYING files in subdirectories to match changes tolrknox2017-05-2412-79/+84
| | | | | | | | | | | | | | | | | | copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from comments in hl/fortran/src/H5IMcc.c and hl/src/H5IM.c. Commit bin/reconfigure changes to generated files.
| * Change copyright headers to replace url referring to file to belrknox2017-05-16134-804/+536
| | | | | | | | removed and replace it with new url for COPYING file.
* | fixed print formattingM. Scot Breitenfeld2017-05-183-9/+9
|/
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-105-10/+25
| | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-1/+1
|
* Add option TEST_SHARED_PROGRAMS to disable shared testing by defaultAllen Byrne2017-03-011-1/+1
|
* Merge CMake FindMPI changes and CMake documentation from developAllen Byrne2017-02-281-2/+2
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-067-101/+155
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-185-5/+5
|
* HDFFV-10036: HDF5 Fails to compile fortran tests with NAG and -i8 and -r8 flagsM. Scot Breitenfeld2016-12-071-2/+3
| | | | Fix.
* Merge pull request #164 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-11-265-66/+129
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b550fe9a3226632270110e36e82133d461f8f921': (30 commits) Version string at top of README.txt and release_docs/RELEASE.txt updated by bin/release. Update URLs in RELEASE.txt. Set version and commit release script changes for 1.8.18 release. Update HDF5 document URLs in RELEASE.txt. Description: Replaced an incorrect work-around note with info about future feature to fix the problem. Change default build mode to production. Update version to 1.8.18-pre2. Update versions for actual 1.8.18-pre1 release. Add GIT note Updates to RELEASE.txt to account for changes in the 1.8.18 release Updates to RELEASE.txt to account for changes in the 1.8.18 release Updated optional CMake scripts Updates to RELEASE.txt to account for changes in the 1.8.18 release. Remove ADA machine no longer tested from "Supported Platforms". Correct typo: missing '(' for Mac OS 10.11 compiler information. Updates to RELEASE.txt to account for changes in the 1.8.18 release. Add bin/compile, bin/depcomp and bin/missing which were changed to links by libtool. Rerun libtoolize with -cf, then reconfigure. Created pre1 release files. Check in ltmain.sh and m4 files after running libtoolize with version 2.4.6. Update Windows tested platforms information. Update shared object file numbers according to changes in v1.8.18 release. Update autotools and libtool versions. Run bin/reconfigure. ...