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