summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [svn-r26654] Bring trunk CMake changes to branch.Allen Byrne2015-03-304-108/+86
| | | | Tested: local linux
* [svn-r26617] Merged r26616 from the trunk into the branch.Scot Breitenfeld2015-03-271-1/+0
| | | | Tested: Text changes only.
* [svn-r26600] Fix CMake target calls to add new parameterAllen Byrne2015-03-264-13/+13
|
* [svn-r26582] Merge r26509 from trunkJerome Soumagne2015-03-255-10/+0
| | | | Run reconfigure after merges from autotools_rework branch
* [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.Scot Breitenfeld2015-03-251-1/+1
| | | | Tested: h5committest
* [svn-r26547] Merged changes from the trunk into the branch:Scot Breitenfeld2015-03-2343-1435/+1434
| | | | | | svn merge -r26029:26536 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: h5committest
* [svn-r26531] Merge CMake packaging from trunk to 1.8Allen Byrne2015-03-231-1/+5
| | | | Tested: windows
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-095-25/+0
| | | | | | | | | | | | | | Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-056-5/+7
| | | | Update windows wix cpack process.
* [svn-r26316] Add IS_F2003 option to def file macroAllen Byrne2015-02-261-1/+4
|
* [svn-r26314] Brought autotools related changes from the trunk to the branch, ↵Scot Breitenfeld2015-02-268-8/+13
| | | | r26188 r26280
* [svn-r26308] Merged r26214, 26217, 26233, 26241 from the trunk.Scot Breitenfeld2015-02-257-74/+237
|
* [svn-r26304] bring 26303 from trunk:Mohamad Chaarawi2015-02-255-10/+10
| | | | remove files with .clog2 extension generated by MPE when doing make clean