summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27959] - merge from trunk (pre-VDS)Mohamad Chaarawi2015-10-051-0/+2
|\ | | | | | | - fix VOL initialization and Native plugin registration with new FAPL changes
| * [svn-r27818] Minor warning fixes.Dana Robinson2015-09-171-0/+2
| | | | | | | | Tested on: h5committest
* | [svn-r27777] merge from trunk.Mohamad Chaarawi2015-09-141-1106/+374
|\ \ | |/
| * [svn-r27580] Fix for: Scot Breitenfeld2015-08-251-4/+5
| | | | | | | | | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
| * [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-3/+0
| | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
| * [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1099/+369
| | | | | | | | Tested: h5committest --PASSED--
| * [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-369/+1099
| |
| * [svn-r27393] removed unused C functionsScot Breitenfeld2015-07-151-7/+6
| |
| * [svn-r27392] removed unused C functionsScot Breitenfeld2015-07-151-2/+0
| |
| * [svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-06-021-1/+1
| |\
| * | [svn-r26973] changed "_c (" to "_c(" Scot Breitenfeld2015-04-291-228/+228
| | |
| * | [svn-r26972] Removed unused C functions.Scot Breitenfeld2015-04-291-10/+0
| | | | | | | | | | | | See HDFFV-9291: Check for unused C functions
| * | [svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, ↵Scot Breitenfeld2015-04-271-4/+7
| | | | | | | | | | | | and H5P REAL interfaces depending on the KIND available.
| * | [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-176/+0
| | |
| * | [svn-r26846] BIND(C) added to H5 general functionsScot Breitenfeld2015-04-201-22/+10
| | |
| * | [svn-r26845] H5P and H5A BIND(C) added to APIsScot Breitenfeld2015-04-201-482/+240
| | |
| * | [svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-171-2/+0
| |\ \ | | |/
| * | [svn-r26836] added BIND(C) to H5T APIsScot Breitenfeld2015-04-171-125/+62
| | |
| * | [svn-r26833] Added BIND(C) to H5O Fortran APIsScot Breitenfeld2015-04-171-27/+13
| | |
| * | [svn-r26831] Added H5S BIND(C)Scot Breitenfeld2015-04-171-65/+32
| | |
| * | [svn-r26829] Added BIND(C) to the Fortran H5I APIsScot Breitenfeld2015-04-161-15/+7
| | |
| * | [svn-r26826] CHANGED H5G APIs to use BIND(C)Scot Breitenfeld2015-04-161-38/+19
| | |
| * | [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-151-235/+115
| | |
| * | [svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunkScot Breitenfeld2015-04-151-9/+3
| |\ \ | | |/
| * | [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-44/+21
| | |
| * | [svn-r26807] Combined *_F03* files and removed *_F90* files.Scot Breitenfeld2015-04-141-4/+2
| |/
* | [svn-r26724] - merge from trunk & fix conflicts.Mohamad Chaarawi2015-04-031-1/+2
|\ \ | |/ | | | | | | - fix bug in opending an already open named datatype. - fix dynamically loaded VOL plugin support with new changes coming in.
| * [svn-r26479] Fix for: HDFFV-9162Scot Breitenfeld2015-03-191-1/+1
| | | | | | | | | | | | | | | | h5pget_class_f should return hid_t for classtype Also removed all left over C comment artifacts /* and */ in the Fortran comments. Tested: h5committest
| * [svn-r26214] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-0/+1
| | | | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
| * [svn-r26211] revert ci 26204Scot Breitenfeld2015-02-181-2/+0
| |
| * [svn-r26205] Fix for HDFFV-8908:Scot Breitenfeld2015-02-181-0/+2
| | | | | | | | | | h5tenum_insert_f does not work with default 8 byte integers (xlf compiler)
* | [svn-r26033] merge from trunk.Mohamad Chaarawi2015-01-261-59/+32
|\ \ | |/
| * [svn-r26011] Added (i.e. re-added) missing h5oget_info_c definition.Scot Breitenfeld2015-01-231-0/+1
| |
| * [svn-r26010] Fix for:Scot Breitenfeld2015-01-221-59/+31
| | | | | | | | | | | | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)
* | [svn-r25968] merge from trunk.Mohamad Chaarawi2015-01-091-2/+1
|\ \ | |/
| * [svn-r25923] Added name to the BIND(C) attribute, removed the !DEC$ ↵Scot Breitenfeld2014-12-231-2/+1
| | | | | | | | statements for windows.
* | [svn-r25778] merge from trunk.Mohamad Chaarawi2014-11-041-2/+2
|\ \ | |/
| * [svn-r25766] Description:Quincey Koziol2014-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | Revert r25273, 25283 & 25439 (the hyperslab improvement changes). They are buggy and it's taking me a long time to correct the problem. I'll check in a revised form of the changes when I've got them straightened out. Tested on: Mac OSX 10.10.0 (amazon) w/gcc 4.9.x, C++, FORTRAN Linux 2.6.x (jam) w/parallel
* | [svn-r25288] merge from trunk.Mohamad Chaarawi2014-06-161-2/+2
|\ \ | |/
| * [svn-r25283] Description:Quincey Koziol2014-06-141-2/+2
| | | | | | | | | | | | | | | | | | | | Correct error in new hyperslab selection test to use the right # of dimensions for start/stride/count/block arrays. Also, switch H5Sselect_select to H5Smodify_select. Tested on: MacOSX/64 10.9.3 (amazon) w/gcc 4.9.1, OpenMPI, C++, FORTRAN & threadsafe (Too minor to require h5committest)
* | [svn-r24940] merge from trunk.Mohamad Chaarawi2014-04-011-7/+7
|\ \ | |/
| * [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-011-0/+4
| | | | | | | | | | | | | | functions Tested: jam (gnu, intel, pgi)
| * [svn-r24864] Description:Quincey Koziol2014-03-211-4/+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-r24846] Bug fix for HDFFV-8689 : Mix-match of type in ↵Scot Breitenfeld2014-03-201-3/+3
| | | | | | | | | | | | H5D_CHUNK_CACHE_NBYTES_DEFAULT, Review HDF5-184 Tested with -i8 flag with intel compilers and --enable-production
* | [svn-r23443] merged from trunkMohamad Chaarawi2013-03-251-2/+4
|\ \ | |/
| * [svn-r23325] DescriptionScot Breitenfeld2013-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | ------------ 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-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-0/+2
| | | | | | | | Tested: (jam, gnu,intel compilers)
* | [svn-r22902] - fix bug in H5is_accessible (check if fapl is default, and ↵Mohamad Chaarawi2012-10-161-2/+2
|/ | | | | | | | convert it to default access plist) - remove the c++ and fortran interfaces for H5is_hdf5 as it is deprecated - add the c++ and fortran interfaces for H5is_accessible - update all tests to use is_accessible and not is_hdf5
* [svn-r22854] Fixed issues with default 8-byte real and default 8-byte ↵Scot Breitenfeld2012-10-031-1/+1
| | | | | | integers and the new H5O routines. Tested: jam (gcc,intel)
* [svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the ↵Scot Breitenfeld2012-09-271-0/+2
| | | | | | default size of integer and real Tested: jam(gnu,intel), machine with gcc 4.7 and C long double = 16 bytes.