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
0f453502b9
[svn-r26918] fixed H5_FORTRAN_HAVE_C_LONG_DOUBLE
2015-04-24 13:44:50 -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
35a297b461
[svn-r26911] svn merge -r26866:26910 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-04-23 15:21:04 -05:00
Scot Breitenfeld
f0c4d55f91
[svn-r26908] Added missing c_long_double interfaces, now handles promotion of reals and integers to 8 bytes, added C wrappers that take pointers from Fortran.
2015-04-23 15:12:13 -05:00
Jerome Soumagne
aa2f93cdf6
[svn-r26907] Check range and fix conversion issue of compound members in H5T_copy/H5T_set_loc
...
Tested: local linux
2015-04-23 14:30:50 -05:00
Allen Byrne
dcb31a0e00
[svn-r26906] Correct typo
2015-04-23 14:05:22 -05:00
Allen Byrne
0137743470
[svn-r26905] Add user scripts to CMake folder
2015-04-23 13:50:49 -05:00
Allen Byrne
1c2136ee49
[svn-r26900] Update CMake doc references
2015-04-23 10:41:22 -05:00
Scot Breitenfeld
05a320e9eb
[svn-r26897] Added DLL file for HL Fortran.
2015-04-23 09:46:21 -05:00
Scot Breitenfeld
36eec4b620
[svn-r26896] added LONG_DOUBLE interfaces
2015-04-23 09:39:31 -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
8884dc49af
[svn-r26890] commented out -DNDEBUG
2015-04-22 15:38:52 -05:00
Scot Breitenfeld
0cb2e26f5a
[svn-r26888] Removed the preprocessor option "-UNDEBUG"
2015-04-22 14:39:05 -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
aad4f74fa9
[svn-r26882] renamed .f90 fo .F90
2015-04-22 09:38:33 -05:00
Scot Breitenfeld
cfeb1509c2
[svn-r26881] Added BIND(C) to the Fortran HL APIs, and fixed the issue with -r8 (or equiv.) being specified.
2015-04-22 09:37:02 -05:00
Scot Breitenfeld
fd6ce02c92
[svn-r26877] removed references to F2003
2015-04-21 16:06:52 -05:00
Scot Breitenfeld
f981d2e11e
[svn-r26876] changed argument to SIZEOF.
2015-04-21 15:59:45 -05:00
Scot Breitenfeld
1ba402214d
[svn-r26875] Added BIND(C) to interfaces.
2015-04-21 15:55:09 -05:00
Scot Breitenfeld
68ad830cd9
[svn-r26874] Added interfaces to H5P parallel interfaces.
2015-04-21 15:09:56 -05:00
Scot Breitenfeld
c7529c3d83
[svn-r26873] Added BIND(C) and moved to .F90 extension.
2015-04-21 14:53: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
Jerome Soumagne
a3a1f37446
[svn-r26868] Remove accum_change assert in H5T for now
2015-04-21 12:06:34 -05:00
Scot Breitenfeld
11b19627b9
[svn-r26867] svn merge -r26837:26866 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
2015-04-21 11:57:33 -05:00
Scot Breitenfeld
6813b25007
[svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.
2015-04-21 11:53:40 -05:00
Allen Byrne
b32caab787
[svn-r26864] Change location of lib settings file
2015-04-21 11:21:52 -05:00
Scot Breitenfeld
c88f2abea5
[svn-r26860] Fixed sizeof checks.
2015-04-21 08:44:30 -05:00
Albert Cheng
34a1da1731
[svn-r26857] Bugs:
...
The configure summary (libhdf5.settings) was missing from the configure output.
Solution:
Append the configure summary to the configure logfile if configure succeeds.
Tested:
hand ran cmakehdf5 in jam and inspected the logfile.
2015-04-20 19:25:56 -05:00
Scot Breitenfeld
aff66a3790
[svn-r26856] various intel compiler fixes
2015-04-20 16:28:05 -05:00
Allen Byrne
0b0d31e520
[svn-r26852] Correct component matching
2015-04-20 16:04:33 -05:00
Jerome Soumagne
50db0eed22
[svn-r26848] Fix warnings in H5T
...
Tested: local linux
2015-04-20 15:32:32 -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
Quincey Koziol
371a27f01e
[svn-r26843] Description:
...
Minor code & warning cleanups.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-18 21:48:06 -05:00
Quincey Koziol
1eaaae9821
[svn-r26842] Description:
...
Cache the dataset's rank & dimension sizes, instead of querying them
frequently, to speed up various checks & algorithms. Also, a few minor
cleanups.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-18 01:39:34 -05:00
Quincey Koziol
524bfed32e
[svn-r26841] Description:
...
Minor formatting cleanups and remove unused field from callback struct.
Tested on:
Mac OSX/64 10.10.2 (amazon) w/serial & parallel
(Too minor to require h5committest)
2015-04-18 00:02:24 -05:00
Larry Knox
cf98752566
[svn-r26840] configure
...
configure.ac
hl/src/H5LTparse.c
hl/src/H5LTparse.h
Address HDFFV-9010: configure issue with gcc 4.9.2 "-l ".
Change default to disable_shared on CYGWIN.
release_docs/INSTALL_Cygwin.txt
release_docs/RELEASE.txt
Update for changed default and no CYGWIN szip binary.
c++/src/cpp_doc_config
bin/h5vers
AddressHDFFV-9010: Add cpp_doc_config to h5vers
Tested with h5committest, on CYGWIN.
2015-04-17 17:24:47 -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
Quincey Koziol
7bf3a426e8
[svn-r26837] Description:
...
Separate allocating chunk on disk from inserting the chunk record into the
index. This allows a "SWMR-safe" insert/update of chunks (the chunk is always
allocated -> written -> inserted/updated in the index).
Tested on:
Mac OSX/64 10.10.2 (amazon) w/parallel & serial
Linux/32 2.6.18 (jam) w/serial & parallel
2015-04-17 15:49:27 -05:00
Scot Breitenfeld
8bdafb38d7
[svn-r26836] added BIND(C) to H5T APIs
2015-04-17 13:41:48 -05:00