summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src/H5TBff.F90
Commit message (Collapse)AuthorAgeFilesLines
* Added SEQUENCE to derived types for NAG:M. Scot Breitenfeld2016-09-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | Section 81 of the compiler manual, e.g. at http://www.nag.co.uk/nagware/np/r61_doc/np61_manual.pdf covers details about the compiler's internal representations, including " Fortran derived types are translated into C structs. If BIND(C) or SEQUENCE is used, the order of the items within the struct is the same as the order within the derived type definition. Otherwise, the order of items is permuted to put larger types at the front of the struct so as to improve alignment and reduce storage; the C output code can be inspected to determine the ordering used. " Removed INTENT(IN) to fix segfaults in C APIs for TYPE(C_PTR). Tested: NAG (gnu)
* [svn-r30113] Description:Quincey Koziol2016-06-281-1/+0
| | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29649] changed indentation format, updated commentsScot Breitenfeld2016-04-061-17/+12
|
* [svn-r29648] FIX: HDFFV-8486 Scot Breitenfeld2016-04-061-19/+168
| | | | | | | | h5tbmake_table_f is missing the fill_data parameter (which is in the C counterpart) ADDED NEW API: h5tbread_table_f Tested: platypus, ostrich
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+848
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-848/+0
|
* [svn-r27355] added generation of HL Fortran Interfaces for REALsScot Breitenfeld2015-07-081-497/+2
|
* [svn-r27167] more DT fixesScot Breitenfeld2015-06-091-10/+10
|
* [svn-r26918] fixed H5_FORTRAN_HAVE_C_LONG_DOUBLEScot Breitenfeld2015-04-241-10/+10
|
* [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-2/+21
|
* [svn-r26908] Added missing c_long_double interfaces, now handles promotion ↵Scot Breitenfeld2015-04-231-850/+380
| | | | of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
* [svn-r26875] Added BIND(C) to interfaces.Scot Breitenfeld2015-04-211-1283/+1177
|
* [svn-r26873] Added BIND(C) and moved to .F90 extension.Scot Breitenfeld2015-04-211-0/+1900