summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9874] Purpose: Update for C++ libraryBinh-Minh Ribler2005-01-271-3/+5
| | | | | | Description: Added a note about the temporary workaround of using flag --instantiate=local for pgCC.
* [svn-r9857] Purpose: MaintenanceElena Pourmal2005-01-221-0/+1
| | | | | | | | | | | | | | Description: Removed PABLO from the source Solution: Platforms tested: arabica with 64-bit, copper with parallel, heping with GNU C and C++ and PGI fortran (but I disabled hl, there is some weird problem only on heping: F9XMODFLAG is not propagated to the Makefile files Misc. update:
* [svn-r9755] Purpose: New featureRaymond Lu2005-01-061-0/+2
| | | | | | | | | | | | | Description: Start to support software conversion between long double and all integers. Solution: No major changes to the algorithm. Changes to configure is to exclude SGI for long double to integers test because there're too many problems in their compiler. Platforms tested: h5committest, modi4, fuss, Teragrid, arabica Misc. update: RELEASE.txt
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-17/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9722] Purpose: Small bug fix (#203 in Bugzilla)Elena Pourmal2004-12-281-1/+3
| | | | | | | | | | | Description: INSTALL file in 1.7 branch had old information about the minimum set of header files that should be installed Solution: Fixed Platforms tested: N/A Misc. update:
* [svn-r9685] Purpose:Xuan Bai2004-12-171-9/+74
| | | | | | | | | | | | | | Update. Description: Update HDF5 Windows installation documentation to include recently added HDF5 high level library and tests information. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9673] Purpose:Albert Cheng2004-12-151-1/+4
| | | | Updated with Data transform entries.
* [svn-r9655] Snapshot version 1.7 release 44HDF Admin2004-12-121-1/+1
|
* [svn-r9642] Purpose:Albert Cheng2004-12-081-0/+11
| | | | | Updated known problems with the AIX poe verbose messages and socket in use error.
* [svn-r9621] Purpose:Albert Cheng2004-12-061-0/+3
| | | | updated with Intel v8 changes.
* [svn-r9617] Snapshot version 1.7 release 43HDF Admin2004-12-051-1/+1
|
* [svn-r9547] Updated.Albert Cheng2004-11-181-0/+2
|
* [svn-r9534] Purpose:Quincey Koziol2004-11-171-2/+2
| | | | Update some missing dates for prior work.
* [svn-r9527] Snapshot version 1.7 release 42HDF Admin2004-11-141-1/+1
|
* [svn-r9513] Snapshot version 1.7 release 41HDF Admin2004-11-071-1/+1
|
* [svn-r9510] Purpose:Xuan Bai2004-11-051-6/+6
| | | | | | | | | | | | | | Update. Description: Correct some errors in the documentation. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9508] Purpose:Xuan Bai2004-11-051-4/+4
| | | | | | | | | | | | | | Bug Fix. Description: Correct some typos in the installation documentation. Solution: Platforms tested: Not necessary. Misc. update:
* [svn-r9505] Purpose:MuQun Yang2004-11-031-116/+0
| | | | | | | | | | | | remove old installation file on windows. Description: Solution: Platforms tested: Misc. update:
* [svn-r9504] Purpose:MuQun Yang2004-11-031-65/+0
| | | | | | | | | | | | remove old installation file for C++ interface. Description: Solution: Platforms tested: Misc. update:
* [svn-r9503] Purpose:MuQun Yang2004-11-033-409/+1366
| | | | | | | | | | | | Update windows installation document on 1.7 branch. Description: Solution: Platforms tested: Misc. update:
* [svn-r9497] Purpose:Robert E. McGrath2004-11-021-0/+4
| | | | | | | | | | | | updating RELEASE.txt Description: Solution: Platforms tested: Misc. update:
* [svn-r9455] Snapshot version 1.7 release 40HDF Admin2004-10-241-1/+1
|
* [svn-r9452] Updated.Albert Cheng2004-10-221-0/+2
|
* [svn-r9447] Purpose:Quincey Koziol2004-10-221-0/+2
| | | | | | | | | | | | Bug fix Description: Correct values used in "space utilization" equation: the 'used' and 'total' values were backwards. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9433] Purpose:Quincey Koziol2004-10-191-0/+2
| | | | | | | | | | | | | | | | Bug fix Description: Fix core dump when flushing a file with a newly created attribute which hasn't had a value written to it still open. Solution: Write the attribute fill value when appropriate. Platforms tested: FreeBSd 4.10 (sleipnir) Linux 2.4 (verbena) Solaris 2.7 (arabica)
* [svn-r9366] Raymond Lu2004-10-051-2/+2
| | | | | | | | | Purpose: feature change Description: Prevent creating datatype of size 0. Platforms tested: fuss(simple change)
* [svn-r9364] Raymond Lu2004-10-051-0/+4
| | | | | | | | | | | | Purpose: change feature Description: Back up support bitfield and time datatypes in H5Tget_native_type.Leave it to future support. Let it return "not supported" error message for now. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9358] Purpose:Quincey Koziol2004-10-041-11/+13
| | | | | | | | | | | | | | | Bug fix Description: Relax restrictions on parallel I/O to allow compressed, chunked datasets to be read in parallel (collective access will be degraded to independent access, but will retrieve the information still). Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) IRIX64 6.5 (modi4) h5committest
* [svn-r9357] Snapshot version 1.7 release 39HDF Admin2004-10-031-1/+1
|
* [svn-r9349] Purpose: New feature enhancementRaymond Lu2004-10-011-0/+4
| | | | | | | | | | | | Description: enable size adjustment for compound datatype. The size can be increased and decreased(as long as the last member isn't cut). Solution: mainly check if the last member is being cut when decreasing the size. Others are simply taking out assertion to enable this feature. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9327] Purpose:Quincey Koziol2004-09-281-0/+2
| | | | | | | | | | | | | Bug fix. Description: Fix off-by-one error in Core VFL driver which would cause spurious address or size overflow errors when an odd valued address or size was checked. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (heping) Solaris 2.7 (arabica)
* [svn-r9321] Snapshot version 1.7 release 38HDF Admin2004-09-261-1/+1
|
* [svn-r9264] Purpose:Quincey Koziol2004-09-151-0/+3
| | | | | | | Cleanup Description: Move bug description into reverse chronological order.
* [svn-r9256] Purpose:John Mainzer2004-09-141-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update release_docs/RELEASE.txt to describe options for dealing with installations which insert extra text in output, thereby breaking tests which function by comparing output with an exemplar. Description: See above. Solution: Add discussion of this possible problem, and listed two possible solutions: 1) "setenv HDF5_Make_Ignore yes" and then score "failed" tests by hand. 2) Use the RUNSERIAL environment variable to use a filter script to filter out the extra text. Platforms tested: No testing needed. Misc. update:
* [svn-r9250] Purpose:Quincey Koziol2004-09-141-3/+5
| | | | | | | | | | | | | | | | | | | | Bug fix Description: Correct typedef for dataset region references to avoid struct alignment issues on Crays. Solution: Change the typedef for hdset_reg_ref_t from a struct to an array of unsigned char's of the correct size and propagate the appropriate adjustments around the code. Platforms tested: FreeBSD 4.10 (sleipnir) Linux 2.4 (verbena) w/fortran Cray T90 (subzero) w/fortran Cray SV1 (wind) w/fortran & parallel Cray T3E (cyclone) w/fortran & parallel
* [svn-r9243] Snapshot version 1.7 release 37HDF Admin2004-09-121-1/+1
|
* [svn-r9215] Purpose:Pedro Vicente Nunes2004-09-071-0/+4
| | | | | | | | | | | | added a nore about the get_native_integer Description: Solution: Platforms tested: Misc. update:
* [svn-r9209] Snapshot version 1.7 release 36HDF Admin2004-09-051-1/+1
|
* [svn-r9183] Purpose: New featureRaymond Lu2004-09-011-0/+6
| | | | | | | | | | | | Description: Restore 6 old error API functions back to the library to be backward compatible with v1.6. They are H5Epush, H5Eprint, H5Ewalk, H5Eclear, H5Eset_auto, H5Eget_auto. These functions do not have error stack as parameter. Solution: Internally, these functions use default error stack. Platforms tested: h5committest and fuss. Misc. update: RELEASE.txt
* [svn-r9155] Purpose:Quincey Koziol2004-08-251-0/+3
| | | | | | | | | | | | | | | Bug fix (sorta) Description: Change reading of "missing" chunks from datasets with undefined fill values to not overwrite the application buffer with random garbage from memory. Note that this is almost the same, since whatever garbage the application had in those locations will still be there... Platforms tested: FreeBSD 4.10 (sleipnir) IRIX64 6.5 (modi4) h5committested
* [svn-r9134] Snapshot version 1.7 release 35HDF Admin2004-08-221-1/+1
|
* [svn-r9124] Purpose: MaintenanceElena Pourmal2004-08-201-0/+3
| | | | | | | | | | | Description: Added PGI Fortran support for Linux64 systems (x86_64) Solution: Platforms tested: AMD Opteron box at AMD Sunnyvale and verbena with PGI and gcc compilers. Misc. update:
* [svn-r9089] Snapshot version 1.7 release 34HDF Admin2004-08-151-1/+1
|
* [svn-r9053] Purpose:Quincey Koziol2004-08-081-0/+4
| | | | | | | | | | | | | | | | | | | Bug fix Description: Correct possible core dump when a datatype conversion function is registered with the library after a compound datatype has been converted (having it's type conversion information cached by the library). The compound datatype must have been created by inserting the fields in non-increasing offset order to see the bug. Solution: Re-sort the fields in the compound datatypes before recalculating the cached information when performing the conversion on them. Platforms tested: FreeBSD 4.10 (sleipnir) h5committested
* [svn-r9052] Snapshot version 1.7 release 33HDF Admin2004-08-081-1/+1
|
* [svn-r9032] Purpose:Albert Cheng2004-08-051-0/+1
| | | | Updated.
* [svn-r9024] Purpose:Quincey Koziol2004-08-051-0/+2
| | | | | | | | | | | | | Bug fix Description: Correct buffer overrun in "multi" VFL driver that was writing past the end of the "driver name" buffer when encoding the driver info block for the file's superblock. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8979] Snapshot version 1.7 release 32HDF Admin2004-08-011-1/+1
|
* [svn-r8971] James Laird2004-07-301-0/+4
| | | | | Purpose: Updated RELEASE.txt for previous bug fixes
* [svn-r8969] Purpose:Quincey Koziol2004-07-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix. Description: Address two problems: - The computation of the scanline in the szip filter was being performed in the "can apply" callback routine instead of the "set local" routine. - The routine which allocated all the chunks for an entire dataset (which is invoked when the allocation time is early or late, rather than incremental) wasn't recording a failed filter in the information for the chunk, causing the library to believe that the chunk had the filter applied when it really hadn't. Solution: - Move the scanline computation to the "set local" callback. - Record the filter mask with each chunk created when allocating them. Platforms tested: FreeBSD 4.10 (sleipnir) w/szip Too obscure to require h5committest