Commit Graph

1402 Commits

Author SHA1 Message Date
Albert Cheng
e8a57439fa [svn-r23567] Post v1.8.11 branch-off, changed version to 1.8.12-snap0.
Reset RELEASE.txt for next release (1.8.12).

Tested: h5committest.
2013-04-09 12:48:11 -05:00
Raymond Lu
67b3800ccb [svn-r23562] I added the info about dynamically loaded filters. 2013-04-08 11:23:26 -05:00
HDF Tester
8eb7294332 [svn-r23557] Snapshot version 1.8 release 11 (snap16) 2013-04-07 16:39:11 -05:00
Joel Plutchak
25ff6f0269 [svn-r23553] Added HDFFV-8247 to thye known bugs section. 2013-04-05 12:34:04 -05:00
HDF Tester
a46ee1a136 [svn-r23504] Snapshot version 1.8 release 11 (snap15) 2013-03-31 16:36:11 -05:00
Binh-Minh Ribler
1a367cc384 [svn-r23503] Description:
Removed DSetMemXferPropList::setMulti/getMulti from header file (Dana removed
	them from cpp file.
    Added note about removing DSetMemXferPropList::setMulti/getMulti in C++ section.
Platforms tested: very minor
    Linux/32 2.6 (jam)
    SunOS 5.11 (emu)
2013-03-31 05:42:34 -05:00
Binh-Minh Ribler
1e64926e74 [svn-r23502] Description:
Added note for bug fix in the C++ API.
2013-03-31 01:58:31 -05:00
Dana Robinson
1e5f8cd370 [svn-r23501] Forgot to update RELEASE.txt from the last check-in. 2013-03-30 19:33:53 -05:00
Dana Robinson
66814c5cf7 [svn-r23499] Merge from trunk
Fixes an issue (HDFFV-8159) where uninitialized memory was being read
during variable-length type conversion.  All variable-length type conversion
buffers are now initialized to contain 0s on allocation.

Tested on: jam w/ fortran and c++

This is a very small change (basially changing malloc to calloc) and
is unlikely to cause issues on other platforms.
2013-03-30 17:58:58 -05:00
Allen Byrne
54319cf88d [svn-r23481] Added JIRA issues resolved. 2013-03-28 12:56:57 -05:00
Allen Byrne
f893d7bf96 [svn-r23479] Remove Windows XP info 2013-03-28 11:47:16 -05:00
Allen Byrne
0256a08b66 [svn-r23478] Update openSUSE info 2013-03-28 11:45:32 -05:00
Mohamad Chaarawi
984998fa95 [svn-r23471] bring 23470 from trunk
update INSTALL_parallel with build instructions for Hopper.
2013-03-27 17:12:08 -05:00
Jonathan Kim
91c30cdc2f [svn-r23464] Purpose:
HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.

Description:
  h5repack failed converting small chunked dataset (size < 1K) to contiguous layout.
  The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks.
  The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout.
  Merged from HDF5 trunk 23407
    
Tested: 
    jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE), fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
2013-03-27 10:10:25 -05:00
Scot Breitenfeld
f12a59f4d6 [svn-r23455] Updated Fortran and HL entries. 2013-03-25 20:17:32 -05:00
Allen Byrne
e9fdcdf5b6 [svn-r23445] Update linux VM information and noted that Ubuntu 12.10 with gcc 4.7.2 no longer has issues with dt_arith. 2013-03-25 11:27:21 -05:00
HDF Tester
90e802ab13 [svn-r23440] Snapshot version 1.8 release 11 (snap14) 2013-03-24 16:34:35 -05:00
Peter Cao
1e56e8ce4f [svn-r23391] Adding notes for fixing HDFFV-8346 and HDFFV-8344 2013-03-19 16:36:53 -05:00
HDF Tester
e96b3e8cb2 [svn-r23364] Snapshot version 1.8 release 11 (snap13) 2013-03-17 16:42:11 -05:00
Frank Baker
985087a259 [svn-r23349] Description:
Move introduction of new function, H5DOwrite_chunk, from "Bug fixes" 
        to "New Features" section.
    Consistency cleanup.
Tested:  Firefox
2013-03-14 13:41:37 -05:00
HDF Tester
6fb96043f3 [svn-r23342] Snapshot version 1.8 release 11 (snap12) 2013-03-10 16:50:07 -05:00
Albert Cheng
355a469192 [svn-r23339] Updated with HDFFV-8305 fix. 2013-03-07 15:58:54 -05:00
Allen Byrne
e4f8f911f6 [svn-r23334] Update CMake documentation, remove obsolete info for windows. 2013-03-06 14:31:52 -05:00
Albert Cheng
4b086bdcaa [svn-r23328] Added the reference of the requirement of POSIX Compliance. 2013-03-05 17:35:53 -05:00
HDF Tester
ab5a49b8bd [svn-r23324] Snapshot version 1.8 release 11 (snap11) 2013-03-03 21:47:16 -05:00
HDF Tester
cb50a4e8d8 [svn-r23312] Snapshot version 1.8 release 11 (snap10) 2013-02-24 21:55:48 -05:00
Jonathan Kim
6bf2f2482e [svn-r23309] Purpose:
HDFFV-7643 - h5diff - incorrect exit-code returns for extra attribute exist

