summaryrefslogtreecommitdiffstats
path: root/fortran/src
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25395] Snapshot version 1.9 release 187HDF Tester2014-07-061-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-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-r25286] Fix for:Scot Breitenfeld2014-06-166-39/+280
| | | | | | | 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-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-r25241] Snapshot version 1.9 release 183HDF Tester2014-06-081-1/+1
|
* [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-111-1/+1
|
* [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)
* [svn-r25126] Snapshot version 1.9 release 178HDF Tester2014-04-271-1/+1
|
* [svn-r25117] Removed LT_ADD_LIBHDF5_DEPENDENCY configure conditional to roll ↵Larry Knox2014-04-252-10/+4
| | | | | | | | | | | back fix for removing rpaths from l ib files. The fix also removed dependencies on libhdf5, etc. when the --disable-sharedlib-rpath co nfigure option was invoked. Added instead configure variable hardcode_into_lib=no. This removes rpath from lib files on Linux and solaris machines. Tested with h5committest on jam, koala, ostrich and platypus (cmake), and with configure option --disable-sharedlib-rpath on emu, platypus and quail.
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-251-572/+572
|
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
|
* [svn-r25009] Add missing mod file to installAllen Byrne2014-04-101-0/+4
| | | | Tested: local linux
* [svn-r25002] By Permission: Add missing mod file to installAllen Byrne2014-04-091-0/+2
| | | | Tested: local linux
* [svn-r24972] Maintenance: Fixed another typo; see HDFFV-8714Elena Pourmal2014-04-061-1/+1
|
* [svn-r24970] Maintenance: Fixed a typo in a comment line (see HDFFV-8714)Elena Pourmal2014-04-061-1/+1
|
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
|
* [svn-r24959] Updated the development procedures.Scot Breitenfeld2014-04-031-12/+14
|
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-015-7/+186
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-313-9/+9
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ↵Allen Byrne2014-03-312-71/+424
| | | | | | instead of INCLUDES. Update automake to 1.14.1 h5committest
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-1/+1
|
* [svn-r24904] Revert includes moveAllen Byrne2014-03-261-2/+2
|
* [svn-r24903] Correct mod install listsAllen Byrne2014-03-261-15/+14
| | | | Tested: local linux
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-251-3/+9
|
* [svn-r24888] Cleaned-up warning errors using --enable-fortran only and gcc 4.8.2Scot Breitenfeld2014-03-241-4/+6
| | | | tested: gcc (4.8.2, jam)
* [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-4/+55
|
* [svn-r24876] Move includes command up before all programsAllen Byrne2014-03-241-2/+2
|
* [svn-r24866] Fixed compiler warnings using gnu 4.8.1 Scot Breitenfeld2014-03-228-58/+65
| | | | Tested: jam( intel, gnu, pgi)
* [svn-r24864] Description:Quincey Koziol2014-03-215-158/+1
| | | | | | | | | | | | | | | | | | 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-r24859] Remove unnecessary use of $(srcdir).before_removing_mpiposix_vfdAllen Byrne2014-03-212-18/+5
| | | | Tested: local linux, h5committest
* [svn-r24856] added missing common statementScot Breitenfeld2014-03-211-0/+1
|
* [svn-r24855] added missing dllexportScot Breitenfeld2014-03-211-0/+1
|
* [svn-r24846] Bug fix for HDFFV-8689 : Mix-match of type in ↵Scot Breitenfeld2014-03-204-44/+57
| | | | | | H5D_CHUNK_CACHE_NBYTES_DEFAULT, Review HDF5-184 Tested with -i8 flag with intel compilers and --enable-production
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-1/+1
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-95/+95
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-091-1/+1
|
* [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-021-1/+1
|
* [svn-r24727] Description:Quincey Koziol2014-02-211-12/+12
| | | | | | | | | Revert change of sprintf -> snprintf, due to failures on Windows. We'll need to figure out the correct course of action in the future. Tested on: MacOSX/64 10.9.1 (amazon) w/C++, FORTRAN (too minor to require h5committest)
* [svn-r24726] Description:Quincey Koziol2014-02-202-77/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert some earlier usage of strncpy, which was incorrect. Bring Coverity changes from branch back to trunk: r20821: Use HDstrncpy. --gh (Fixed already, with strdup) r20822: (Not merged, incorrect use of HDstrncpy()) r20823: (Not merged, incorrect use of HDstrncpy()) r20824: Maintenance: Bug fix: addressed CID 666. Value stored at *expression_len should be used in the call to HD5packFstring to avoid overflow (and unnecessary arithmetic calculation and casting) r20825: Issue 642: Added check for error and handler with print to stderr and exit. r20826: Undo revision 20818, as that issue has already been fixed in the 1.8 branch and trunk (but not coverity branch) r20827: (Not merged, incorrect use of HDstrncpy()) r20828: Use HDstrncpy. --gh (Corrected use of strncpy()) r20829: Check return of H5Lget_val(print_udata->fid, path, targbuf, linfo->u.val_size + 1, H5P_DEFAULT) and if error set trgbuf[0] to 0. Check if H5Lunpack_elink_val(targbuf, linfo->u.val_size, NULL, &filename, &objname) was successful and allow print. Otherwise filename and objname are not created. (init those to NULL) r20830: resolved coverity issues 939, 940, 941, 944, and 947. all were complaints about use of sprintf, and in all cases, the buffers used were large enough for all eventualities. Resolved issue by replacing calls to sprintf with calls to snprintf. r20831: Maintenance: Addressed CID 852 Replaced sprintf with snprintf r20832: Purpose: Fix valgrind issues with hl/examples/ex_image2 Description: Modified hl/examples/ex_image2 to free global "gbuf" before exit. Tested on: Mac OSX/64 10.9.1 (amaon) w/C++, FORTRAN & Threadsafety (too minor to require h5committest)
* [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-161-1/+1
|
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-091-1/+1
|
* [svn-r24697] Fix for:Scot Breitenfeld2014-02-071-0/+1
| | | | | | HDFFV-8651: H5F_Provisional missing from HDF5mpio.f90 Tested: jam (mpi 3.0.4/gnu)