summaryrefslogtreecommitdiffstats
path: root/fortran/src/hdf5_fortrandll.def.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to developScot Breitenfeld2019-01-081-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6': HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. Added chunked dataset, H5S_ALL test typo typo updated defined constants Documented HDFFV-10652 HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator. Removed reason for breaking read-proc0-and-bcast switched to using CX instead of a global var. HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator.
| * HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-081-0/+1
| |
* | Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-081-0/+4
|/
* VOL FEATUREDana Robinson2018-10-101-0/+1
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-191-0/+4
| | | | | | functions Tested: h5committest.new
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-0/+12
| | | | Tested: h5committest.new
* [svn-r27592] Added dll for H5DGET_OFFSET_FScot Breitenfeld2015-08-271-0/+1
|
* [svn-r27525] Added missing H5A_mp_H5AREAD_PTR and H5A_mp_H5AWRITE_PTR ↵Scot Breitenfeld2015-08-191-0/+2
| | | | definitions.
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-207/+65
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-65/+207
|
* [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters ↵Scot Breitenfeld2015-07-141-44/+0
| | | | are now generated code
* [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated codeScot Breitenfeld2015-07-141-16/+0
|
* [svn-r26968] Removed H5A,H5D and H5P declarations which now use the KIND ↵Scot Breitenfeld2015-04-291-117/+0
| | | | findings.
* [svn-r26915] Added missing long_double APIs.Scot Breitenfeld2015-04-231-1/+0
|
* [svn-r26895] Added missing interfaces for c_double_long.Scot Breitenfeld2015-04-231-53/+59
| | | | Added DLLs.
* [svn-r26893] added c_long_double interfaces and updated DLLsScot Breitenfeld2015-04-221-140/+236
|
* [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-66/+0
|
* [svn-r26512] Reverted changed 26488 and 26477Scot Breitenfeld2015-03-201-280/+0
| | | | Tested: h5committest
* [svn-r26477] Removed COMMON and EQUIVALENCE usage from Fortran Source. Scot Breitenfeld2015-03-191-0/+280
| | | | | | | | | Also removed disabling shared when building Fortran on the Mac. These fixes should fix all the building shared with Fortran problems. HDF5-247 Also fixes array bounds starting from zero in H5Pff.f90 routines. Tested: h5committest
* [svn-r26233] Disable h5tenum_insert_f if F2003 is enabled.Scot Breitenfeld2015-02-191-1/+1
|
* [svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_FScot Breitenfeld2015-02-181-1/+1
|
* [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-0/+2
| | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-251-572/+572
|
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-011-0/+2
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24864] Description:Quincey Koziol2014-03-211-2/+0
| | | | | | | | | | | | | | | | | | 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
* [svn-r23462] Added definition for h5kind_to_typeScot Breitenfeld2013-03-271-0/+1
|
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-0/+1
| | | | Tested: (jam, gnu,intel compilers)
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-291-8/+26
| | | | | | optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r23057] HDFFV-8265: create .def file during configureAllen Byrne2012-11-271-0/+552
Tested: windows