Description:
   h5diff: Fixed to return correct exit code 1 when detect unique
   attribute. Prior to this fix, h5diff returned exit code 0 indicating 
   two files are identical.
   Merged from HDF5 trunk r23304.

Tested: 
    jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), emu (solaris-BE),  Windows (32-LE cmake), cmake (jam)
2013-02-21 14:23:53 -05:00
Allen Byrne
1629fd1ee7 [svn-r23301] 2013-02-18 14:03:53 -05:00
Albert Cheng
79bc86c220 [svn-r23299] Updated with bug fix entry of HDFFV-8267.
Since this is a testing code error that does not affect the function of the
library or tools, I started a new "Testing" section for this sort of changes.
2013-02-18 11:28:57 -05:00
Scot Breitenfeld
a66624ed68 [svn-r23292] H5DSget_scale_name changed behavior and fix noted. 2013-02-17 19:55:01 -05:00
Neil Fortner
749522bbd6 [svn-r23265] Merge revisions 23230, 23234, and 23237 to 1.8 branch
Purpose: Implement H5Dscatter and H5Dgather

Description:
Adds 2 new API functions, H5Dscatter and H5Dgather.  H5Dscatter retrieves data
from a specified callback function and scatters it into a selection, defined by
a supplied dataspace, within a supplied memory buffer.  H5Dgather gathers data
from a selection within a supplied memory buffer and passes it in a contiguous
form to a supplied callback function.  Added tests for these functions

Tested: jam, ostrich, koala (h5committest); ummon; ummon (1.8)
2013-02-13 16:55:48 -05:00
Raymond Lu
dc1c567135 [svn-r23246] I added the information about the new function H5DOwrite_chunk.
No test is needed.
2013-02-11 16:21:10 -05:00
HDF Tester
5a4e808656 [svn-r23243] Snapshot version 1.8 release 11 (snap9) 2013-02-10 21:49:05 -05:00
HDF Tester
87cd27e6d8 [svn-r23222] Snapshot version 1.8 release 11 (snap8) 2013-02-03 21:38:36 -05:00
Allen Byrne
af73176e79 [svn-r23213] HDDFV-8292 added not about change in HDF_LEGACY_NAMING option default. 2013-01-31 12:57:16 -05:00
Allen Byrne
13693b307c [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support.
Tested: local linux
2013-01-31 12:30:34 -05:00
Albert Cheng
090ec43d23 [svn-r23188] Addition of cmakehdf5. 2013-01-22 10:51:32 -05:00
HDF Tester
17f2fde031 [svn-r23181] Snapshot version 1.8 release 11 (snap7) 2013-01-20 21:29:26 -05:00
Dana Robinson
724a0a93b4 [svn-r23142] Purpose:
Merged 23111 from the trunk.
    (Core VFD and Mac OS X I/O changes)

Tested on:
    64-bit Windows 7, Visual Studio 2010, CMake
    64-bit Mac OS X Snow Leopard (Fred), Fortran, C++
    64-bit BE Linux (Ostrich), Fortran, C++
    32-bit LE LInux (jam), Fortran, C++ (also parallel w/ Fortran)
2013-01-07 20:19:17 -05:00
HDF Tester
40a0c31d37 [svn-r23123] Snapshot version 1.8 release 11 (snap6) 2012-12-30 22:17:59 -05:00
HDF Tester
a2432bcb45 [svn-r23086] Snapshot version 1.8 release 11 (snap5) 2012-12-09 21:36:10 -05:00
HDF Tester
eacbf1a279 [svn-r23072] Snapshot version 1.8 release 11 (snap4) 2012-12-02 20:32:53 -05:00
Albert Cheng
11a31f840c [svn-r23070] Updated with HDFFV-8233 fix. 2012-11-30 01:03:52 -05:00
HDF Tester
fe27a83823 [svn-r23051] Snapshot version 1.8 release 11 (snap3) 2012-11-25 19:40:18 -05:00
HDF Tester
0fed9b12ad [svn-r23040] Snapshot version 1.8 release 11 (snap2) 2012-11-18 20:30:44 -05:00
Albert Cheng
5bbf0a493a [svn-r23031] Updated with v1.8.10 release information. 2012-11-14 12:48:56 -05:00
Albert Cheng
5bac9f700f [svn-r23029] Copy finished RELEASE.txt from the 1.8.10 branch
to 1.8's HISTORY-1_8.txt file.
2012-11-13 19:20:25 -05:00
Raymond Lu
d2e56d2486 [svn-r23013] I added Sun's 5.9 C++ compiler problem as a known problem. It doesn't know a C99 predefined identifier __func__. 2012-11-05 15:30:26 -05:00
HDF Tester
6bbeb4a437 [svn-r23009] Snapshot version 1.8 release 11 (snap1) 2012-11-04 20:58:15 -05:00
HDF Tester
65597415a3 [svn-r22986] Snapshot version 1.8 release 11 (snap0) 2012-10-28 22:20:22 -05:00