Commit Graph

14576 Commits

Author SHA1 Message Date
Scot Breitenfeld
415eb5512b [svn-r27488] Merged the F2003_v1.10 branch to the trunk.
Tested: h5committest
2015-08-10 20:00:33 -05:00
Allen Byrne
1900d6a65d [svn-r27485] Change ExpressTest from default of 1 to 2. 2015-08-10 12:34:11 -05:00
Larry Knox
786acbcd90 [svn-r27475] Updated h5vers to remove redundant version information for doxygen web pages. Also added "" around version string to prevent elimination of spaces in the string.
H5committested.
2015-08-06 13:34:42 -05:00
Binh-Minh Ribler
9ed36ea1f7 [svn-r27473] Description:
Reversed the previous commit because the PROJECT_NUMBER string is
    generated by h5vers and Larry will fix h5vers to put the "" in.
2015-08-06 10:51:38 -05:00
Binh-Minh Ribler
2bed6a9a48 [svn-r27471] Description:
Put "" around PROJECT_NUMBER string, otherwise, Doxygen would remove
    all the spaces when displaying.
Platform tested:
    Re-run Doxygen on cpp_doc_config and verified the html files on a
    Windows 7 machine.
2015-08-05 23:26:06 -05:00
Scot Breitenfeld
a9bef45c75 [svn-r27470] svn merge -r27425:27460 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-08-05 16:35:30 -05:00
Allen Byrne
9e2434625d [svn-r27469] Merge from trunk with dual-binary CMake code.
Tested: local linux with CMake
2015-08-05 16:01:07 -05:00
Allen Byrne
1efa2d7395 [svn-r27468] Merge corrections found elsewhere 2015-08-05 14:32:33 -05:00
Allen Byrne
f0c47dd142 [svn-r27467] Add trunk version of examples config file 2015-08-05 12:08:17 -05:00
Allen Byrne
173829075c [svn-r27466] Add Trunk version 2015-08-05 11:37:54 -05:00
Allen Byrne
4d0187a483 [svn-r27465] Merge dual-binary CMake changes 2015-08-05 10:56:58 -05:00
Dana Robinson
ec5d13d65b [svn-r27460] Minor code cleanup in test/trefer.c
- Fixed an out-of-range char assignment.

- Added a couple of malloc() casts.

Tested on: jam (minor change, tests only)
2015-08-03 22:00:45 -05:00
Dana Robinson
117b936032 [svn-r27459] Merge of 27411 from revise_chunks.
Renamed a few "h5tri_t extended" variables to "h5tri_t was_extended".
Apparently, "extended" is a typedef name someplace in the headers used
on Solaris, which causes potentially confusing warnings to be emitted.

Tested on: h5committest
           Solaris w/ Solaris Studio (emu)
2015-08-03 21:19:25 -05:00
Allen Byrne
0b4b73331d [svn-r27446] Correct Windows export name 2015-07-30 13:41:18 -05:00
Scot Breitenfeld
fa52a5a44a [svn-r27442] added missing dependencies 2015-07-30 10:18:42 -05:00
Scot Breitenfeld
c6ccc94574 [svn-r27441] misc. code clean-up 2015-07-30 10:17:41 -05:00
Scot Breitenfeld
e3ac5f3651 [svn-r27440] added missing h5lt*_attribute_f functions 2015-07-30 09:40:47 -05:00
HDF Tester
f56de26444 [svn-r27432] Snapshot version 1.9 release 226 2015-07-26 19:13:36 -05:00
Albert Cheng
ac5a796db2 [svn-r27428] Bug fix: DAILYTEST-170
Description:
    XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith
    because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in
    r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623).

Solution:
    Reverse revisions
	r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro
	r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro
	r26627: bring back WANT_DATA_ACCURACY configure macro which is
	    used together with the above two macros. This also brings
	    back the enable-dconv-accuracy configure option.

Tested:
    h5committested.
    Also tested in ostrich using the XL compilers.
2015-07-24 02:04:52 -05:00
Mohamad Chaarawi
81d3377737 [svn-r27427] - free comm keyval after setting atribute on comm_self
- free allocated buffer in t_file_image test

