Commit Graph

14586 Commits

Author SHA1 Message Date
Scot Breitenfeld
ad71dbe12c [svn-r27019] Fixed print statement. 2015-05-05 13:55:29 -05:00
Allen Byrne
24ef4efe9a [svn-r27015] updated with release changes 2015-05-05 11:10:20 -05:00
Jerome Soumagne
6ba4fd8694 [svn-r27009] Fix mismatching prototypes in H5FD/H5B2 2015-05-04 15:02:23 -05:00
Scot Breitenfeld
1166efe131 [svn-r27006] Added hdf5_hl_fortrandll.def to hl library build. 2015-05-04 10:16:59 -05:00
Allen Byrne
98bf03bf1d [svn-r27003] Update documentation to match the web instructions 2015-05-04 10:14:37 -05:00
Scot Breitenfeld
e9735c156a [svn-r27002] removed the use of deprecated APIs 2015-05-04 10:01:35 -05:00
Allen Byrne
6e10ade5ee [svn-r27000] Updated and debugged script 2015-05-04 08:59:12 -05:00
HDF Tester
39e0b31a24 [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
Quincey Koziol
64466cf833 [svn-r26996] Description:
Eliminate unneccessary 'rdcc' field from common chunk info struct.

Tested on:
    MacOSX/64 10.10.3 (amazon) w/serial & parallel
    (Too minor to require h5commitest)
2015-05-02 01:31:28 -05:00
Quincey Koziol
5cb629e6dd [svn-r26995] Description:
Clean up chunk 'prune by extent' and flush code, and make the rehashing
routine 'update cache' hold onto more chunks, instead of evicting them as
aggressively.

Tested on:
    MacOSX/64 10.10.3 (amazon) w/serial & parallel
    (h5committest forthcoming)
2015-05-02 01:18:43 -05:00
Quincey Koziol
f77bb92cc1 [svn-r26993] Description:
Align w/incoming chunk performance changes, including some small performance
improvements here, as well as a few minor general code cleanups.

Tested on:
    Mac OSX/64 10.10.3 (amazon) w/serial & parallel
    (Too minor to require h5committest)
2015-05-01 21:40:29 -05:00
Scot Breitenfeld
60960ec8a7 [svn-r26990] Updated the F2003 error statement when find a nonF2003 compiler. 2015-05-01 11:32:52 -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
Allen Byrne
315c1f9eb0 [svn-r26977] Windows needs different packaging option from linux 2015-04-30 09:04:24 -05:00
Scot Breitenfeld
213aa4d060 [svn-r26976] Added TARGET. 2015-04-30 08:54:48 -05:00
Scot Breitenfeld
29f4e85094 [svn-r26975] Renamed variable to eliminate conflict. 2015-04-30 08:43:23 -05:00
Scot Breitenfeld
0e742cb8d0 [svn-r26974] spelling 2015-04-29 17:04:24 -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
Scot Breitenfeld
eee4741a2f [svn-r26971] fixed declaration of h5ltget_attribute_c 2015-04-29 15:24:56 -05:00
Scot Breitenfeld
68e4b6ef39 [svn-r26970] Added new pointer APIs for h5ltmake_dataset ahd h5ltread_dataset. 2015-04-29 15:12:34 -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
Quincey Koziol
65ba755e8a [svn-r26961] Description:
Clean up H5I code, to eliminate duplicated sections of code.

Tested on:
    Mac OSX/64 10.10.3 (amazon) w/serial & parallel
    (Too minor to require h5committest)
2015-04-28 21:07:10 -05:00
Allen Byrne
6709dd28f2 [svn-r26953] Remove src temporary debug build props.
Move TOOLS option up before usage.
2015-04-28 16:32:17 -05:00
Scot Breitenfeld
515d59fd50 [svn-r26952] Added dependencies for H5_KINDff.F90 2015-04-28 15:31:08 -05:00
Allen Byrne
5a8114a2a9 [svn-r26951] add cygwin 2015-04-28 14:50:35 -05:00
Scot Breitenfeld
834fab687f [svn-r26950] Added DLL exports for windows. 2015-04-28 14:01:52 -05:00
Allen Byrne
3939163f49 [svn-r26949] Correct linux separators 2015-04-28 13:58:05 -05:00
Allen Byrne
4fc9a3885d [svn-r26944] Match src folder version 2015-04-28 12:53:17 -05:00
Allen Byrne
e13e226bfe [svn-r26941] Correct ext lib packing list 2015-04-28 11:29:14 -05:00
Scot Breitenfeld
241bbc426c [svn-r26938] svn merge -r26910:26937 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-04-28 10:19:24 -05:00
Scot Breitenfeld
ea6364e818 [svn-r26937] added generated Fortran file to Fortran CMakeList.txt 2015-04-28 10:11:12 -05:00
Allen Byrne
4e50ee0096 [svn-r26936] Incorrect use of HSIZE_T_FORMAT macro, needed to be sub macro H5_PRINTF_LL_WIDTH.
Tested: local linux
2015-04-27 16:20:15 -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
Albert Cheng
9fc7e89a09 [svn-r26929] Added support for shared lib and zlib.
Tested: linux (jam), Mac (osx1010dev)
2015-04-27 05:10:07 -05:00
Albert Cheng
ceff4fe58f [svn-r26926] Fixed previous typo in the installation of DMG file.
Tested: osx1010dev
2015-04-27 03:15:17 -05:00
Albert Cheng
28f355e81e [svn-r26925] Added method to install the Mac OSX DMG file by line commands.
Group all install method into a function call for easier maintenance.

Tested: Linux (jam, platypus), Mac (osx1010dev)
2015-04-27 02:52:37 -05:00
Albert Cheng
188936ac03 [svn-r26924] Remove old and invalid information:
Retired IBM SP system which was old.
Removed --enable-parallel=mpich information. The option is invalid now (remove
date unknown.)
2015-04-27 01:59:32 -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
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