Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r13814] Description: | Quincey Koziol | 2007-05-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | | Change back to clearing memory buffers by default, but give users option to disable this, for performance reasons (--disable-clear-file-buffers). Also, add configure option (--enable-using-memchecker) to conveniently control making the library "play nice" with memory checking tools like valgrind and purify. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) Linux/32 2.6 (kagiso) | ||||
* | [svn-r13802] Update the Windows documentation to reflect changes made to the ↵ | Scott Wegner | 2007-05-23 | 2 | -27/+52 |
| | | | | Fortran configuration in today's earlier checkin. Also removed documentation for the stdio driver, as it is currently broken. | ||||
* | [svn-r13718] | Pedro Vicente Nunes | 2007-05-01 | 1 | -0/+3 |
| | | | | | | | | | added entries - Fortran interfaces for the Image, Table and Lite APIs. PVN - 2007/5/1 - New HDF5 Dimension Scale API (H5DS) allows dimension scales to be created in an HDF5 file and associated with specific datasets. PVN - 2007/5/1 | ||||
* | [svn-r13712] Various changes made to bring Windows example tests up to date. | Scott Wegner | 2007-04-30 | 1 | -22/+59 |
| | | | | | Tested: VS 2005 on Win XP | ||||
* | [svn-r13710] Added Fortran dependencies to Windows project files, and ↵ | Scott Wegner | 2007-04-30 | 2 | -140/+36 |
| | | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP | ||||
* | [svn-r13701] Deleted .html versions of Windows documentation, as we have ↵ | Scott Wegner | 2007-04-24 | 5 | -8350/+0 |
| | | | | | | decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website. Updated MANIFEST to reflect changes. | ||||
* | [svn-r13696] Various updates to Windows documentation. | Scott Wegner | 2007-04-23 | 3 | -38/+30 |
| | | | | Mostly just correcting typos, no testing needed. | ||||
* | [svn-r13692] Snapshot version 1.8 release 0 (beta1post0) | HDF Tester | 2007-04-23 | 1 | -1/+1 |
| | |||||
* | [svn-r13685] Description: | Quincey Koziol | 2007-04-18 | 1 | -1/+1 |
| | | | | Update the version string to "1.8.0-beta1post0" | ||||
* | [svn-r13683] Description:hdf5-1_8_0-beta1 | Quincey Koziol | 2007-04-18 | 1 | -1/+1 |
| | | | | | Change the release string for the beta1 release, so the tag in subversion is correct. | ||||
* | [svn-r13681] Description: | Quincey Koziol | 2007-04-18 | 1 | -1/+3 |
| | | | | Note that the "Platforms tested" section is slightly out of date. | ||||
* | [svn-r13680] Updated with known problems concerning DOE machines. | Albert Cheng | 2007-04-18 | 1 | -0/+7 |
| | |||||
* | [svn-r13679] Description: | Frank Baker | 2007-04-18 | 1 | -19/+38 |
| | | | | | | | | | | | | | | | Updated for 1.8.0-beta1. Updated URLs from hdf.ncsa.uiuc.edu to www.hdfgroup.org or www.hdfgroup.uiuc.edu, as appropriate and corrected otherwise-out-of-date URLs. Updated HDF Help Desk address to 'help@hdfgroup.org'. Added notes regarding beta documentation. And here were a few minor edits. Tested: Visual inspection. -This line, and those below, will be ignored-- M RELEASE.txt | ||||
* | [svn-r13677] Fixed a typo in C++ compiler version number | Elena Pourmal | 2007-04-18 | 1 | -1/+1 |
| | |||||
* | [svn-r13676] Updated the "Platforms tested" section for the 1.8.0-beta1 release | Elena Pourmal | 2007-04-18 | 1 | -67/+41 |
| | |||||
* | [svn-r13675] Updated Windows documentation concerning thread-safe builds, as ↵ | Scott Wegner | 2007-04-17 | 1 | -2/+2 |
| | | | | | | | well as a typo in the zlib instruction. Tested: VS 6.0 on WinXP | ||||
* | [svn-r13674] Added Windows "short" documentation for building with Visual ↵ | Scott Wegner | 2007-04-17 | 1 | -4/+27 |
| | | | | | | Studio 2005. No testing needed. | ||||
* | [svn-r13673] Updating release documentation to state current known issues ↵ | Mike McGreevy | 2007-04-17 | 1 | -0/+7 |
| | | | | with szip. | ||||
* | [svn-r13671] Updated Windows documentation to use new files for external ↵ | Scott Wegner | 2007-04-16 | 3 | -22/+22 |
| | | | | | | libraries. No testing needed. | ||||
* | [svn-r13666] Added Windows documentation for 7zip | Scott Wegner | 2007-04-15 | 2 | -4/+9 |
| | | | | No testing needed. | ||||
* | [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 ↵ | Scott Wegner | 2007-04-14 | 2 | -1448/+1438 |
| | | | | | | Compiler support, as well as our depreciation of previous versions of the Intel Compiler. No testing needed. | ||||
* | [svn-r13657] | Pedro Vicente Nunes | 2007-04-13 | 1 | -1/+4 |
| | | | | add note for gif tools | ||||
* | [svn-r13654] | Peter Cao | 2007-04-13 | 1 | -0/+5 |
| | |||||
* | [svn-r13636] Description: | Quincey Koziol | 2007-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Change H5[D|G|T]<foo>_expand() "temporary" API routines to H5[D|G|T]<foo>2() "versioned" routines. Also added H5[D|G|T](create|commit)_anon() routines to continue to allow "anonymous" objects to be created in a file. Tested on: Mac OS X/32 10.4.9 (amazon) FreeBSD/32 6.2 (duty) FreeBSD/64 6.2 (liberty) Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2) | ||||
* | [svn-r13596] Update document and comments. No test needed. | Raymond Lu | 2007-04-05 | 1 | -0/+4 |
| | |||||
* | [svn-r13510] added new features and bugs description | Pedro Vicente Nunes | 2007-03-13 | 1 | -1/+10 |
| | |||||
* | [svn-r13476] Snapshot version 1.8 release 0 (alpha6snap2) | HDF Tester | 2007-03-08 | 1 | -1/+1 |
| | |||||
* | [svn-r13456] more new features | Pedro Vicente Nunes | 2007-03-05 | 1 | -0/+2 |
| | |||||
* | [svn-r13454] | Pedro Vicente Nunes | 2007-03-05 | 1 | -2/+3 |
| | | | | mention more bug fixes | ||||
* | [svn-r13453] | Pedro Vicente Nunes | 2007-03-05 | 1 | -0/+3 |
| | | | | mention the inclusion of H5Ocopy in h5repack | ||||
* | [svn-r13441] | Pedro Vicente Nunes | 2007-03-01 | 1 | -6/+7 |
| | | | | make 1.7 h5repack more similar to 1.6 h5repack | ||||
* | [svn-r13397] Various updates to bring Windows documentation up to date. | Scott Wegner | 2007-02-26 | 11 | -4337/+7718 |
| | |||||
* | [svn-r13394] new feature for h5diff | Pedro Vicente Nunes | 2007-02-26 | 1 | -0/+2 |
| | |||||
* | [svn-r13369] Description: | Quincey Koziol | 2007-02-21 | 1 | -0/+2 |
| | | | | | Update release notes with note about removed restriction on attribute size. | ||||
* | [svn-r13357] | Pedro Vicente Nunes | 2007-02-20 | 1 | -1/+7 |
| | | | | added description of new h5diff features done a while ago | ||||
* | [svn-r13343] added h5dump new feature | Pedro Vicente Nunes | 2007-02-20 | 1 | -0/+2 |
| | |||||
* | [svn-r13335] new feature for h5diff | Pedro Vicente Nunes | 2007-02-19 | 1 | -0/+2 |
| | |||||
* | [svn-r13333] file editing regarding cronologically order of fixed bugs | Pedro Vicente Nunes | 2007-02-19 | 1 | -2/+2 |
| | |||||
* | [svn-r13332] | Pedro Vicente Nunes | 2007-02-19 | 1 | -1/+4 |
| | | | | added a tool bug fix | ||||
* | [svn-r13326] added the change of default fortran compiler to be g95. | Albert Cheng | 2007-02-18 | 1 | -0/+2 |
| | |||||
* | [svn-r13314] Updated copyright notice. | Albert Cheng | 2007-02-14 | 5 | -10/+15 |
| | |||||
* | [svn-r13300] Description: | Quincey Koziol | 2007-02-14 | 1 | -0/+2 |
| | | | | | | | | | Add mention of the h5copy & h5mkgrp tools to the release notes. Update documentation for the "--private" flag in release script Tested on: None - just text/comment changes | ||||
* | [svn-r13276] Snapshot version 1.8 release 0 (alpha6snap1) | HDF Tester | 2007-02-11 | 1 | -1/+1 |
| | |||||
* | [svn-r13274] Description: | Quincey Koziol | 2007-02-09 | 1 | -0/+4 |
| | | | | | | | | | Relax restriction on the "location ID" for attribute operations to allow file IDs to be used as the location ID. If a file ID is used, the attribute operations will occur on the file's root group. Tested on: FreeBSD/32 6.2 (duty) | ||||
* | [svn-r13216] Snapshot version 1.8 release 0 (alpha6snap0) | HDF Tester | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | [svn-r13214] Update for the CORE driver feature. | Raymond Lu | 2007-01-29 | 1 | -0/+3 |
| | |||||
* | [svn-r13213] For Both README.txt and RELEASE.txt, | Albert Cheng | 2007-01-29 | 1 | -0/+12 |
| | | | | | | | | | | | Added the WARNING messages of unstable temporary formats. For README.txt, In addition, also updated website name to hdfgroup.org, updated email addresses new names and new subscription instructions. Platforms tested: Eyeballed since these are just information files. | ||||
* | [svn-r13208] Changed the minor release string to alpha6snap0 for pre-alpha6 ↵ | Albert Cheng | 2007-01-27 | 1 | -1/+1 |
| | | | | snapshot releases. | ||||
* | [svn-r13195] Snapshot version 1.8 release 0 (alpha5snap0) | HDF Tester | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | [svn-r13184] Changed release version to alpha5snap0 to restart snapshot release. | Albert Cheng | 2007-01-23 | 1 | -1/+1 |
| | | | | | Platforms tested: Eyeballed the svn diff output. Looked good. |