summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25561] merge from trunk.Mohamad Chaarawi2014-08-281-1/+1
|\
| * [svn-r25546] Snapshot version 1.9 release 193HDF Tester2014-08-241-1/+1
| |
* | [svn-r25538] merge from trunk.Mohamad Chaarawi2014-08-191-1/+1
|\ \ | |/
| * [svn-r25534] Snapshot version 1.9 release 192HDF Tester2014-08-171-1/+1
| |
* | [svn-r25522] merge from trunk.Mohamad Chaarawi2014-08-083-58/+50
|\ \ | |/
| * [svn-r25510] Added the parameters to the code comment section:Scot Breitenfeld2014-08-052-57/+49
| | | | | | | | | | | | | | H5T_VLEN_F (9) H5T_ARRAY_F (10) No source changes.
| * [svn-r25506] Snapshot version 1.9 release 191HDF Tester2014-08-031-1/+1
| |
* | [svn-r25502] merge from trunk.Mohamad Chaarawi2014-07-311-1/+1
|\ \ | |/
| * [svn-r25496] Description:Quincey Koziol2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* | [svn-r25489] merge from trunk.Mohamad Chaarawi2014-07-294-7/+7
|\ \ | |/
| * [svn-r25484] Snapshot version 1.9 release 190HDF Tester2014-07-271-1/+1
| |
| * [svn-r25483] Fixed code comments.Scot Breitenfeld2014-07-241-2/+2
| |
| * [svn-r25475] Fixed for nh5pget_fill_valuec_c where we called the wrong functionScot Breitenfeld2014-07-231-3/+3
| | | | | | | | | | | | | | | | ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
| * [svn-r25473] Added VALUE to callback group_id type. Needed to fix problem ↵Scot Breitenfeld2014-07-231-1/+1
| | | | | | | | | | | | when hid_t is 64-bit. Tested: jam (intel, gnu)
* | [svn-r25471] merge from trunk and resolve conflicts.Mohamad Chaarawi2014-07-231-9/+4
|\ \ | |/
| * [svn-r25469] Removed duplicate BIND(C) type defintion.Scot Breitenfeld2014-07-221-9/+4
| | | | | | | | Tested: (jam: gnu, intel)
* | [svn-r25451] merge from trunk.Mohamad Chaarawi2014-07-211-17/+19
|\ \ | |/
| * [svn-r25440] Fixed type conversion in h5pset_fill_value and fixed forScot Breitenfeld2014-07-211-17/+19
| | | | | | | | | | | | | | | | | | nh5pget_fill_valuec_c we call the wrong function ret_value = nh5pset_fill_value_c(prp_id, type_id, _fcdtocp(fillvalue)) HDFFV-8879 Tested: jam( intel, gnu)
* | [svn-r25438] merge from trunk.Mohamad Chaarawi2014-07-211-1/+1
|\ \ | |/
| * [svn-r25434] Snapshot version 1.9 release 189HDF Tester2014-07-201-1/+1
| |
* | [svn-r25414] merge from trunk.Mohamad Chaarawi2014-07-145-6/+1
|\ \ | |/
| * [svn-r25407] Snapshot version 1.9 release 188HDF Tester2014-07-131-1/+1
| |
| * [svn-r25397] - remove configure checks for MPI_File_get_size and BigMohamad Chaarawi2014-07-075-5/+0
| | | | | | | | | | MPI_File_set_size as they are supported by most MPI implementations. - fix bug in t_mpi.c (HDFFV-8856)
| * [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-061-1/+1
| |
* | [svn-r25394] merge from trunk.Mohamad Chaarawi2014-07-031-1/+1
|\ \ | |/
| * [svn-r25378] Snapshot version 1.9 release 186HDF Tester2014-06-291-1/+1
| |
| * [svn-r25339] Snapshot version 1.9 release 185HDF Tester2014-06-221-1/+1
| |
* | [svn-r25314] another merge to fix fortran problems..Mohamad Chaarawi2014-06-185-47/+50
|\ \ | |/
| * [svn-r25313] Use cmake var to store name of created h5_test_kind_xxxx mod file.Allen Byrne2014-06-181-3/+7
| | | | | | | | Tested: local linux
| * [svn-r25304] Fixes latest check-in errors for:Scot Breitenfeld2014-06-173-44/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof (1) Removed the overloaded h5_sizeof functions for characters and integer arrays since Sun compilers don't allow them to be passed into a function that uses sizeof. (2) Requested min. precision for reals to avoid duplicate interfaces when the flag -r8 (or equiv.) is set. tested: *jam: intel, -i8 -r8 --enable-fortran2003 *jam: pgi, --enable-fortran2003 *emu: sun, --enable-fortran2003
| * [svn-r25294] added implicit noneScot Breitenfeld2014-06-161-0/+1
| |
* | [svn-r25292] another merge to fix fortran issues.Mohamad Chaarawi2014-06-164-10/+62
|\ \ | |/
| * [svn-r25291] Fix for:Scot Breitenfeld2014-06-161-1/+6
| | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
| * [svn-r25290] Fix for:Scot Breitenfeld2014-06-163-9/+56
| | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* | [svn-r25288] merge from trunk.Mohamad Chaarawi2014-06-1617-86/+625
|\ \ | |/
| * [svn-r25286] Fix for:Scot Breitenfeld2014-06-1614-71/+610
| | | | | | | | | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
| * [svn-r25285] Snapshot version 1.9 release 184HDF Tester2014-06-151-1/+1
| |
| * [svn-r25283] Description:Quincey Koziol2014-06-143-14/+14
| | | | | | | | | | | | | | | | | | | | 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-r25275] merge from trunk.Mohamad Chaarawi2014-06-131-3/+1
|\ \ | |/
| * [svn-r25273] Description:Quincey Koziol2014-06-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | Bring in Chao/Neil/my changes to optimize hyperslab selection operations further, along with 3 new public API routines: H5Scombine_hyperslab(), H5Sselect_select() and H5Scombine_select(), along with many minor cleanups to the code and fixing a few compiler warnings. Tested on: Mac OSX/64 10.9.3 w/gcc 4.9.x and parallel w/OpenMPI (h5commttest forthcoming)
* | [svn-r25254] merge from trunk.Mohamad Chaarawi2014-06-1159-1862/+2161
|\ \ | |/
| * [svn-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-1/+1
| |
| * [svn-r25238] Removed warning about the data type of the actual argument does ↵Scot Breitenfeld2014-06-041-1/+1
| | | | | | | | | | | | not match the definition to verify function. Trivial fix. tested: jam (gnu)
| * [svn-r25216] Snapshot version 1.9 release 182HDF Tester2014-05-251-1/+1
| |
| * [svn-r25199] Snapshot version 1.9 release 181HDF Tester2014-05-181-1/+1
| |
| * [svn-r25181] Snapshot version 1.9 release 180HDF Tester2014-05-112-2/+1
| |
| * [svn-r25173] Removed unused module TH5F.Scot Breitenfeld2014-05-071-1/+0
| | | | | | | | Tested: jam (intel, pgi)
| * [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and ↵Scot Breitenfeld2014-05-064-17/+15
| | | | | | | | | | | | fortranlib_test.f90. Thus removing the dependency on tH5F.f90, which was causing compilation race-conditions in cmake. Tested: jam (gnu)
| * [svn-r25158] Snapshot version 1.9 release 179HDF Tester2014-05-041-1/+1
| |
| * [svn-r25133] Rudimentary changes; changed the casting of hid_t_f variables ↵Scot Breitenfeld2014-04-282-15/+15
| | | | | | | | | | | | that used a casting of int_f to use a casting of hid_t_f. Tested: jam (gnu)