Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23642] Snapshot version 1.9 release 149 | HDF Tester | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | [svn-r23638] Removed INSTALL_MinGW because, | Albert Cheng | 2013-04-26 | 1 | -269/+0 |
| | | | | | | | | | 1. The file states that: NOTE: We are no longer actively supporting MinGW as of 1.8.5. 2. It is not tested for v1.8.11. 3. If we ever supports it again, it can be "restored" from previous release (e.g. v1.8.10).) | ||||
* | [svn-r23590] I added SunOS 5.11 (emu) as a newly supported system. | Raymond Lu | 2013-04-15 | 1 | -0/+2 |
| | |||||
* | [svn-r23580] I updated the compiler info, system info, and HDF5 support ↵ | Raymond Lu | 2013-04-12 | 1 | -27/+17 |
| | | | | | | table of fred, emu, and ostrich. No test is needed. | ||||
* | [svn-r23561] I added the info about dynamically loaded filter. | Raymond Lu | 2013-04-08 | 1 | -0/+3 |
| | |||||
* | [svn-r23554] Added HDFFV-8247 to the Known Problems section. | Joel Plutchak | 2013-04-05 | 1 | -0/+8 |
| | |||||
* | [svn-r23470] update INSTALL_parallel with build instructions for Hopper. | Mohamad Chaarawi | 2013-03-27 | 1 | -0/+67 |
| | |||||
* | [svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branch | Allen Byrne | 2013-03-25 | 1 | -0/+4 |
| | |||||
* | [svn-r23407] Purpose: | Jonathan Kim | 2013-03-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | 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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE),fred (mac64-LE), Windows (32-LE cmake), cmake (jam) | ||||
* | [svn-r23361] Snapshot version 1.9 release 148 | HDF Tester | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | [svn-r23341] Snapshot version 1.9 release 147 | HDF Tester | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | [svn-r23338] Updated with HDFFV-8305 fix. | Albert Cheng | 2013-03-07 | 1 | -1/+10 |
| | |||||
* | [svn-r23333] Update CMake documentation, remove obsolete info for windows. | Allen Byrne | 2013-03-06 | 4 | -670/+483 |
| | |||||
* | [svn-r23327] Added the reference of the requirement of POSIX Compliance. | Albert Cheng | 2013-03-05 | 1 | -6/+22 |
| | |||||
* | [svn-r23323] Snapshot version 1.9 release 146 | HDF Tester | 2013-03-03 | 1 | -1/+1 |
| | |||||
* | [svn-r23311] Snapshot version 1.9 release 145 | HDF Tester | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵ | Allen Byrne | 2013-02-18 | 1 | -6/+6 |
| | | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest | ||||
* | [svn-r23304] Purpose: | Jonathan Kim | 2013-02-18 | 1 | -2/+5 |
| | | | | | | | | | | | | 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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), fred (mac64-LE), emu (solaris-BE), Windows (32-LE cmake), cmake (jam) | ||||
* | [svn-r23290] Snapshot version 1.9 release 144 | HDF Tester | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | [svn-r23262] Updated with bug fix entry of HDFFV-8267. | Albert Cheng | 2013-02-13 | 1 | -0/+4 |
| | | | | | 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-r23245] I added the information about the new function H5DOwrite_chunk. | Raymond Lu | 2013-02-11 | 1 | -5/+11 |
| | | | | No test is needed. | ||||
* | [svn-r23242] Added info. about changed behavior of H5DSgetscale_name ↵ | Scot Breitenfeld | 2013-02-11 | 1 | -1/+4 |
| | | | | (HDFFV-7596) | ||||
* | [svn-r23240] Snapshot version 1.9 release 143 | HDF Tester | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather | Neil Fortner | 2013-02-05 | 1 | -0/+3 |
| | | | | | | | | | | | 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 | ||||
* | [svn-r23221] Snapshot version 1.9 release 142 | HDF Tester | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | [svn-r23201] Correct option text | Allen Byrne | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | [svn-r23184] Addition of cmakehdf5. | Albert Cheng | 2013-01-22 | 1 | -0/+3 |
| | |||||
* | [svn-r23180] Snapshot version 1.9 release 141 | HDF Tester | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10 | Allen Byrne | 2013-01-14 | 3 | -3/+13 |
| | |||||
* | [svn-r23153] Snapshot version 1.9 release 140 | HDF Tester | 2013-01-13 | 1 | -1/+1 |
| | |||||
* | [svn-r23136] Snapshot version 1.9 release 139 | HDF Tester | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | [svn-r23121] Snapshot version 1.9 release 138 | HDF Tester | 2012-12-30 | 1 | -1/+1 |
| | |||||
* | [svn-r23119] Snapshot version 1.9 release 137 | HDF Tester | 2012-12-23 | 1 | -1/+1 |
| | |||||
* | [svn-r23085] Snapshot version 1.9 release 136 | HDF Tester | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | [svn-r23071] Snapshot version 1.9 release 135 | HDF Tester | 2012-12-02 | 1 | -1/+1 |
| | |||||
* | [svn-r23050] Snapshot version 1.9 release 134 | HDF Tester | 2012-11-25 | 1 | -1/+1 |
| | |||||
* | [svn-r23039] Snapshot version 1.9 release 133 | HDF Tester | 2012-11-18 | 1 | -1/+1 |
| | |||||
* | [svn-r23032] Updated the following sections with information from the v1.8 ↵ | Albert Cheng | 2012-11-14 | 1 | -114/+190 |
| | | | | | | | | branch. Supported Platforms Tested Configuration Features Summary More Tested Platforms | ||||
* | [svn-r23021] Snapshot version 1.9 release 132 | HDF Tester | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | [svn-r23015] Update windows platforms | Allen Byrne | 2012-11-06 | 1 | -8/+4 |
| | |||||
* | [svn-r23012] I added Sun's 5.9 C++ compiler problem as a known problem. It ↵ | Raymond Lu | 2012-11-05 | 1 | -0/+19 |
| | | | | doesn't know a C99 predefined identifier __func__. | ||||
* | [svn-r22953] Purpose: | Dana Robinson | 2012-10-23 | 2 | -367/+0 |
| | | | | | Removed legacy Visual Studio solutions and projects, which will no longer be supported after HDF5 1.8.10. | ||||
* | [svn-r22951] I added an item in the new feature about the conversion from ↵ | Raymond Lu | 2012-10-23 | 1 | -0/+3 |
| | | | | enumeration to numerica datatypes. | ||||
* | [svn-r22936] Purpose: | Dana Robinson | 2012-10-22 | 2 | -0/+0 |
| | | | | | | | Reorganize Windows release docs Tested on: N/A (docs only), ran chkmanifest | ||||
* | [svn-r22933] Purpose: | Jonathan Kim | 2012-10-19 | 1 | -0/+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. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE cmake), cmake (jam) | ||||
* | [svn-r22932] Description: | Quincey Koziol | 2012-10-19 | 1 | -7/+9 |
| | | | | Update FreeBSD info. | ||||
* | [svn-r22878] Added bug fixes and enhancements since the last release. | Scot Breitenfeld | 2012-10-10 | 1 | -0/+20 |
| | |||||
* | [svn-r22849] Updated with changes. | Albert Cheng | 2012-10-01 | 1 | -0/+3 |
| | |||||
* | [svn-r22846] Snapshot version 1.9 release 131 | HDF Tester | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | [svn-r22834] Documented HDFFV-8069 fix. | Albert Cheng | 2012-09-27 | 1 | -0/+3 |
| |