summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* 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. ...
| * Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-015-66/+129
| | | | | | | | | | Update autotools and libtool versions. Run bin/reconfigure.
* | Identify generated files with propertyAllen Byrne2016-10-311-0/+2
|/
* Add namespace and export utilsAllen Byrne2016-10-141-1/+2
|
* Correct usuage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Correct name of windows variableAllen Byrne2016-10-101-2/+2
|
* Fix for:Scot Breitenfeld2016-09-222-17/+7
| | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler HDFFV-9980 Fix segfaults for F03 tests in 1.8 branch
* [svn-r30305] Removed spaces in "if" conditional, DT failure.Scot Breitenfeld2016-08-192-12/+20
| | | | Tested:platypus (gnu)
* [svn-r30299] Updated to rid the use of c_size_t and sizeof if storage_size ↵Scot Breitenfeld2016-08-181-31/+12
| | | | | | is available.
* [svn-r30294] Removed the use of C_sizeof, since it causes issues with the ↵Scot Breitenfeld2016-08-162-13/+6
| | | | | | NAG compiler. Tested: jelly (gnu 4.8.3)
* [svn-r30260] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+2
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r30057] Fix typo in compile scripts that causes filename in -o outfile ↵Larry Knox2016-06-081-1/+1
| | | | | | to be dropped. Addresses HDFFV-9530 and HDFFV-9938.
* [svn-r28438] Snapshot version 1.8 release 17 (snap6)HDF Tester2015-11-221-7/+7
|
* [svn-r28125] Add library version changes based on lt_vers.am file.Allen Byrne2015-10-192-17/+17
|
* [svn-r28096] Updated packaging scripts and moved them from bin to bin/pkgscrpts.Larry Knox2015-10-162-2/+20
| | | | | | Added shared library version numbers for each wrapper library file. Tested with h5committest.new.
* [svn-r28012] Reset version after creating hdf5_1_8_16 branch.Larry Knox2015-10-081-3/+3
| | | | Removed "changes from 1.8.15" from RELEASE.txt for HDF5 1.8.17 release.
* [svn-r27714] Merge from 1.8 branch.Allen Byrne2015-09-091-20/+62
| | | | Add mod file changes from trunk
* [svn-r27685] Merge of r27572 from trunkDana Robinson2015-09-061-3/+0
| | | | | | | | | | Remove all VMS-specific code from the library. The exception is the VMS floating-point tests since those are special as VMS floats are odd. Those files will be considered separately. Fixes HDFFV-9495 Tested on: h5committest
* [svn-r27628] Add missing cmake option to checkAllen Byrne2015-08-311-2/+2
|
* [svn-r27603] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-284-55/+55
| | | | | Added new option SKIP_HDF5_FORTRAN_SHARED. Adjust H5_HAVE_THREADSAFE only on SHARED libs.
* [svn-r27532] Merge of CMake dual-binary changes from CMake branch to 1.8Allen Byrne2015-08-196-80/+433
| | | | Tested: local linux (CMake branch has been tested on Windows)
* [svn-r27165] Merge 27133 & 27158 from trunk:Mohamad Chaarawi2015-06-084-61/+61
| | | | | | | | | - Add a new attribute function characterstic for format: * H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z))) - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED. - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN tested with h5committest.
* [svn-r26994] Merge of r26986 from trunk.Dana Robinson2015-05-022-1/+5
| | | | | | | | | | | | Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality. The H5F_ACC_DEBUG symbol remains but has been defined to zero. Fixes: HDFFV-1074 Tested on: h5committest 32-bit Linux w/ C++ and Fortran and multi VFD
* [svn-r26964] HDFFV-9298: make uninstall generated "test: argument expected" ↵Albert Cheng2015-04-292-0/+2
| | | | | | | | | lines The error is that $EXAMPLETOPDIR is used without setting a value first. Solution is to set them with the proper values. Tested: jam only to confirm the error no longer exists.
* [svn-r26813] Removed printf debug statements.Scot Breitenfeld2015-04-151-2/+0
| | | | Tested: trival
* [svn-r26758] Maintenance: Updated LT_VERS_INTERFACE to 10 and ↵Elena Pourmal2015-04-071-2/+2
| | | | LT_VERS_REVISION to 1 and ran reconfigure.
* [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and ↵Elena Pourmal2015-04-071-1/+1
| | | | Updated RELEASE.txt for the new work to be entered.
* [svn-r26728] Merge trunk reviwions 26669 and 26670.Larry Knox2015-04-045-5/+0
| | | | | | Removed from configure.ac VPATH section, LONE_COLON check and checks for redundant addition of /usr/include and /usr/lib to compile flags, with reconfigure. Tested h5committest
* [svn-r26710] Update fortran cmake commandsAllen Byrne2015-04-021-22/+13
|
* [svn-r26697] HDFFV-9131: Remove obsolete/unneeded sections.Allen Byrne2015-04-015-10/+0
|
* [svn-r26674] merged r26657 and r26642 from the trunk into the branch.Scot Breitenfeld2015-03-312-6/+21
| | | | tested: h5committest