Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23625] Updated and renamed documents | Allen Byrne | 2013-04-25 | 4 | -105/+133 |
| | |||||
* | [svn-r23624] _ Edited to help readability. | Mark Evans | 2013-04-25 | 1 | -40/+65 |
| | | | | No testing needed. | ||||
* | [svn-r23623] _ A few more editing changes. | Mark Evans | 2013-04-25 | 1 | -3/+3 |
| | |||||
* | [svn-r23622] _ Added a number to the Appendix heading. | Mark Evans | 2013-04-25 | 1 | -1/+1 |
| | |||||
* | [svn-r23621] _ Edited to help readability. | Mark Evans | 2013-04-25 | 1 | -74/+126 |
| | | | | No testing needed. | ||||
* | [svn-r23620] Add windows quick build section | Allen Byrne | 2013-04-24 | 1 | -2/+23 |
| | |||||
* | [svn-r23617] Add missing test include | Allen Byrne | 2013-04-24 | 1 | -3/+8 |
| | |||||
* | [svn-r23616] added ctest option commands | Allen Byrne | 2013-04-24 | 1 | -0/+4 |
| | |||||
* | [svn-r23615] Corrected and updated instructions | Allen Byrne | 2013-04-24 | 2 | -111/+136 |
| | |||||
* | [svn-r23612] Update cmake and windows usage instructions | Allen Byrne | 2013-04-23 | 3 | -66/+85 |
| | |||||
* | [svn-r23609] Update with corrections | Allen Byrne | 2013-04-22 | 2 | -96/+72 |
| | |||||
* | [svn-r23605] Snapshot version 1.8 release 12 (snap1) | HDF Tester | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | [svn-r23593] Remove old references | Allen Byrne | 2013-04-16 | 1 | -6/+0 |
| | |||||
* | [svn-r23589] I added SunOS 5.11 (emu) as a newly supported system. | Raymond Lu | 2013-04-15 | 1 | -1/+2 |
| | |||||
* | [svn-r23587] Added Windows 8 to supported platforms | Allen Byrne | 2013-04-15 | 1 | -0/+4 |
| | |||||
* | [svn-r23586] Snapshot version 1.8 release 12 (snap0) | HDF Tester | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | [svn-r23579] 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-r23567] Post v1.8.11 branch-off, changed version to 1.8.12-snap0. | Albert Cheng | 2013-04-09 | 1 | -115/+24 |
| | | | | | | Reset RELEASE.txt for next release (1.8.12). Tested: h5committest. | ||||
* | [svn-r23562] I added the info about dynamically loaded filters. | Raymond Lu | 2013-04-08 | 1 | -0/+3 |
| | |||||
* | [svn-r23557] Snapshot version 1.8 release 11 (snap16) | HDF Tester | 2013-04-07 | 1 | -1/+1 |
| | |||||
* | [svn-r23553] Added HDFFV-8247 to thye known bugs section. | Joel Plutchak | 2013-04-05 | 1 | -0/+8 |
| | |||||
* | [svn-r23504] Snapshot version 1.8 release 11 (snap15) | HDF Tester | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | [svn-r23503] Description: | Binh-Minh Ribler | 2013-03-31 | 1 | -1/+4 |
| | | | | | | | | | 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) | ||||
* | [svn-r23502] Description: | Binh-Minh Ribler | 2013-03-31 | 1 | -1/+8 |
| | | | | Added note for bug fix in the C++ API. | ||||
* | [svn-r23501] Forgot to update RELEASE.txt from the last check-in. | Dana Robinson | 2013-03-31 | 1 | -0/+5 |
| | |||||
* | [svn-r23499] Merge from trunk | Dana Robinson | 2013-03-30 | 1 | -0/+3 |
| | | | | | | | | | | | 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. | ||||
* | [svn-r23481] Added JIRA issues resolved. | Allen Byrne | 2013-03-28 | 1 | -19/+32 |
| | |||||
* | [svn-r23479] Remove Windows XP info | Allen Byrne | 2013-03-28 | 1 | -4/+0 |
| | |||||
* | [svn-r23478] Update openSUSE info | Allen Byrne | 2013-03-28 | 1 | -6/+6 |
| | |||||
* | [svn-r23471] bring 23470 from trunk | Mohamad Chaarawi | 2013-03-27 | 1 | -0/+67 |
| | | | | update INSTALL_parallel with build instructions for Hopper. | ||||
* | [svn-r23464] Purpose: | Jonathan Kim | 2013-03-27 | 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. 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) | ||||
* | [svn-r23455] Updated Fortran and HL entries. | Scot Breitenfeld | 2013-03-26 | 1 | -2/+13 |
| | |||||
* | [svn-r23445] Update linux VM information and noted that Ubuntu 12.10 with ↵ | Allen Byrne | 2013-03-25 | 1 | -16/+17 |
| | | | | gcc 4.7.2 no longer has issues with dt_arith. | ||||
* | [svn-r23440] Snapshot version 1.8 release 11 (snap14) | HDF Tester | 2013-03-24 | 1 | -1/+1 |
| | |||||
* | [svn-r23391] Adding notes for fixing HDFFV-8346 and HDFFV-8344 | Peter Cao | 2013-03-19 | 1 | -0/+4 |
| | |||||
* | [svn-r23364] Snapshot version 1.8 release 11 (snap13) | HDF Tester | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | [svn-r23349] Description: | Frank Baker | 2013-03-14 | 1 | -7/+6 |
| | | | | | | | Move introduction of new function, H5DOwrite_chunk, from "Bug fixes" to "New Features" section. Consistency cleanup. Tested: Firefox | ||||
* | [svn-r23342] Snapshot version 1.8 release 11 (snap12) | HDF Tester | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | [svn-r23339] Updated with HDFFV-8305 fix. | Albert Cheng | 2013-03-07 | 1 | -1/+10 |
| | |||||
* | [svn-r23334] Update CMake documentation, remove obsolete info for windows. | Allen Byrne | 2013-03-06 | 3 | -667/+483 |
| | |||||
* | [svn-r23328] Added the reference of the requirement of POSIX Compliance. | Albert Cheng | 2013-03-05 | 1 | -6/+22 |
| | |||||
* | [svn-r23324] Snapshot version 1.8 release 11 (snap11) | HDF Tester | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | [svn-r23312] Snapshot version 1.8 release 11 (snap10) | HDF Tester | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | [svn-r23309] Purpose: | Jonathan Kim | 2013-02-21 | 1 | -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 Byrne | 2013-02-18 | 1 | -6/+6 |
| | |||||
* | [svn-r23299] Updated with bug fix entry of HDFFV-8267. | Albert Cheng | 2013-02-18 | 1 | -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 Breitenfeld | 2013-02-18 | 1 | -0/+4 |
| | |||||
* | [svn-r23265] Merge revisions 23230, 23234, and 23237 to 1.8 branch | Neil Fortner | 2013-02-13 | 1 | -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 Lu | 2013-02-11 | 1 | -1/+4 |
| | | | | No test is needed. | ||||
* | [svn-r23243] Snapshot version 1.8 release 11 (snap9) | HDF Tester | 2013-02-11 | 1 | -1/+1 |
| |