tested on jam with parallel.
2015-07-23 10:03:43 -05:00
Scot Breitenfeld
ed0bae78a0 [svn-r27426] svn merge -r27377:27425 https://svn.hdfgroup.uiuc.edu/hdf5/trunk 2015-07-22 17:09:05 -05:00
Scot Breitenfeld
479bd3c800 [svn-r27422] changed add_custom_command to add_custom_target 2015-07-21 15:34:29 -05:00
Scot Breitenfeld
e796ff45c7 [svn-r27421] changed from add_custom_command to add_custom_target for generated files, OBJECT_DEPENDS is not fully functional on Windows (cmake 3.1). 2015-07-21 13:44:52 -05:00
Scot Breitenfeld
0040ee0c99 [svn-r27418] format clean-up 2015-07-21 10:19:07 -05:00
Scot Breitenfeld
940da78df9 [svn-r27417] comment code cleanup 2015-07-21 10:11:53 -05:00
Neil Fortner
f550bc0cea [svn-r27415] Fix potential error with H5I_clear_type which could occur when a callback closed
a different ID in the same type.  Added a new skiplist routine,
H5SL_try_free_safe, which iterates over items, freeing some of them, and which
intercepts and defers attempts to remove from the list outside of the main
iteration.  Changed H5I_clear_type to use this function.

Tested: jam, koala, ostrich (h5committest); ummon
2015-07-20 17:21:36 -05:00
HDF Tester
74e4cd4d21 [svn-r27412] Snapshot version 1.9 release 225 2015-07-19 19:11:50 -05:00
Dana Robinson
94a6e02b3d [svn-r27407] Updated the H5_ATTR_* macros.
- Updated the preprocessor logic that defines the H5_ATTR_* macros. The Solaris
  Studio compiler understands __attribute__ but not the specific attributes
  that we use. The H5_ATTR_* macros are now defined as blank with that
  compiler which significantly cleans up the warnings, making debugging
  easier.

- Replaced a few lingering __attribute__ macros with H5_ATTR_* markup.

Tested on: h5committest
           Solaris w/ Solaris Studio (emu)
2015-07-18 00:40:06 -05:00
Scot Breitenfeld
a539386a87 [svn-r27406] gave full path to H5_gen.F90 2015-07-17 16:54:07 -05:00
Scot Breitenfeld
2edc6a97db [svn-r27405] added implicit none 2015-07-17 16:15:23 -05:00
Scot Breitenfeld
a41f88bc3e [svn-r27404] Implemented new function to compare reals with adjustible precision tolerance. 2015-07-17 16:12:31 -05:00
Scot Breitenfeld
bf8fea70bd [svn-r27401] code cleanup 2015-07-16 09:34:53 -05:00
Scot Breitenfeld
93161fa55c [svn-r27400] code clean-up 2015-07-16 09:11:47 -05:00
Scot Breitenfeld
53b3d666e5 [svn-r27399] code clean-up 2015-07-16 08:59:21 -05:00
Scot Breitenfeld
08244fb237 [svn-r27395] cleaned-up code 2015-07-15 15:04:31 -05:00
Scot Breitenfeld
df50addca1 [svn-r27394] added properties generated 2015-07-15 14:57:47 -05:00
Scot Breitenfeld
8617384653 [svn-r27393] removed unused C functions 2015-07-15 13:56:28 -05:00
Scot Breitenfeld
f63785a1ab [svn-r27392] removed unused C functions 2015-07-15 12:09:06 -05:00
Scot Breitenfeld
4667abe8a5 [svn-r27391] Added build dependencies to generated files 2015-07-15 10:57:40 -05:00
Allen Byrne
b1800ed767 [svn-r27390] Add fortran source depends command 2015-07-15 10:10:43 -05:00
Scot Breitenfeld
ea73fae0fb [svn-r27389] Added generated files to install 2015-07-15 09:42:01 -05:00
Scot Breitenfeld
03ad911d3d [svn-r27388] Removed robodoc documenation. 2015-07-14 16:26:27 -05:00
Scot Breitenfeld
72484f3a56 [svn-r27387] added definitions for H5LTset_attribute_*_c 2015-07-14 15:29:32 -05:00
Scot Breitenfeld
e076946256 [svn-r27386] misc clean-up 2015-07-14 13:46:09 -05:00
Scot Breitenfeld
f76d1ca08b [svn-r27385] H5Dwrite,H5Dread,H5Awrite,H5Dread for INTEGERs and Characters are now generated code 2015-07-14 13:39:10 -05:00
Scot Breitenfeld
0e102fb1cd [svn-r27384] H5Dwrite and H5Awrite for INTEGERs are now generated code 2015-07-14 12:07:27 -05:00
Scot Breitenfeld
a3de9abcbf [svn-r27383] removed unused functions 2015-07-14 11:39:16 -05:00
Scot Breitenfeld
6ed616cd99 [svn-r27382] Documenation changes 2015-07-14 11:35:27 -05:00
Scot Breitenfeld
1e147f4442 [svn-r27381] comments added 2015-07-14 11:14:16 -05:00
Scot Breitenfeld
6334416852 [svn-r27379] formatting clean-up 2015-07-14 11:02:08 -05:00