Scot Breitenfeld
cc2669fedf
[svn-r22842] Fixed typo in variable.
...
Tested: jam (gnu,mpich)
2012-09-28 15:29:38 -05:00
Scot Breitenfeld
08a5424f60
[svn-r22839] removed unused variable.
...
tested: jam (pgi compiler)
2012-09-28 09:48:12 -05:00
Scot Breitenfeld
5fba5c2e3a
[svn-r22838] Fixed typo in variable name.
...
Tested: jam (pgi compiler)
2012-09-28 08:36:39 -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
Scot Breitenfeld
0710ab3955
[svn-r22823] Fix for HDFFV-7658: Add FORTRAN interface for H5Pget_mpio_actual_io_mode API routine
...
Test: jam (gnu)
2012-09-27 10:59:40 -05:00
Scot Breitenfeld
dbf542c008
[svn-r22822] Fix for HDFFV-7658: Add FORTRAN interface for H5Pget_mpio_actual_io_mode API routine
...
Test: jam (gnu)
2012-09-27 10:58:54 -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
HDF Tester
528bd520b8
[svn-r22802] Snapshot version 1.9 release 130
2012-09-23 09:32:56 -05:00
HDF Tester
786b220e46
[svn-r22766] Snapshot version 1.9 release 129
2012-09-16 09:27:43 -05:00
HDF Tester
0824b43ecd
[svn-r22745] Snapshot version 1.9 release 128
2012-09-09 09:43:15 -05:00
Scot Breitenfeld
fa7b8028af
[svn-r22738] Fix for Windows and DLLEXPORT if statement.
...
Tested: jam (gnu)
2012-09-05 11:52:13 -05:00
Scot Breitenfeld
1c9e159ffe
[svn-r22737] Fix for HDF5 HDFFV-8109 H5S_UNLIMITED_F has a wrong type
...
Tested: jam (gnu)
2012-09-04 22:46:58 -05:00
Scot Breitenfeld
7740e853f4
[svn-r22736] Fix for HDFFV-8132: Compile problem w/NAG Fortran due to too many continuation lines.
...
Tested: jam (gnu)
2012-09-04 19:59:46 -05:00
HDF Tester
3ab17f5e04
[svn-r22732] Snapshot version 1.9 release 127
2012-09-02 09:34:02 -05:00
Allen Byrne
b257bab294
[svn-r22720] Fix RelWithDebInfo packaging
2012-08-28 12:39:30 -05:00
Allen Byrne
5d88bae6df
[svn-r22714] one more missed VAR change for parallel examples
2012-08-26 14:10:01 -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
HDF Tester
1560a6ea38
[svn-r22697] Snapshot version 1.9 release 126
2012-08-19 09:35:47 -05:00
HDF Tester
2eb782130a
[svn-r22670] Snapshot version 1.9 release 125
2012-08-12 15:28:06 -05:00
Larry Knox
456b97b9fa
[svn-r22629] Snapshot version 1.9 release 124
2012-08-05 13:42:13 -05:00
Larry Knox
9e79829ab8
[svn-r22525] Snapshot version 1.9 release 124
2012-07-09 11:54:50 -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
HDF Tester
02a0bd53e8
[svn-r22487] Snapshot version 1.9 release 122
2012-06-24 09:29:36 -05:00
Elena Pourmal
24b1316f8b
[svn-r22482] Maintenance:
...
- Fixed a typo in return value of the nh5dread_f_c function ( was 1
instead of 0 on success); fixed the return value to make it consistent
with other Fortran functions; cleaned the code from debug statements.
Platforms tested: jam with GNU and Intel compilers, fortran 2003 feature.
2012-06-23 18:31:40 -05:00
HDF Tester
d1b7eede73
[svn-r22448] Snapshot version 1.9 release 121
2012-06-10 08:53:06 -05:00
HDF Tester
64fc9df55b
[svn-r22427] Snapshot version 1.9 release 120
2012-06-03 09:29:20 -05:00
Larry Knox
f4990be635
[svn-r22426] Add examples/README file to be installed with examples.
...
Text file only, but tested with h5committest.
2012-06-02 13:54:58 -05:00
HDF Tester
80955cf224
[svn-r22413] Snapshot version 1.9 release 119
2012-05-27 09:34:59 -05:00
Allen Byrne
336a743068
[svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files for windows when configured with RelWithDebInfo
...
Tested: local linux and Windows
2012-05-24 16:50:06 -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
HDF Tester
823e63252b
[svn-r22382] Snapshot version 1.9 release 118
2012-05-20 09:36:03 -05:00
Allen Byrne
a4eb58bc33
[svn-r22361] Change library source properties: remove "LANGUAGE C" property from headers. Add "LINKER C" property to link.
...
Tested: local linux
2012-05-14 12:19:56 -05:00
HDF Tester
306a2e07e1
[svn-r22356] Snapshot version 1.9 release 117
2012-05-13 09:35:22 -05:00
HDF Tester
825a2ae17e
[svn-r22326] Snapshot version 1.9 release 116
2012-04-29 09:36:52 -05:00
HDF Tester
3d90128b16
[svn-r22311] Snapshot version 1.9 release 115
2012-04-22 09:35:32 -05:00
HDF Tester
bdb6e538ac
[svn-r22286] Snapshot version 1.9 release 114
2012-04-15 09:36:51 -05:00
HDF Tester
e6d35a86f3
[svn-r22257] Snapshot version 1.9 release 113
2012-04-08 09:40:16 -05:00
Scot Breitenfeld
2c75e81cde
[svn-r22243] Updated the comments for robodoc inclusion and changed spacing formatting in the source
...
headers, cosmetic changes only.
2012-04-02 23:13:30 -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
Dana Robinson
f1df456412
[svn-r22170] Removed extraneous svn executable properties from non-executable files.
2012-03-28 14:30: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
Scot Breitenfeld
a9e2b5463d
[svn-r22154] Fixed comments for h5pcreate_f; added missing property classes.
...
Tested: N/A
2012-03-26 22:57:17 -05:00
Mike McGreevy
22a432b587
[svn-r22146] Purpose:
...
HDFFV-398: h5cc doesn't work with automake
Description:
Fixed compiler wrapper scripts to correctly detect compilation when
-MT preprocessor flag is provided, fixing a bug in which its *.o
argument was added to link_objs but not compile_args.
This previously broke usage of h5cc as the provided compiler in
configure scripts (like with h5edit) as automake may supply the -MT
option to the compiler via the makefiles.
Tested:
Tested using h5edit and h5committested.
2012-03-26 14:30:45 -05:00