Scot Breitenfeld
202ea3747e
[svn-r27184] added case for real*16 when C does not have that precision
2015-06-10 11:45:07 -05:00
Scot Breitenfeld
7a49603732
[svn-r27183] removed the use of -i in sed, used mv instead from a temporary file.
2015-06-10 10:57:27 -05:00
Scot Breitenfeld
48741994ac
[svn-r27178] changed to using SELECTED_*_KIND with numerical precision specified
2015-06-10 08:54:16 -05:00
Scot Breitenfeld
625fc9db69
[svn-r27176] Removed debugging statements.
2015-06-09 16:51:27 -05:00
Scot Breitenfeld
5097bd4429
[svn-r27170] added new precompiler directives
2015-06-09 13:25:41 -05:00
Scot Breitenfeld
62401ac7c6
[svn-r27167] more DT fixes
2015-06-09 12:05:09 -05:00
Scot Breitenfeld
32703c9fc5
[svn-r27164] various bug fixes for DT
2015-06-08 16:13:15 -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
Jerome Soumagne
92e3188ff3
[svn-r27130] Fix warnings in H5Tconv
...
Remove H5T_INIT_INTERFACE from H5Tconv
Add macro in H5Tconv to check overflow when using H5T_CONV_uS
2015-06-01 10:44:42 -05:00
Jerome Soumagne
1ac9bcaaa6
[svn-r27129] Fix warnings in H5Tbit
2015-06-01 10:43:13 -05:00
Jerome Soumagne
9ff4558203
[svn-r27128] Fix warnings in H5Tdbg
2015-06-01 10:41:33 -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
Scot Breitenfeld
ae82b5232a
[svn-r27114] Fixed spelling and which file is created with the program.
...
Tested: none -- comments only.
2015-05-27 15:31:39 -05:00
Mohamad Chaarawi
cea93c4a37
[svn-r27111] move undef of __attribute__ back to private and remove its usage from public routines.
2015-05-26 09:23:27 -05:00
HDF Tester
965e459a98
[svn-r27110] Snapshot version 1.9 release 219
2015-05-24 18:59:54 -05:00
Dana Robinson
194d647721
[svn-r27097] Fixed a typo in test/th5o.c that caused the wrong property list
...
ID to be checked.
Tested on: h5committest
2015-05-18 08:00:54 -05:00
HDF Tester
ab80cbadfd
[svn-r27092] Snapshot version 1.9 release 218
2015-05-17 18:59:27 -05:00
Mohamad Chaarawi
bf53b8c95c
[svn-r27089] move private functions from H5A.c to H5Aint.c
2015-05-15 11:49:23 -05:00
Allen Byrne
8060c37ef4
[svn-r27087] Add changes for debug flags
2015-05-15 09:38:38 -05:00
Quincey Koziol
8be8a708a3
[svn-r27084] Description:
...
Clean up cache tests, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:16:09 -05:00
Quincey Koziol
20aa560825
[svn-r27083] Description:
...
Clean up H5SM interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:14:13 -05:00
Quincey Koziol
197fa23dae
[svn-r27082] Description:
...
Clean up H5O interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:12:24 -05:00
Quincey Koziol
2e9d48a551
[svn-r27081] Description:
...
Clean up H5HL interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:10:46 -05:00
Quincey Koziol
8cc79c0825
[svn-r27080] Description:
...
Clean up H5HF interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:08:27 -05:00
Quincey Koziol
5c437fa51f
[svn-r27079] Description:
...
Clean up H5G interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:06:09 -05:00
Quincey Koziol
8fd9d6b53f
[svn-r27078] Description:
...
Clean up H5FS interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:04:33 -05:00
Quincey Koziol
cd1620238c
[svn-r27077] Description:
...
Clean up H5FD interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:02:54 -05:00
Quincey Koziol
71bc00a0b5
[svn-r27076] Description:
...
Clean up H5FA interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 21:00:27 -05:00
Quincey Koziol
668be45b56
[svn-r27075] Description:
...
Clean up H5F interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 20:57:34 -05:00
Quincey Koziol
d0de32fc3a
[svn-r27074] Description:
...
Clean up H5EA interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 20:54:30 -05:00
Quincey Koziol
9c9ac47ceb
[svn-r27073] Description:
...
Clean up H5D interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 20:51:31 -05:00
Quincey Koziol
7206d78c52
[svn-r27072] Description:
...
Clean up H5B interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.* (jam) w/serial & parallel
2015-05-14 20:48:50 -05:00
Quincey Koziol
775a54c19a
[svn-r27071] Description:
...
Clean up H5B2 interface, to align w/v3 metadata cache changes
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux 2.6.* (jam) w/serial & parallel
2015-05-14 20:46:00 -05:00
Quincey Koziol
acdef5f665
[svn-r27070] Description:
...
Clean up the H5B interface code, to better align with v3 metadata cache
changes.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.x (jam) w/serial & parallel
2015-05-14 20:38:35 -05:00
Quincey Koziol
3d5e75b093
[svn-r27068] Description:
...
Clean up the H5A interface code, to better align with v3 metadata cache
changes.
Tested on:
MacOSX/64 10.10.3 (amazon) w/serial & parallel
Linux/32 2.6.x (jam) w/serial & parallel
2015-05-14 20:33:12 -05:00
Quincey Koziol
e81f0ade77
[svn-r27066] Description:
...
Protect gcc 5 debugging options
Tested on:
MacOSX/64 10.10.3 (amazon) w/gcc 5.1
2015-05-14 20:21:58 -05:00
Allen Byrne
37a07df7b4
[svn-r27064] HDFFV-9327: Refactor compiler flags to config file.
...
Tested: local linux
2015-05-14 11:51:20 -05:00
Quincey Koziol
a86910deac
[svn-r27060] Description:
...
Clean up obsolete and unsupported versions of GCC, and update for GCC 5.1
release.
Tested on:
Mac OSX/64 10.10.3 (amazon) w/C++, FORTRAN, serial, production & parallel
(gcc 5.1 not available on other systems)
2015-05-14 00:32:55 -05:00
Quincey Koziol
7e231953a2
[svn-r27058] Description:
...
Convert internal chunk structures to use 'scaled' coordinates instead of
absolute coordinates.
Tested on:
Mac OSX/64 10.10.3 (amazon) w/parallel & serial
Linux 2.6.x/32 (jam) w/parallel & serial
Linux 2.6.x/64 (koala) w/serial
2015-05-13 16:30:24 -05:00