summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23312] Snapshot version 1.8 release 11 (snap10)HDF Tester2013-02-251-1/+1
|
* [svn-r23309] Purpose:Jonathan Kim2013-02-211-0/+3
| | | | | | | | | | | | | 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)
* [svn-r23301] Allen Byrne2013-02-181-6/+6
|
* [svn-r23299] Updated with bug fix entry of HDFFV-8267.Albert Cheng2013-02-181-0/+5
| | | | | 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.
* [svn-r23292] H5DSget_scale_name changed behavior and fix noted.Scot Breitenfeld2013-02-181-0/+4
|
* [svn-r23265] Merge revisions 23230, 23234, and 23237 to 1.8 branchNeil Fortner2013-02-131-0/+3
| | | | | | | | | | | | | 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)
* [svn-r23246] I added the information about the new function H5DOwrite_chunk.Raymond Lu2013-02-111-1/+4
| | | | No test is needed.
* [svn-r23243] Snapshot version 1.8 release 11 (snap9)HDF Tester2013-02-111-1/+1
|
* [svn-r23222] Snapshot version 1.8 release 11 (snap8)HDF Tester2013-02-041-1/+1
|
* [svn-r23213] HDDFV-8292 added not about change in HDF_LEGACY_NAMING option ↵Allen Byrne2013-01-311-1/+4
| | | | default.
* [svn-r23211] Merge trunk CMake changes for minimum cmake version of 2.8.10. ↵Allen Byrne2013-01-312-5/+14
| | | | | | This was prompted by HDFFV-8227, OS X requires latest version of cmake for proper support. Tested: local linux
* [svn-r23188] Addition of cmakehdf5.Albert Cheng2013-01-221-1/+3
|
* [svn-r23181] Snapshot version 1.8 release 11 (snap7)HDF Tester2013-01-211-1/+1
|
* [svn-r23142] Purpose:Dana Robinson2013-01-081-1/+7
| | | | | | | | | | | 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)
* [svn-r23123] Snapshot version 1.8 release 11 (snap6)HDF Tester2012-12-311-1/+1
|
* [svn-r23086] Snapshot version 1.8 release 11 (snap5)HDF Tester2012-12-101-1/+1
|
* [svn-r23072] Snapshot version 1.8 release 11 (snap4)HDF Tester2012-12-031-1/+1
|
* [svn-r23070] Updated with HDFFV-8233 fix.Albert Cheng2012-11-301-9/+6
|
* [svn-r23051] Snapshot version 1.8 release 11 (snap3)HDF Tester2012-11-261-1/+1
|
* [svn-r23040] Snapshot version 1.8 release 11 (snap2)HDF Tester2012-11-191-1/+1
|
* [svn-r23031] Updated with v1.8.10 release information.Albert Cheng2012-11-141-197/+107
|
* [svn-r23029] Copy finished RELEASE.txt from the 1.8.10 branchAlbert Cheng2012-11-141-2/+594
| | | | to 1.8's HISTORY-1_8.txt file.
* [svn-r23013] I added Sun's 5.9 C++ compiler problem as a known problem. It ↵Raymond Lu2012-11-051-0/+19
| | | | doesn't know a C99 predefined identifier __func__.
* [svn-r23009] Snapshot version 1.8 release 11 (snap1)HDF Tester2012-11-051-1/+1
|
* [svn-r22986] Snapshot version 1.8 release 11 (snap0)HDF Tester2012-10-291-1/+1
|
* [svn-r22975] Update jam and koala sections for release 1.8.10. Update mpich ↵Jonathan Kim2012-10-261-34/+31
| | | | version. Remove invalid extra info from configure tables and clean ups.
* [svn-r22958] Update according to the 1.8.10 changes for jam and koala ↵Jonathan Kim2012-10-231-34/+14
| | | | compilers and config features sections. Merged from HDF5 1.8.10 r22957.
* [svn-r22956] I merged from the trunk the conversion function ↵Raymond Lu2012-10-231-1/+3
| | | | | | H5T__conv_enum_numeric (numeric type means integer or floating number) and the C test for it. This is the work for Chicago. The change in fortran/ directory is only some property change. Tested on jam, koala, and ostrich.
* [svn-r22952] Purpose:Dana Robinson2012-10-232-367/+0
| | | | | Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10.
* [svn-r22948] I took out the redundant item of known problem about the ↵Raymond Lu2012-10-221-5/+0
| | | | | | dt_arith test reporting several errors involving "long double" on Mac OS X 10.7 Lion when any level of optimization is enabled.
* [svn-r22941] Updated linux VM build system usedAllen Byrne2012-10-221-0/+10
|
* [svn-r22937] Purpose:Dana Robinson2012-10-222-0/+0
| | | | | | | Reorganize obsolete Windows docs. Tested: N/A (docs only), ran bin/chkmanifest
* [svn-r22934] Purpose:Jonathan Kim2012-10-191-1/+3
| | | | | | | | | | | HDFFV-8145 h5diff slowness with version >= 1.8.7 Description: Improved speed when comparing HDF5 files with lots of attributes. Much slower performance was identified with release version from 1.8.7 to 1.8.10 compared to 1.8.6. Merged from HDF5 trunk r22933. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), cmake (jam)
* [svn-r22931] Description:Quincey Koziol2012-10-191-6/+9
| | | | Update FreeBSD info.
* [svn-r22924] Updated LLNL aztec information.Albert Cheng2012-10-181-2/+2
| | | | Tested: just eyeballed.
* [svn-r22910] Update compiler information for ostrich.Raymond Lu2012-10-161-3/+3
| | | | No test is needed.
* [svn-r22906] Update GNU Fortran compiler version for fred.Raymond Lu2012-10-161-1/+1
| | | | No test is needed.
* [svn-r22892] Increment release branch for future release (v1.8.11).Albert Cheng2012-10-121-118/+21
| | | | | | Set version number to 1.8.11-snap0. Clear out RELEASE.txt to hold 1.8.11 changes Update version references in RELEASE.txt
* [svn-r22891] Added v1.8.10 RELEASE.txt place holder.Albert Cheng2012-10-121-0/+8
|
* [svn-r22889] Copy finished RELEASE.txt from the 1.8.9 branchAlbert Cheng2012-10-121-2/+720
| | | | to 1.8's HISTORY-1_8.txt file.
* [svn-r22886] Added bug fixes and enhancements since the last release.Scot Breitenfeld2012-10-121-1/+24
|
* [svn-r22883] Added Mountain Lion (owl) test information.Albert Cheng2012-10-111-0/+8
|
* [svn-r22875] Description:Quincey Koziol2012-10-091-1/+3
| | | | Add note about return value change for H5TBget_fill.
* [svn-r22867] Updated cygwin note on dt_arith about the known issue of fork ↵Allen Byrne2012-10-052-2/+3
| | | | | | on cygwin. Added note about using optimization level 1 on Ubuntu64
* [svn-r22864] Move h5import change to new feature section.Allen Byrne2012-10-041-3/+11
|
* [svn-r22862] Updated CYGWIN, MinGW and linux VM versionsAllen Byrne2012-10-043-27/+24
|
* [svn-r22851] updated with perform/benchpar program removal.Albert Cheng2012-10-021-2/+5
|
* [svn-r22847] Snapshot version 1.8 release 10 (snap13)HDF Tester2012-10-011-1/+1
|
* [svn-r22835] Documented HDFFV-8069 fix.Albert Cheng2012-09-271-1/+3
|
* [svn-r22814] Purpose:Jonathan Kim2012-09-261-0/+7
| | | | | | | | | | | | | | HDFFV-8012 - h5repack changes max dims and cause failure if only "-f none" is used without changing layout for chunked dataset when a chunk dim is bigger than a dataset dim Description: "h5repack -f <obj>:NONE <file.h5> out.h5" command failed if source file contains chunked dataset and a chunk dim is bigger than a dataset dim. Another issue is that the command changed max dims if chunk dim is smaller than the dataset dim. These issue occurred when dataset size is smaller than 64k (compact size limit) Fixed them. Merged from HDF5 trunk r22805 Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)