summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r12240] Frank Baker2006-04-141-70/+102
| | | | | | | Purpose: Added 1.8.0-alpha1 "Supported Configuration Features Summary." Platforms tested: Viewed in vi; not tested.
* [svn-r12226] Purpose:Fang Guo2006-04-112-7/+17
| | | | | | | | | | | Maintenance on Windows Description: Add in information about hdf5_hl_fortran using intel fortran compiler. Solution: Platforms tested: Misc. update:
* [svn-r12225] Purpose:Fang Guo2006-04-111-2/+8
| | | | | | | | | | | | | | | Maintenance on Windows Description: hdf5_hl_fortran is a mixed language project. when building this project , the compiler will ask to choose one language as a main project. Missed this information in previous document. Need to ch Solution: Platforms tested: Misc. update:
* [svn-r12204] Purpose:MuQun Yang2006-04-062-27/+3
| | | | | | | | | | | | | Correcting typos and updating Description: Several section numbers are messed up inside INSTALL_Windows.txt. Remove the section of using DEBUG information inside HDF5 since it is difficult to verify whether this part of code is indeed used. Most people use windows' own debugger while debugging. Solution: Platforms tested: Misc. update:
* [svn-r12147] Purpose:Fang Guo2006-03-231-8/+9
| | | | | | | | | | | Maintenance on Windows Description: Add in more bookmarks for website use Solution: Platforms tested: Misc. update:
* [svn-r12145] Purpose:James Laird2006-03-231-13/+22
| | | | | | | | | | | | doc update Description: Mentioned bin/deploy tool in INSTALL docs. Also cleaned up some inconsistent tabs. Platforms tested: doc change only
* [svn-r12103] Purpose:Fang Guo2006-03-162-21/+24
| | | | | | | | | | | Maintenance on Windows Description: Update contents on HL C Examples Solution: Platforms tested: Misc. update:
* [svn-r12098] Purpose:Fang Guo2006-03-162-758/+1270
| | | | | | | | | | | Maintenance on Windows Description: Document update to reflect recent changes Solution: Platforms tested: Misc. update:
* [svn-r12083] Snapshot version 1.7 release 58HDF Admin2006-03-131-1/+1
|
* [svn-r12043] Purpose:MuQun Yang2006-03-091-0/+4
| | | | | | | | | | | | Add some descriptions about MPICH collective IO bug. Description: Solution: Platforms tested: Misc. update:
* [svn-r11987] Purpose:Fang Guo2006-02-282-83/+1
| | | | | | | | | | | Modify documentation according the new improved batch files Description: Solution: Platforms tested: Misc. update:
* [svn-r11943] Purpose:MuQun Yang2006-02-161-0/+32
| | | | | | | | | | | | Added descriptions for the current collective chunk IO supports. Description: Solution: Platforms tested: Misc. update:
* [svn-r11884] Snapshot version 1.7 release 57HDF Admin2006-01-221-1/+1
|
* [svn-r11880] Snapshot version 1.7 release 56HDF Admin2006-01-151-1/+1
|
* [svn-r11851] Purpose:James Laird2006-01-021-0/+2
| | | | | | | | Updated documentation. Description: Updated libtool library version and release notes for attribute character encoding change.
* [svn-r11848] Snapshot version 1.7 release 55HDF Admin2006-01-011-1/+1
|
* [svn-r11838] Purpose:Quincey Koziol2005-12-261-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Retrieving an object's name could fail (in various ways) under certain circumstances (mostly having to do with mounted files). Solution: Re-write & simplify "get object name" code to fix error in a better way than adding yet another hack to the previous pile of hacks... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committest
* [svn-r11836] Snapshot version 1.7 release 54HDF Admin2005-12-251-1/+1
|
* [svn-r11802] Purpose:Fang Guo2005-12-201-13/+84
| | | | | | | | | | | Maintenance on Windows Description: Add in instruction for building hl fortran examples Solution: Platforms tested: Misc. update:
* [svn-r11795] Snapshot version 1.7 release 54HDF Admin2005-12-141-1/+1
|
* [svn-r11761] Purpose:Albert Cheng2005-12-051-1/+1
| | | | | | | | | | | | | Unstable format version marker. Description: This marks the Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. Earlier versions (1.7.52 or earlier) have the original format. This version and later have the unstable format until further notice. Platforms tested: h5committested.
* [svn-r11748] Purpose:Fang Guo2005-11-291-2/+2
| | | | | | | | | | | Maintenance on Windows Description: Fix some typoes Solution: Platforms tested: Misc. update:
* [svn-r11712] Purpose:Quincey Koziol2005-11-151-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature Description: Check in baseline for compact group revisions, which radically revises the source code for managing groups and object headers. WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! This initiates the "unstable" phase of the 1.7.x branch, leading up to the 1.8.0 release. Please test this code, but do _NOT_ keep files created with it - the format will change again before the release and you will not be able to read your old files!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! WARNING!!!! Solution: There's too many changes to really describe them all, but some of them include: - Stop abusing the H5G_entry_t structure and split it into two separate structures for non-symbol table node use within the library: H5O_loc_t for object locations in a file and H5G_name_t to store the path to an opened object. H5G_entry_t is now only used for storing symbol table entries on disk. - Retire H5G_namei() in favor of a more general mechanism for traversing group paths and issuing callbacks on objects located. This gets us out of the business of hacking H5G_namei() for new features, generally. - Revised H5O* routines to take a H5O_loc_t instead of H5G_entry_t - Lots more... Platforms tested: h5committested and maybe another dozen configurations.... :-)
* [svn-r11709] Purpose:Fang Guo2005-11-111-3/+3
| | | | | | | | | | | Maintenance on Windows Description: Fix typos Solution: Platforms tested: Misc. update:
* [svn-r11686] Purpose:Quincey Koziol2005-11-071-0/+3
| | | | | | | | | | | | | | | | | | | New feature Description: Add in baseline "object copy" code from Peter [in the form of a new API routine: H5Gcopy()]. There's still some work to do (like handling variable- length datatypes and possibly support for references) and it hasn't been tested on mounted files yet, but the core functionality is there and working correctly. I've also got a set of patches to update the 1.6 branch with tweaks to keep the branches mostly in sync, but Elena will kill me if I import them before the 1.6.5 release is out... :-) Platforms tested: FreeBSD 4.11 (sleipnir) h5committested
* [svn-r11681] Purpose:James Laird2005-11-041-2/+4
| | | | | | | | | | Updated RELEASE.txt Description: Mentioned that h5c++ and h5fc now support linking against shared libraries. Platforms tested: documentation change only
* [svn-r11619] Purpose:Quincey Koziol2005-10-295-5/+89
| | | | | | | | | | | Update copyrights. Description: Solution: This should address almost all of the "simple" cases in the repository. There's still work to do, but it's going to require actually thinking about the files in question instead of just copying & pasting.
* [svn-r11602] Purpose:James Laird2005-10-241-0/+3
| | | | | | | | | | | | Bug fix Description: Removed detection of pdb from configure.in as a corollary to removal of pdb2hdf5 tool. Platforms tested: mir, modi4
* [svn-r11591] Purpose:Albert Cheng2005-10-211-79/+0
| | | | Removed because these were committed by mistakes.
* [svn-r11584] Purpose:Pedro Vicente Nunes2005-10-191-0/+79
| | | | | | | | | | | | | | | | | | | | | | | | bug fix Description: an assertion after the search for objects was saying that the number of objects in file should be > 0 removed it, since there can be a case where the number of objects is 0. in this case this was found by a case where zlib was not present and the output file was not written any objects to note: this was only detected on the windows batch files, that do not have a conditional condition to not run tests when a filter is not present Solution: Platforms tested: linux Misc. update:
* [svn-r11574] Purpose:James Laird2005-10-172-2/+4
| | | | Updated release notes for TR fix.
* [svn-r11507] Purpose:James Laird2005-10-062-1/+2
| | | | | | | Mentioned support for Cray X1 in 1.7 release notes. Solution: Cray X1 has been working for a while, just never wrote it down before now.
* [svn-r11504] UPdated with the adding of mpich2 informal support.Albert Cheng2005-10-061-0/+1
|
* [svn-r11490] Purpose:Quincey Koziol2005-10-031-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Fix "double root open" bug and apply same fix to datasets & named datatypes. Also fix bug in symbol table entry lookup code that would "transfer" an object from one file handle to another file handle when the two file handles were opened on the same actual file. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11489] Snapshot version 1.7 release 51HDF Admin2005-10-021-1/+1
|
* [svn-r11477] Purpose:Albert Cheng2005-09-291-0/+2
| | | | | | | | | | feature. Description: added the recognition of -lmpich as a form of MPI library. Platforms tested: Tested in heping. Real test will be in MCR.
* [svn-r11444] Purpose:James Laird2005-09-202-2/+4
| | | | | | | | | | | | Updated release notes Description: Mentioned that shared C++ and Fortran libraries are supported in INSTALL and RELEASE.txt. Platforms tested: documentation change only
* [svn-r11435] Purpose:Albert Cheng2005-09-191-0/+2
| | | | updated with the build_h5perf_alone.sh addition.
* [svn-r11389] Purpose:MuQun Yang2005-09-121-7/+2
| | | | | | | | | | | Modify the comments for collective chunk IO support Description: Solution: Platforms tested: Misc. update:
* [svn-r11374] Purpose: Maintenance/improvementElena Pourmal2005-09-081-0/+5
| | | | | | | | | | | Description: Added support for "big" REAL and DOUBLE PRECISION types. Solution: Platforms tested: heping with g95 (-r8, -d8) mir with ifc (-r16, -r8) Misc. update:
* [svn-r11363] Purpose:James Laird2005-09-071-1/+8
| | | | | | | | | | Updated release notes Description: Added md5 checksumming and configure flag checking to release notes. Platforms tested: Change only to release notes
* [svn-r11356] Purpose: Update document.Raymond Lu2005-09-061-0/+3
| | | | Misc. update: Information about H5Tis_hard().
* [svn-r11322] MuQun Yang2005-08-311-0/+5
| | | | | | | | | | | | | | | Purpose: Add the known problem for IRIX6.5 C version >7.4. Description: Somehow SGI's MPI implementation doesn't free MPI_TYPE_entries, So for large application to use MPI derived datatype, environment variable MPI_TYPE_MAX needs to be reset. Solution: Platforms tested: Misc. update:
* [svn-r11313] Purpose:Albert Cheng2005-08-301-0/+6
| | | | updated.
* [svn-r11297] Purpose:Quincey Koziol2005-08-251-0/+2
| | | | | | | | | | | | Code cleanup & speedup Description: Refactor h5dump & related code to be considerably cleaner & faster for files with large #'s of objects. Platforms tested: FreeBS 4.11 (sleipnir) Linux 2.4
* [svn-r11293] Purpose:Albert Cheng2005-08-231-0/+3
| | | | updated with the change of t_mpi.
* [svn-r11290] Purpose:Fang Guo2005-08-231-9/+197
| | | | | | | | | | | | Maintenance on Windows Description: Add how to build hdf5 with thread-safe feature on windows into the document Solution: Platforms tested: Misc. update:
* [svn-r11277] Purpose:Quincey Koziol2005-08-201-1/+1
| | | | | | | | | | | | | | | Bug fix Description: Fix core dump when checking whether to invalidate the name of an object when unlinking an object in a group opened through an object reference. Solution: Check if names of various objects are valid before comparing them, etc. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11272] Purpose:Fang Guo2005-08-191-0/+239
| | | | | | | | | | | Improvement Description: Documentation for installing HDF5 on Cywin Solution: Platforms tested: Misc. update:
* [svn-r11266] Purpose:MuQun Yang2005-08-191-1/+9
| | | | | | | | | | | | | Add more comments for collective chunk IO supports. Description: On some platforms that use mpich library internally, we have no way to check mpich version number. We have to manually turn off the collective IO supports. One example is Altix(cobalt). Just put a comment there so that we won't forget about this. Solution: Platforms tested: Misc. update: