summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23462] Added definition for h5kind_to_typeScot Breitenfeld2013-03-271-0/+1
|
* [svn-r23433] Fix for HDFFV-7996.Larry Knox2013-03-221-0/+14
| | | | | | | Compile scripts will add paths for external libraries linked to executable files that they create. Eliminates need for LD_LIBRARY_PATH for szip in locations not known to ld. Teted on platypus and emu (64bit) in addition to h5committest.
* [svn-r23431] Fix for HDFFV-8141.Larry Knox2013-03-221-12/+20
| | | | | | | | Changes default value for USE_SHARED_LIB in compile scripts to yes when static is disabled. Comments in scripts about the order of flag variables containing library paths was also corrected. Tested with h5committest on duck, jam, koala, and ostrich in addition to specific testing for the compile script change.
* [svn-r23379] HDFFV-8297 h5fc does not recognize files ending in .f95, .f03, ↵Scot Breitenfeld2013-03-191-2/+7
| | | | | | | | and .f08 as source files added missing extensions. Tested: jam (gnu)
* [svn-r23361] Snapshot version 1.9 release 148HDF Tester2013-03-171-1/+1
|
* [svn-r23341] Snapshot version 1.9 release 147HDF Tester2013-03-101-1/+1
|
* [svn-r23325] DescriptionScot Breitenfeld2013-03-057-448/+616
| | | | | | | | | | | ------------ Fix for: HDFFV-8149: h5pset_external_f API - the offset is declared integer which can cause problem if use 64-bit integer Added new type off_t, modified source files and added a new test. Tested (jam, intel, gnu)
* [svn-r23323] Snapshot version 1.9 release 146HDF Tester2013-03-031-1/+1
|
* [svn-r23311] Snapshot version 1.9 release 145HDF Tester2013-02-241-1/+1
|
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-185-6/+6
| | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
* [svn-r23297] Temporary fix: PGI COMPILERS seem to have a bug in the INQUIRE ↵Scot Breitenfeld2013-02-181-0/+4
| | | | | | | | function, waiting for an answer from PGI how to resolve the problem. Tested: jam (pgi compiler)
* [svn-r23296] Fix HDFFV-8312: Problem using NAG compiler and F2003 interface Scot Breitenfeld2013-02-181-17/+17
| | | | | | added character bounds for C_LOC arguments. Tested: jam (gnu)
* [svn-r23295] Did not intend to check in this file with the previous ci.Scot Breitenfeld2013-02-181-6/+2
| | | | reverted check in.
* [svn-r23294] Related to: HDFFV-8265Scot Breitenfeld2013-02-1834-34/+34
| | | | | | | Fortran2003 option does not work under windows; Need to manage .def files more efficiently Changed the comment notes from adding to the 'hdf5_fortrandll.def' to instead adding to the 'hdf5_fortrandll.def.in' file.
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-1817-22/+393
| | | | Tested: (jam, gnu,intel compilers)
* [svn-r23290] Snapshot version 1.9 release 144HDF Tester2013-02-171-1/+1
|
* [svn-r23248] Made modification of comments for h5rget_name_*f for the loc_id ↵Scot Breitenfeld2013-02-122-85/+55
| | | | | | identifier. Cleaned up comments.
* [svn-r23240] Snapshot version 1.9 release 143HDF Tester2013-02-101-1/+1
|
* [svn-r23236] Fix for: HDFFV-8223Scot Breitenfeld2013-02-082-2/+353
| | | | | | Write a Fortran test for conversion fron enum to numeric type Tested (jam, gnu, intel)
* [svn-r23221] Snapshot version 1.9 release 142HDF Tester2013-02-031-1/+1
|
* [svn-r23180] Snapshot version 1.9 release 141HDF Tester2013-01-201-1/+1
|
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-145-5/+5
|
* [svn-r23153] Snapshot version 1.9 release 140HDF Tester2013-01-131-1/+1
|
* [svn-r23136] Snapshot version 1.9 release 139HDF Tester2013-01-061-1/+1
|
* [svn-r23134] Revised the comments to reflect what is in the F2003 standard.Scot Breitenfeld2013-01-041-1/+3
|
* [svn-r23121] Snapshot version 1.9 release 138HDF Tester2012-12-301-1/+1
|
* [svn-r23119] Snapshot version 1.9 release 137HDF Tester2012-12-231-1/+1
|
* [svn-r23111] Purpose:Dana Robinson2012-12-191-1/+1
| | | | | | | | | | | | | | | | | | | Fixes for HDF5 1.8.10 p1 HDFFV-7975 Changed the max single I/O operation size on Darwin/Mac OS X. HDFFV-8124 and HDFFV-8158 Fixed a core VFD bug when large blocks of data are read. HDFFV-8246 Added more fields to the VFD read/write error messages. Tested on: 64-bit Windows 7, Visual Studio 2010, CMake 64-bit Mac OS X Snow Leopard (Fred), Fortran, C++ 64-bit BE Linux (Ostrich), Fortran, C++ 32-bit LE Linux (jam), Fortran, C++ (also parallel w/ Fortran)
* [svn-r23105] Changed Fortran examples to reflect tutorial examples via Barbara;Scot Breitenfeld2012-12-155-6/+142
| | | | | | added: h5_cmprss.f90 Tested: jam (gnu compilers)
* [svn-r23093] Fixed API to be 1.6 compliant, removed deprecated APIsScot Breitenfeld2012-12-121-1/+1
| | | | Checked: jam (gnu, mpi) --disable-deprecated-symbols, --with-default-api-version=v16
* [svn-r23092] Cleaned-up printed output and corrected output commentsScot Breitenfeld2012-12-122-9/+8
| | | | Tested: jam (gnu)
* [svn-r23090] Fixed H5Dread input parameters.Scot Breitenfeld2012-12-111-2/+1
| | | | Tested: gnu (jam)
* [svn-r23089] Changed Fortran examples to reflect changes in documentation ↵Scot Breitenfeld2012-12-101-7/+8
| | | | | | | | | via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
* [svn-r23088] Changed Fortran examples to reflect changes in documentation ↵Scot Breitenfeld2012-12-1017-672/+1035
| | | | | | | | | via Barbara; mainly program name changes. Two new examples added: h5_extend.f90 h5_subset.f90 and example fileexample.f90 was removed. Tested: jam (gnu compilers)
* [svn-r23085] Snapshot version 1.9 release 136HDF Tester2012-12-091-1/+1
|
* [svn-r23071] Snapshot version 1.9 release 135HDF Tester2012-12-021-1/+1
|
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-294-15/+36
| | | | | | 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-273-556/+21
| | | | Tested: windows
* [svn-r23053] Remove deleted file from CMake build listAllen Byrne2012-11-261-1/+0
|
* [svn-r23052] Description:Scot Breitenfeld2012-11-263-221/+4
| | | | | Removed example grpit.f90 which used undocumented/obsolete APIs, The equivalent and up-to-date example to transverse through a file would be the example h5ex_g_traverse_F03.f90 in hdf5-examples.
* [svn-r23050] Snapshot version 1.9 release 134HDF Tester2012-11-251-1/+1
|
* [svn-r23039] Snapshot version 1.9 release 133HDF Tester2012-11-181-1/+1
|
* [svn-r23021] Snapshot version 1.9 release 132HDF Tester2012-11-111-1/+1
|
* [svn-r22908] Reverted changes in revision 22819Larry Knox2012-10-166-14/+0
| | | | Tested with h5committest on jam, koala and ostrich.
* [svn-r22897] Cleaned up the comments, formatted for automatic documentation.Scot Breitenfeld2012-10-131-21/+20
|
* [svn-r22896] Updated the robodoc resource file with new keywords and new optionsScot Breitenfeld2012-10-131-7/+75
| | | | for generating the documentation.
* [svn-r22876] Fixed exporting subroutines that will not be compiled if ↵Scot Breitenfeld2012-10-092-7/+22
| | | | | | --enable-fortran2003 was not used.
* [svn-r22859] Fixed new functions that are used in the _F03 files, updated to ↵Scot Breitenfeld2012-10-031-5/+5
| | | | | | | reflect the correct module they are in.
* [svn-r22857] Change def list of RGET_REGION to match other types declarationsAllen Byrne2012-10-031-1/+2
|
* [svn-r22854] Fixed issues with default 8-byte real and default 8-byte ↵Scot Breitenfeld2012-10-036-12/+15
| | | | | | integers and the new H5O routines. Tested: jam (gcc,intel)