Allen Byrne
5f4562b2ea
[svn-r24954] HDFFV-8700: lowercase CMake commands
2014-04-03 10:34:08 -05:00
Scot Breitenfeld
e26b78a04b
[svn-r24953] Fixed --enable-production compilation error using Sun compilers.
...
Tested (emu)
2014-04-03 10:18:42 -05:00
Scot Breitenfeld
b0bdd25417
[svn-r24952] Fixed -i8 -r8 error with optimization on jam using intel compiler.
...
Tested: jam (intel)
2014-04-03 10:01:21 -05:00
Scot Breitenfeld
b87b1c965d
[svn-r24951] Changed ordering of initiation of variable to remove warnings using sun compilers.
...
Tested: emu
2014-04-03 09:35:54 -05:00
Allen Byrne
98bbf4a36a
[svn-r24948] Group tests by Common name
...
Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32
Tested: local linux CMake
2014-04-02 13:35:01 -05:00
Scot Breitenfeld
5555f057ae
[svn-r24945] Fixed failed test on jam with intel compilers and -i8 -r8
...
Tested: jam (intel)
2014-04-02 09:17:14 -05:00
Scot Breitenfeld
c86aedeba1
[svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image functions
...
Tested: jam (gnu, intel, pgi)
2014-04-01 10:15:26 -05:00
Allen Byrne
c6fe8c70b2
[svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS instead of INCLUDES. Update automake to 1.14.1
...
h5committest
2014-03-31 12:07:05 -05:00
Allen Byrne
425408b5a1
[svn-r24895] Add INTERFACE properties to libs
2014-03-25 13:25:53 -05:00
Quincey Koziol
2e4302818a
[svn-r24864] Description:
...
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
2014-03-21 18:02:24 -05:00
Allen Byrne
f5689224b5
[svn-r24789] Bump up the minimum cmake version
2014-03-13 10:05:09 -05:00
Scot Breitenfeld
b17f3e4183
[svn-r24783] fixed typo
2014-03-12 09:20:47 -05:00
Allen Byrne
6c5e74942d
[svn-r24782] HDFFV-8700 -
...
KitWare recommendations: Change CMake commands to lower case.
2014-03-11 17:07:13 -05:00
Allen Byrne
a3292a77ce
[svn-r24781] HDFFV-8700 -
...
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
2014-03-11 16:14:57 -05:00
Scot Breitenfeld
d4d0407a87
[svn-r24623] Enabled test for
...
HDFFV-8268 Fortran wrapper for H5Fget_file_image function
Tested: jam (pgi compilers)
h5committest
2014-01-08 15:21:32 -05:00
Larry Knox
ab239810e1
[svn-r24194] Don't add hdf5 library dependencies to lib files when --disable-sharedlib-rpath configure option is invoked. Fix for HDFFV-8276.
...
Tested with h5committest and on hdf-duck.
2013-09-23 20:14:24 -05:00
Larry Knox
2c6fc585fd
[svn-r24114] Reverting the changes in r24113 for now because they break parallel make fortran. The changes aren't incorrect, but more work in needed on dependencies and also for enable-parallel.
...
Reverted to r24112.
2013-09-06 17:42:10 -05:00
Quincey Koziol
f825256c87
[svn-r24113] Description:
...
Reduce warnings w/gfortran in FORTRAN build by declaring interface for
utility test routines.
Tested on:
Mac OSX/64 10.8.4 (amazon) w/gcc/g++/gfortran 4.8
2013-09-06 15:27:13 -05:00
Quincey Koziol
5b876c929f
[svn-r24101] Description:
...
Clean up warnings, enable new compiler warning flag(s) and bring back
changes from Coverity branch:
r20813:
Remove the dead code as listed for coverity bug #1722 . h5committested.
r20814:
Issue 69: Check return value and throw error if negative return. Also free datatype id on error
r20815:
Use HDstrncpy. --gh
r20816:
Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832.
r20817:
Use HDstrncpy and HDstrncat. --gh
r20818:
Purpose: Fix valgrind issues with h5jam
Description:
Modified h5jam to free strings strdup'd in parse_command_line before exit. Note
that they may still not be freed in case of error, due to the widespread use of
exit().
r20819:
Issue 80: change loop to use int as loop index.
r20820:
Maintenance: Fixed the bug found by coverity CID 788
There were two problems with this function:
1) it tried to unnecessary free NULL pointer
2) it tried to allocate c_name buffer that is done by H5Pget_class_name
Tested on:
Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN
(too minor to require h5committest)
2013-09-05 15:44:14 -05:00
Allen Byrne
c502d81a8c
[svn-r24029] Move TESTS to seperate file to allow easier editing by all developers.
...
Tested: local linux
2013-08-19 16:49:44 -05:00
Allen Byrne
feb14ea872
[svn-r23745] HDFFV-8461: Add Windows /MT support
...
This adds the UserMacros.cmake support needed.
2013-06-10 12:46:48 -05:00
Scot Breitenfeld
c61fb7260a
[svn-r23585] changed the integer kind in the enum to satisfy g95.
...
Tested: jam (g95, gfortran)
2013-04-14 16:19:40 -05:00
Scot Breitenfeld
337242feea
[svn-r23576] added missing argument in check call.
...
tested: jam (g95,gcc))
2013-04-11 14:40:57 -05:00
Scot Breitenfeld
d7724485b0
[svn-r23475] added dll for verify_Fortran_INTEGER_4
2013-03-28 11:11:34 -05:00
Scot Breitenfeld
881cdef5f8
[svn-r23463] Added dllexport for verify_real_kind_7
2013-03-27 10:04:33 -05:00
Scot Breitenfeld
ebb18c5186
[svn-r23325] Description
...
------------
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)
2013-03-05 00:06:59 -05:00
Allen Byrne
aff5c20a6a
[svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library.
...
Tested: local linux, h5committest
2013-02-18 15:56:21 -05:00
Scot Breitenfeld
f3da4919c4
[svn-r23297] Temporary fix: PGI COMPILERS seem to have a bug in the INQUIRE function,
...
waiting for an answer from PGI how to resolve the problem.
Tested: jam (pgi compiler)
2013-02-18 10:28:36 -05:00
Scot Breitenfeld
2ec529c035
[svn-r23296] Fix HDFFV-8312: Problem using NAG compiler and F2003 interface
...
added character bounds for C_LOC arguments.
Tested: jam (gnu)
2013-02-17 22:46:06 -05:00
Scot Breitenfeld
a976ca99a9
[svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.
...
Tested: (jam, gnu,intel compilers)
2013-02-17 21:01:18 -05:00
Scot Breitenfeld
386f73823a
[svn-r23236] Fix for: HDFFV-8223
...
Write a Fortran test for conversion fron enum to numeric type
Tested (jam, gnu, intel)
2013-02-07 19:28:55 -05:00
Allen Byrne
2fba171a67
[svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10
2013-01-14 13:35:30 -05:00
Allen Byrne
5697dc8f80
[svn-r23066] HDFFV-8265: create .def file during configure, added F2003 optional functions and refactor ISO_C_BINDING usage in cmake files
...
Tested: local cmake
2012-11-29 09:50:21 -05:00
Larry Knox
33504deb83
[svn-r22908] Reverted changes in revision 22819
...
Tested with h5committest on jam, koala and ostrich.
2012-10-16 16:38:58 -05:00
Scot Breitenfeld
3e59374ccd
[svn-r22854] Fixed issues with default 8-byte real and default 8-byte integers and the new H5O routines.
...
Tested: jam (gcc,intel)
2012-10-02 19:53:21 -05:00
Scot Breitenfeld
08a5424f60
[svn-r22839] removed unused variable.
...
tested: jam (pgi compiler)
2012-09-28 09:48:12 -05:00
Scot Breitenfeld
485b5dea69
[svn-r22829] Fixed merge mistake, merge removed part of the subroutine.
...
tested: jam (intel)
2012-09-27 15:24:03 -05:00
Scot Breitenfeld
7b9929e309
[svn-r22828]
...
HDFFV-8007:Add missing H5O Fortran functions
Added new F03 test file for new H5O functions.
2012-09-27 14:48:54 -05:00
Scot Breitenfeld
0878e52087
[svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.
...
Tested: jam(gnu,intel)
2012-09-27 14:43:48 -05:00
Scot Breitenfeld
393852a414
[svn-r22826] Fix for: HDFFV-7903 Fortran problem writing control character to a dataset
...
reconfigured
2012-09-27 14:21:45 -05:00
Scot Breitenfeld
32a131ea70
[svn-r22825] Fix for: HDFFV-7903 Fortran problem writing control character to a dataset
...
Tested: (jam, gfortran)
2012-09-27 14:20:09 -05:00
Scot Breitenfeld
a81cc2ac7e
[svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the default size of integer and real
...
Tested: jam(gnu,intel), machine with gcc 4.7 and C long double = 16 bytes.
2012-09-27 14:13:13 -05:00
Larry Knox
c5371d7618
[svn-r22819] Added H5BLD_STATIC and HDF5_USE_SHLIB to configure.ac so that if configured with --disable-static the default for HDF5_USE_SHLIB in the compile scripts will be changed to yes. This is a fix for HDFFV-8141, where the compile scripts try to link to non-existant static hdf5 libraries.
...
Tested on jam,koala,ostrich(h5committest) and other THG machines.
2012-09-26 23:49:19 -05:00
Allen Byrne
1f8fb63581
[svn-r22709] HDFFV-8129: reconfigured on jam, Remove overloading of autotools TESTS var, rename configure.in to configure.ac, convert test scripts from hard *.sh to configure managed *sh.in files.
...
Tested: h5committest
2012-08-23 11:07:43 -05:00
Larry Knox
edf83e5d1f
[svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, libtool 2.4.2
...
Tested THG machines.
2012-08-22 00:00:32 -05:00
Scot Breitenfeld
ce47ef777f
[svn-r22510] Enabled the compilation of tH5E_F03.f90
2012-07-02 20:16:45 -05:00
Elena Pourmal
732ae085dc
[svn-r22504] Maintenance:
...
See HELPDESK-643 issue in JIRA.
NAG Fortran compiler doesn't like the current tH5E_F03.f90 file that has only comments
and no executable statements. Removed tH5E_F03.f90 from the list of modules to build.
Tested on jam with Intel compiler using --enable-fortran2003 flag.
2012-06-29 15:39:42 -05:00
Scot Breitenfeld
24810fd216
[svn-r22392] Added test for h5tcreate_f with H5T_STRING_F option.
...
Cleaned-up formating and comments for h5tcreate_f.
Tested: jam (gnu compiler)
2012-05-22 23:47:31 -05:00
Allen Byrne
40c3252951
[svn-r22195] Add PASS_REGULAR_EXPRESSION property to fortran tests to verify 0 errors. Some platforms do not return proper value in CMake ADD_TEST and results in a false positive.
...
Tested: local linux
2012-03-29 16:32:59 -05:00
Scot Breitenfeld
0ce5cbc925
[svn-r22163] Added tests for optional parameters in h5ocopy_f.
...
Cleaned up comments by removing "C" notation comments
Tested: jam (gnu, intel)
koala (intel)
2012-03-28 00:43:22 -05:00