summaryrefslogtreecommitdiffstats
path: root/fortran/src/hdf5_fortrandll.def.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26308] Merged r26214, 26217, 26233, 26241 from the trunk.Scot Breitenfeld2015-02-251-1/+3
|
* [svn-r25111] Changed Subeversion EOL and executable properties. No code changes.Dana Robinson2014-04-251-572/+572
|
* [svn-r25027] Merged changes from the trunk to the branch,Scot Breitenfeld2014-04-121-0/+2
| | | | | | svn merge -r24929:25009 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran tested: jam (gnu)
* [svn-r24878] Description:Quincey Koziol2014-03-241-2/+0
| | | | | | | | | | | | | | | | | | | | | Bring r24864 from trunk to 1.8 branch: Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial (daily tested on trunk)
* [svn-r23488] merged windows dll changes from the trunk to the branch.Scot Breitenfeld2013-03-291-0/+1
| | | | | | svn merge -r23351:23487 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran . Tested: windows.
* [svn-r23352] merged -r22826:23050 and -r23060:23351 from trunk into branch.Scot Breitenfeld2013-03-151-9/+10
| | | | Tested: jam (gnu, intel)
* [svn-r23218] Comment out new fortran functions not yet merged from trunkAllen Byrne2013-02-011-9/+9
| | | | Tested: windows
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-311-0/+570
This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux