HDF Tester
02e9a43900
[svn-r27159] Snapshot version 1.9 release 221
2015-06-07 19:01:32 -05:00
Scot Breitenfeld
8641814c4e
[svn-r27154] fixed issue with mis-matching long double between Fortran and C
2015-06-05 17:17:13 -05:00
Scot Breitenfeld
043173a689
[svn-r27151] fixed __float128 errors
2015-06-04 15:26:02 -05:00
Scot Breitenfeld
4d500d4902
[svn-r27140] fixed interger*16 support
2015-06-03 09:13:58 -05:00
Scot Breitenfeld
f486fe1a49
[svn-r27137] svn merge -r27115:27135 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-06-02 09:46:51 -05:00
Scot Breitenfeld
17a9efa359
[svn-r27136] defines size and kinds
2015-06-02 09:19:00 -05:00
Scot Breitenfeld
2069dbf25e
[svn-r27134] Switched to uses a verify for each kind for the tests. Testing quad precision.
2015-06-01 14:49:54 -05:00
Mohamad Chaarawi
fc45d5fcb0
[svn-r27133] - Add a new attribute function characterstic for format:
...
* H5_ATTR_FORMAT(X,Y,Z) __attribute__((format(X, Y, Z)))
- Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
- Rename NORETURN attribute characterstic to H5_ATTR_NORETURN
tested with h5committest.
2015-06-01 14:38:09 -05:00
HDF Tester
78c4a8f4c6
[svn-r27127] Snapshot version 1.9 release 220
2015-05-31 19:02:10 -05:00
Scot Breitenfeld
52e5579fba
[svn-r27122] removed dependency on generatored fortran source code
2015-05-28 11:53:15 -05:00
Scot Breitenfeld
0560c11c20
[svn-r27119] handles INTEGER*16 case
2015-05-28 10:01:37 -05:00
Scot Breitenfeld
d1feb5307d
[svn-r27118] fixed character length
2015-05-28 09:17:47 -05:00
Scot Breitenfeld
b1cf507c6d
[svn-r27116] svn merge -r26937:27115 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-05-27 17:12:43 -05:00
Scot Breitenfeld
244784ab2c
[svn-r27115] Moved testing KINDs and SIZEOFs to configure.
2015-05-27 17:07:18 -05:00
HDF Tester
965e459a98
[svn-r27110] Snapshot version 1.9 release 219
2015-05-24 18:59:54 -05:00
HDF Tester
ab80cbadfd
[svn-r27092] Snapshot version 1.9 release 218
2015-05-17 18:59:27 -05:00
Scot Breitenfeld
ad71dbe12c
[svn-r27019] Fixed print statement.
2015-05-05 13:55:29 -05:00
Scot Breitenfeld
e9735c156a
[svn-r27002] removed the use of deprecated APIs
2015-05-04 10:01:35 -05:00
HDF Tester
39e0b31a24
[svn-r26997] Snapshot version 1.9 release 217
2015-05-03 06:06:41 -05:00
Scot Breitenfeld
2c575bb79a
[svn-r26989] Changed the BIND(C) derived types from:
...
CHARACTER(LEN=1) to CHARACTER(KIND=C_CHAR) to make Sun compilers happy.
2015-05-01 11:25:32 -05:00
Allen Byrne
d52e65a95f
[svn-r26988] Fix name of generated file
2015-05-01 10:07:03 -05:00
Dana Robinson
bfa5786184
[svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality.
...
The H5F_ACC_DEBUG symbol remains but has been defined to zero and
has been listed as deprecated.
Fixes: HDFFV-1074
Tested on:
h5committest
32-bit Linux w/ C++ and Fortran and multi VFD
32-bit Linux w/ C++ and Fortran and multi VFD (no deprec symbols)
2015-04-30 14:32:25 -05:00
Scot Breitenfeld
82c1ce78d5
[svn-r26983] Added C_CHAR to compound type.
2015-04-30 09:39:57 -05:00
Scot Breitenfeld
ecae912a96
[svn-r26973] changed "_c (" to "_c("
2015-04-29 17:00:35 -05:00
Scot Breitenfeld
d59229751a
[svn-r26972] Removed unused C functions.
...
See HDFFV-9291: Check for unused C functions
2015-04-29 16:57:05 -05:00
Allen Byrne
2fe77fad31
[svn-r26969] Added H5KINDff.F90 to output and moved to end of source list.
2015-04-29 13:41:42 -05:00
Scot Breitenfeld
fe7877677a
[svn-r26968] Removed H5A,H5D and H5P declarations which now use the KIND findings.
2015-04-29 13:37:53 -05:00
Albert Cheng
056ffa6341
[svn-r26963] HDFFV-9298: make uninstall generated "test: argument expected" lines
...
The error is that $EXAMPLETOPDIR is used without setting a value first.
Solution is to set them with the proper values.
Tested: jam only to confirm the error no longer exists.
2015-04-29 02:22:43 -05:00
Scot Breitenfeld
515d59fd50
[svn-r26952] Added dependencies for H5_KINDff.F90
2015-04-28 15:31:08 -05:00
Scot Breitenfeld
834fab687f
[svn-r26950] Added DLL exports for windows.
2015-04-28 14:01:52 -05:00
Scot Breitenfeld
ea6364e818
[svn-r26937] added generated Fortran file to Fortran CMakeList.txt
2015-04-28 10:11:12 -05:00
Scot Breitenfeld
cec6cbe9cc
[svn-r26934] H5test_kind.F90 now generates all the interfaces for H5A, H5D, and H5P REAL interfaces depending on the KIND available.
2015-04-27 15:56:06 -05:00
Scot Breitenfeld
7d692f042b
[svn-r26920] fixed typo
2015-04-24 16:42:05 -05:00
Scot Breitenfeld
b8b7d33f41
[svn-r26919] fixed real promoted to 8 bytes
2015-04-24 13:54:25 -05:00
Scot Breitenfeld
fbf21b18ee
[svn-r26917] added conditional for C_LONG_DOUBLE
2015-04-23 17:16:30 -05:00
Scot Breitenfeld
47f189a194
[svn-r26916] cleaned-up comments
2015-04-23 15:58:27 -05:00
Scot Breitenfeld
07a1ffde2c
[svn-r26915] Added missing long_double APIs.
2015-04-23 15:52:54 -05:00
Scot Breitenfeld
d4ef2d9b24
[svn-r26912] Removed unused 'set'
2015-04-23 15:32:38 -05:00
Scot Breitenfeld
00dfc443c6
[svn-r26895] Added missing interfaces for c_double_long.
...
Added DLLs.
2015-04-23 09:12:22 -05:00
Scot Breitenfeld
5b7398b41d
[svn-r26893] added c_long_double interfaces and updated DLLs
2015-04-22 17:10:33 -05:00
Scot Breitenfeld
bf47c596a5
[svn-r26887] Fixed Function H5_SIZEOF_CHAR and assumed sized character length.
2015-04-22 14:31:58 -05:00
Scot Breitenfeld
ab5e55bbf2
[svn-r26886] Fixed source to avoid bug in gfortran < v4.7 Bug: 45190, 37829
2015-04-22 14:19:29 -05:00
Scot Breitenfeld
0a5ca8ad05
[svn-r26885] Fixed issues with CMake and Fortran on linux.
2015-04-22 13:50:29 -05:00
Scot Breitenfeld
f981d2e11e
[svn-r26876] changed argument to SIZEOF.
2015-04-21 15:59:45 -05:00
Scot Breitenfeld
68ad830cd9
[svn-r26874] Added interfaces to H5P parallel interfaces.
2015-04-21 15:09:56 -05:00
Scot Breitenfeld
0d94750391
[svn-r26870] added mising TARGET
2015-04-21 13:40:02 -05:00
Scot Breitenfeld
5e6d18e5be
[svn-r26869] removed the --enable-fortran2003 option, it is now just --enable-fortran
2015-04-21 13:33:25 -05:00
Scot Breitenfeld
6813b25007
[svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.
2015-04-21 11:53:40 -05:00
Scot Breitenfeld
aff66a3790
[svn-r26856] various intel compiler fixes
2015-04-20 16:28:05 -05:00
Scot Breitenfeld
5fd5aa58ca
[svn-r26847] combined H5test_kind programs
2015-04-20 14:15:30 -05:00
Scot Breitenfeld
a58b2dbb7e
[svn-r26846] BIND(C) added to H5 general functions
2015-04-20 11:03:54 -05:00
Scot Breitenfeld
baa46f9e43
[svn-r26845] H5P and H5A BIND(C) added to APIs
2015-04-20 10:46:05 -05:00
Scot Breitenfeld
50db6abee7
[svn-r26838] svn merge -r26813:26837 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-04-17 16:39:12 -05:00
Scot Breitenfeld
8bdafb38d7
[svn-r26836] added BIND(C) to H5T APIs
2015-04-17 13:41:48 -05:00
Scot Breitenfeld
c632be5d7b
[svn-r26834] Added more BIND(C) to H5O Fortran APIs
2015-04-17 11:33:26 -05:00
Scot Breitenfeld
75ff45add3
[svn-r26833] Added BIND(C) to H5O Fortran APIs
2015-04-17 11:23:52 -05:00
Scot Breitenfeld
7caca66dd0
[svn-r26832] misc. clean-up
2015-04-17 11:03:14 -05:00
Scot Breitenfeld
ec2327200d
[svn-r26831] Added H5S BIND(C)
2015-04-17 11:01:16 -05:00
Scot Breitenfeld
d7fd1ed9c7
[svn-r26830] Added BIND(C) to Fortran H5R APIs.
2015-04-16 17:09:32 -05:00
Scot Breitenfeld
b8c6d8191c
[svn-r26829] Added BIND(C) to the Fortran H5I APIs
2015-04-16 16:26:43 -05:00
Scot Breitenfeld
bd0aaf89e2
[svn-r26827] Combined parallel APIs and removed no longer needed parallel files.
2015-04-16 15:52:07 -05:00
Scot Breitenfeld
fa26809cdf
[svn-r26826] CHANGED H5G APIs to use BIND(C)
2015-04-16 14:04:43 -05:00
Scot Breitenfeld
0cc9b0c79f
[svn-r26825] Added include for preprocessing fortran files with configure definitions
2015-04-16 13:36:34 -05:00
Scot Breitenfeld
7984de553e
[svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.
2015-04-15 17:03:33 -05:00
Scot Breitenfeld
9f4ed2197a
[svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-04-15 08:49:33 -05:00
Scot Breitenfeld
1644eda6de
[svn-r26812] Removed printf debugging statements.
...
Tested: trival.
2015-04-15 08:45:06 -05:00
Scot Breitenfeld
d7fbbda1a0
[svn-r26809] Changed Fortran file endings from ".f90" to ".F90"
2015-04-14 16:59:58 -05:00
Scot Breitenfeld
74e0d6d697
[svn-r26807] Combined *_F03* files and removed *_F90* files.
2015-04-14 15:46:59 -05:00
HDF Tester
27313306f8
[svn-r26785] Snapshot version 1.9 release 216
2015-04-12 06:05:35 -05:00
Larry Knox
3032f3adf3
[svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure.
...
Also changed paths to h5cc, etc. in scripts to run installed examples from relative paths to absolute paths.
Tested with h5committest.
2015-04-02 16:07:53 -05:00
Allen Byrne
45577d5693
[svn-r26660] HDFFV-9131: autotols rework
...
Remove CXX_CONDITIONAL
remove unneeded/obsolete sections.
h5commtitest
2015-03-30 13:55:21 -05:00
Scot Breitenfeld
13980cd69a
[svn-r26657] Fix for HDFFV09202.
...
HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests
Tested: jam( --enable-fortran2003, gnu)
koala (--enable-fortran2003, intel)
2015-03-30 13:17:45 -05:00
Larry Knox
f617eeb78f
[svn-r26645] Revert the part of revision 26642 that is in fortran/test and causes the error "undefined reference to `verify_fortran_integer_4_".
...
files:
tH5P_F03.f90
tf.f90
Tested: h5committest and several failed daily tests.
2015-03-29 21:32:09 -05:00
Scot Breitenfeld
8e5a71c716
[svn-r26642] Fix for HDFFV09202 and HDFFV-9171.
...
HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers,
HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests
Tested: h5committest
2015-03-28 15:24:36 -05:00
Scot Breitenfeld
ff1c86df14
[svn-r26631] reverted change r26629
2015-03-27 17:16:49 -05:00
Scot Breitenfeld
d494d7b3b9
[svn-r26629] Fix for HDFFV09202 and HDFFV-9171.
...
HDFFV-9171 Configure mistakes Cray Compilers for Intel Compilers,
HDFFV-9202 subroutine VERIFY() fails when checking 8 byte integers in fortran tests
Tested: h5committest
2015-03-27 17:10:24 -05:00
Scot Breitenfeld
037f8104e8
[svn-r26616] Removed reference to grpit.f90 since it was removed.
2015-03-27 10:40:55 -05:00
Allen Byrne
451a91e53b
[svn-r26594] Merge macros and fortran changes from dual_binary feature.
...
Tested: local linux
2015-03-25 17:08:46 -05:00
Scot Breitenfeld
25aa1845e6
[svn-r26541] fixed array bounds starting from zero in H5Pff.f90 routines.
...
Tested: h5committest
2015-03-23 12:58:57 -05:00
Allen Byrne
1180b57990
[svn-r26530] Add back Windows dll export define
2015-03-23 12:01:51 -05:00
Scot Breitenfeld
23afd10544
[svn-r26512] Reverted changed 26488 and 26477
...
Tested: h5committest
2015-03-20 16:48:41 -05:00
Jerome Soumagne
1cd7c16a9d
[svn-r26509] Run reconfigure after merges from autotools_rework branch.
2015-03-20 14:15:51 -05:00
Jerome Soumagne
8a1d1b24cf
[svn-r26505] Merge r26435 from autotools_rework branch.
...
Remove DEFAULT_LIBS from configure.ac and irix6.x config file which
was using it.
Remove references to IRIX/irix* platform.
2015-03-20 14:04:30 -05:00
Allen Byrne
9501c16857
[svn-r26490] Remove unused defines
2015-03-19 16:37:04 -05:00
Scot Breitenfeld
d75a6763ec
[svn-r26488] Updated developers notes due to the removal of COMMON and EQUIVALANCE and how everything is now put together.
...
Not tested, comments only.
2015-03-19 16:09:42 -05:00
Scot Breitenfeld
c26d21bb63
[svn-r26481] Removed compiler warnings. HDF5-239
...
Tested: h5committest.
2015-03-19 14:14:19 -05:00
Scot Breitenfeld
8f8cbb6225
[svn-r26479] Fix for: HDFFV-9162
...
h5pget_class_f should return hid_t for classtype
Also removed all left over C comment artifacts /* and */ in the Fortran comments.
Tested: h5committest
2015-03-19 12:11:47 -05:00
Scot Breitenfeld
c2c3294c21
[svn-r26477] Removed COMMON and EQUIVALENCE usage from Fortran Source.
...
Also removed disabling shared when building Fortran on the Mac.
These fixes should fix all the building shared with Fortran problems. HDF5-247
Also fixes array bounds starting from zero in H5Pff.f90 routines.
Tested: h5committest
2015-03-19 10:38:27 -05:00
HDF Tester
ead7273c2c
[svn-r26459] Snapshot version 1.9 release 215
2015-03-15 06:08:23 -05:00
Scot Breitenfeld
2d6a979b25
[svn-r26452] Fixed formatting of copyright.
2015-03-13 13:48:10 -05:00
Scot Breitenfeld
04a3b2a458
[svn-r26417] Removed compiler warnings from HL. HDF5-237
...
Tested: h5committest
2015-03-10 14:02:41 -05:00
Elena Pourmal
1f4f709e8c
[svn-r26401] Fixed warnings in the C stubs for Fortran wrappers. See Crucible review HDF5-238.
...
Tested on platypus with gcc/gfortran 4.9.2, jam and emu with the default compilers.
2015-03-09 10:51:09 -05:00
Dana Robinson
7462a7ef1c
[svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework
...
branch.
Removed the configure option that allows selective disabling of individual
internal filters (fletcher32, shuffle, etc.).
This feature mucked up the code with a lot of #ifdefs, saved very little space,
and was not scalable to a general scheme for library size reduction. We've
decided to remove the feature while we investigate a more general scheme for
decreasing the library size.
Part of: HDFFV-9086
Tested on: h5committest
2015-02-27 07:50:38 -05:00
Mohamad Chaarawi
c4044e0c85
[svn-r26303] remove files with .clog2 extension generated by MPE when doing make clean.
2015-02-25 13:48:31 -05:00
Allen Byrne
f679b9006d
[svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check
2015-02-20 12:25:56 -05:00
Scot Breitenfeld
6ce3158da7
[svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since windows does not seem to support 'USE MPI'.
2015-02-20 08:59:18 -05:00
Scot Breitenfeld
3eeed2f1d5
[svn-r26241] Fixed issue with default 8 byte integers using xlf compilers.
2015-02-19 11:17:16 -05:00
Scot Breitenfeld
3a03c275e9
[svn-r26233] Disable h5tenum_insert_f if F2003 is enabled.
2015-02-19 09:02:36 -05:00
Allen Byrne
a3f987daa9
[svn-r26230] Add def file comment when it is F2003
2015-02-19 08:57:48 -05:00
Scot Breitenfeld
93379cf58f
[svn-r26217] Added H5T_PROVISIONAL_mp_H5TENUM_INSERT_F
2015-02-18 15:03:45 -05:00