summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8112] Snapshot version 1.7 release 17HDF Admin2004-01-261-1/+1
|
* [svn-r8079] Purpose:Quincey Koziol2004-01-191-0/+3
| | | | | | | | | | | | Add tests & docs Description: Added tests for the recent B-tree bug fixes & document their fix in the release notes. Platforms tested: FreeBSD 4.9 (sleipnir) Too minor to require h5committest
* [svn-r8077] Snapshot version 1.7 release 16HDF Admin2004-01-181-1/+1
|
* [svn-r8057] Purpose:Quincey Koziol2004-01-131-2/+2
| | | | | | | | | | | Bug fix Description: Plug another small memory leak for fill-values. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r8053] Purpose:Quincey Koziol2004-01-131-0/+3
| | | | | | | | | | | | | | | | | | | | Bug fix Description: Correct two problems with variable-length datatypes in datasets: - When overwriting an entire dataset, writing the fill value to the file would be skipped, causing problems for VL datatypes when objects in the file had been unlinked (and thus the space in the file was not all zeros) - When an application has set a fill-value for a dataset and the dataset's datatype contained a VL datatype, the library was filling space on disk with the memory form of the VL information, instead of the disk form. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8051] Snapshot version 1.7 release 15HDF Admin2004-01-111-1/+1
|
* [svn-r8045] Updated.Albert Cheng2004-01-081-1/+4
|
* [svn-r8038] Purpose:Quincey Koziol2004-01-081-4/+6
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When two property lists are compared, the H5Pequal routine was just comparing the raw information for the property values. This causes problems when the raw information contains pointers to other information. Solution: Allow a 'compare' callback to be registered for properties, so that a user application get perform the comparison itself, allowing for "deep" compares of the property value. This was exported to the H5Pregister & H5Pinsert routines in the development branch, but not the release branch. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8033] Elena Pourmal2004-01-061-1/+5
| | | | | | | | | | | | | | Purpose: Maintenance Description: Fortran APIs MAC OS X port for IBM XL Fortran compiler Solution: Brought back changes from 1.6 branch Platforms tested: pommier, h5comittested; this time h5committest complained about copperpp directory and didn't run; tests on verbena and sol passed. Misc. update:
* [svn-r8026] Purpose:Quincey Koziol2004-01-061-0/+2
| | | | | | | | | | | | | | | Bug fix Description: Fix small memory leak of fill-value information inside the library. Solution: "reset" the fill-value object header message, so that the internal buffer gets freed. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r8015] Snapshot version 1.7 release 14HDF Admin2004-01-041-1/+1
|
* [svn-r8007] Purpose:Quincey Koziol2003-12-311-0/+3
| | | | | | | | | | | | | | Bug fix Description: Range check the szip 'pixels per block' against the chunk size of the dataset when attempting to create a new dataset, since the szip library requires the PPB to be at least the size of the fastest changing dimension in the chunk. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest
* [svn-r8000] Purpose:Quincey Koziol2003-12-311-0/+4
| | | | | | | | | | | | | Bug fix Description: Fixed bug in hyperslab iteration where certain combinations of flattened and non-flattened dimensions would cause incorrect locations to be iterated over. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7993] Purpose:Quincey Koziol2003-12-291-0/+3
| | | | | | | | | | | | Code cleanup, bug fixes Description: Wrap up rest of changes necessary for fixing the "short" MPI-I/O read problem that Robb reported. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7990] Purpose:Quincey Koziol2003-12-291-0/+2
| | | | Update release notes for recent VL-datatype bug fix.
* [svn-r7982] Snapshot version 1.7 release 13HDF Admin2003-12-281-1/+1
|
* [svn-r7974] Snapshot version 1.7 release 12HDF Admin2003-12-211-1/+1
|
* [svn-r7955] Snapshot version 1.7 release 11HDF Admin2003-12-141-1/+1
|
* [svn-r7950] Purpose:Quincey Koziol2003-12-131-1/+3
| | | | | | | | | | | | | | | | Bug fix Description: Attributes which were created with scalar dataspaces were reporting their dataspace as a simple dataspace when queried later. Solution: Fix the dataspace handling code when reading in the attribute message from the file to set the extent type correctly. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7948] Purpose:Quincey Koziol2003-12-131-3/+3
| | | | Update with correct location on FTP server.
* [svn-r7943] Purpose:Quincey Koziol2003-12-131-0/+3
| | | | | | | | | | | | | | | Bug fix. Description: Using a selection offset with hyperslab selections in chunked datasets was getting into an infinite loop and hanging the application. Solution: Apply the selection offset to the hyperslab selection properly. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o parallel h5committest
* [svn-r7915] Purpose:Quincey Koziol2003-12-061-0/+3
| | | | | | | | | | | | Bug fix Description: Make a copy of the index value for H5Giterate and use that instead of dereferencing the index pointer. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to need h5committest
* [svn-r7900] Updated.Albert Cheng2003-11-271-0/+5
|
* [svn-r7888] Purpose:MuQun Yang2003-11-261-79/+23
| | | | | | | | | | | | Fix some typos and clean up the doc. Description: Solution: Platforms tested: Misc. update:
* [svn-r7877] Purpose:Quincey Koziol2003-11-241-0/+3
| | | | Update release notes with recent bug fix.
* [svn-r7870] Purpose: new featureRaymond Lu2003-11-211-0/+2
| | | | Misc. update: data type conversion between integers and floats.
* [svn-r7865] Purpose:Quincey Koziol2003-11-201-0/+1
| | | | Mention metadata benchmark in release notes.
* [svn-r7862] Purpose:Quincey Koziol2003-11-201-0/+3
| | | | Update release notes with metadata change information
* [svn-r7842] Purpose:Quincey Koziol2003-11-131-0/+2
| | | | | | | | | | | | | | | | | | | Bug fix Description: Variable length strings and sequences with NULL pointers were not handled by library, causing problems access the data. This also affected fill values for variable-length datatypes. Solution: Address the issues in the library by detecting NULL sequences/strings and avoid trying to convert them. Patched up dumper to display NULL sequences/strings. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7831] Snapshot version 1.7 release 10HDF Admin2003-11-091-1/+1
|
* [svn-r7824] Purpose:Quincey Koziol2003-11-071-0/+2
| | | | | | | | | | | | | | | Code optimization Description: Improved integer & floating-point datatype conversions by removing some corner cases. Got rid of algorithm which walked the buffer of elements to convert backwards, switching to algorithm which computes the non-overlapping space in the buffer and repeatedly converts it in the forward direction. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest Cray SV1 & T3E (T90 is not accessible)
* [svn-r7816] Purpose:Bill Wendling2003-11-041-6/+9
| | | | | | | | | | | | | | | | | | Improvement Description: If the library is built in parallel mode, then name the "h5cc" and "h5fc" programs "h5pcc" and "h5pfc" resp. This saves the user from worrying about mixing serial and parallel builds of the library and having to specify the pathnames and so-forth. Platforms tested: Linux (w/ parallel & Fortran) Modi4 (w/ parallel & Fortran) Sol (Serial & Fortran & C++) Misc. update: Updated release/docs/RELEASE
* [svn-r7811] Updated with bug fix commmitted.Albert Cheng2003-11-031-1/+3
|
* [svn-r7807] Snapshot version 1.7 release 9HDF Admin2003-11-021-1/+1
|
* [svn-r7789] Purpose:Quincey Koziol2003-10-291-0/+4
| | | | | | | | | | | | | | | Bug fix & code cleanups Description: Change our use of MPI derived datatypes to not create datatypes with "0-sized" lengths, which causes the LANL Q machine to hang. Also, get rid of "prefer MPI derived datatypes" environment variable since it has no advantage. Platforms tested: FreeBSD 4.9 (sleipnir) w & w/o parallel h5committest
* [svn-r7783] Purpose: New featureRaymond Lu2003-10-291-0/+2
| | | | | | | | | | Description: new function H5Iget_file_id. It returns file ID given an obeject (group, dataset, or attribute) ID. Platforms tested: h5committest Misc. update: RELEASE.txt
* [svn-r7739] Snapshot version 1.7 release 8HDF Admin2003-10-261-1/+1
|
* [svn-r7734] Purpose:Quincey Koziol2003-10-251-1/+5
| | | | | | | | | | | | | | | | | Bug fix Description: Single hyperslab selections (which were set with only one call to H5Sselect_hyperslab) that had dimensions that could be "flattened" but were interspersed with dimensions that could not be flattened were not correctly handled, causing core dumps. Solution: Re-work "flattening" code to handle this case properly. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel h5committest
* [svn-r7677] Purpose:Pedro Vicente Nunes2003-10-201-6/+26
| | | | | | | | | | | | | | | | | | | | | | bug fix, update documentation Description: version 8 of Code Warrior has a bug on the open file function that causes one of our tests to fail documented this in the install instructions removed a CW specific header file include , that was left from version 6 from the file testhdf5.c Platforms tested: Code Warrior linux Misc. update:
* [svn-r7673] Purpose:Quincey Koziol2003-10-201-0/+3
| | | | Note recent type conversion speedup
* [svn-r7668] Snapshot version 1.7 release 7HDF Admin2003-10-191-1/+1
|
* [svn-r7647] Purpose:Albert Cheng2003-10-151-23/+34
| | | | Updated.
* [svn-r7622] Elena Pourmal2003-10-131-1/+2
| | | | | | | | | | | Purpose: Big fix Description: Documented h5pset(get)_cache_f subroutines' parameter change Platforms tested: kelgia, arabica 64-bit, solatis 2.7 64-bit Misc. update:
* [svn-r7605] Snapshot version 1.7 release 6HDF Admin2003-10-121-1/+1
|
* [svn-r7601] Elena Pourmal2003-10-101-0/+2
| | | | | | | | | | | | | | Purpose: Bug fix Description: Parameter rdcc_nelmts of the h5pget_cache_f subroutine had wrong INTEGER(SIZE_T) instead of INTEGER type. Solution: Fixed the type Platforms tested: arabica in 64-bit mode (where INTEGER(SIZE_T) is not the same as INTEGER) Misc. update:
* [svn-r7594] Purpose:Quincey Koziol2003-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | Bug fix Description: The 'char *' type is one of the "strongly" aligned types on Crays, but a 'void *' is "weakly" aligned. So, assigning a 'void *' (pointing to a location to place a 'char *') to a 'char **' can change the pointer value during the assignment. Solution: Don't alias the 'void *' where the variable-length information ('char *' or 'hvl_t') will go. Use a temporary variable on the stack to build up the information about the VL string or sequence and then memcpy() the temporary variable directly to the location pointed to with the 'void *' Platforms tested: FreeBSD 4.9 (sleipnir) Cray SV1 (wind) specific to Cray problems, h5committest not necessary.
* [svn-r7587] Purpose:Quincey Koziol2003-10-091-2/+2
| | | | Updated information about FreeBSD versions
* [svn-r7572] Purpose:Quincey Koziol2003-10-081-1/+5
| | | | | | | | | | | | | | | | | Bug fix Description: When too many messages were inserted into an object header, the library had an internal pointer to the "new message" that was pointing to the incorrect location when the array of messages was re-allocated. In the worst case, this could cause a file to be corrupted. Solution: Update the internal pointer when the array is re-allocated. Platforms tested: FreeBSD 4.9 (sleipnir) Too small to require h5committest
* [svn-r7561] Purpose:Quincey Koziol2003-10-071-0/+2
| | | | | | | | | | | | Feature add Description: Add a few new fields to the H5G_stat_t structure, to allow more information about the object header to be retrieved. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7559] Purpose:Quincey Koziol2003-10-071-1/+3
| | | | | | | | | | | | | | Add feature Description: Add H5Fget_freespace() routine, to check the amount of free space in a file. This information is only valid until the file is closed currently, however (until we start recording the free space information in the file itself). Platforms tested: FreeBSD 4.9 (sleipnir) h5committest