| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
H5Pset_driver had a resource leak which was dropping dataset transfer IDs
when switching drivers.
Solution:
Decrement dataset transfer ID reference count properly
Platforms tested:
IRIX64 6.5 (modi4)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
Header file is using incorrect macro for detecting parallel I/O when
backward compability is turned on.
Solution:
Fix header files to define prototypes for parallel I/O property list
functions when compiled with v1.2 backward compatibility turned on.
Platforms tested:
Eyeballed... (Elena will be testing shortly)
|
|
|
|
|
|
|
|
| |
Additional test
Description:
Added metadata cache abuser code to the 'timings' target in the tests.
Platforms Tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
| |
Include new 'testmeta' source
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
In certain circumstances, raw data was inadvertantly attempted to be read
from the metadata cache. This was caught with an assertion failure (i.e.
core dump) in the development branch or an eventual sequence of errors in
the release branch.
Solution:
Corrected off-by-one error in metadata caching code.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
When compiling with a C++ compiler, the compiler would balk at
finding some file drivers.
Solution:
We need to put this:
#ifdef __cplusplus
extern "C" {
#endif
/* ... */
#ifdef __cplusplus
}
#endif
around function declarations.
|
|
|
|
|
|
|
| |
H5check_version: Added note that if 2nd-level check fails, library
issues warning but function does not fail. Copy edits.
Platforms tested:
IE 5
|
|
|
|
|
|
| |
revised/updated for 1.4.2 release
Platforms tested:
Eyeballed.
|
|
|
|
|
|
| |
Revised the section of H5check_version().
Platforms tested:
IE 5 displayed.
|
|
|
|
|
|
|
|
|
| |
Purpose:
update another known problem for h4toh5 converter
Description:
Solution:
Platforms tested:
eirene
|
|
|
|
|
|
|
|
| |
Purpose:
update release.txt for h4toh5 features
Description:
Solution:
Platforms tested:
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
delete a debug printf line
Description:
Solution:
will not affect anything
Platforms tested:
eirene
|
|
|
|
|
|
|
|
| |
Purpose:
Update Information
Description:
Added "IRIX 6.5 fails to compile configured with --enable-static-exec"
information.
|
|
|
|
|
|
| |
In Documentation --
Added "new Image Spec (V1.2)" entry
Revised H5T_c*_t structs entry
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
File described 1.4.0 release. Changed it to be 1.4.2
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Fix
Description:
Linux 2.4.x supports parallel C mode.
Solution:
Noted that in the document.
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance for the hdf5-1.4.2 release
Description:
I added new file INSTALL_Windows_withF90.txt to the release_docs
directory
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
I added new entry for INSTALL_Windows_withF90.txt in the release_docs
directory
Platforms tested:
Solaris 2.7 with bin/chkmanifest script
|
|
|
|
|
|
|
|
|
|
| |
Expanded F90 APIs note in "New Features"
Listed major changes in "Documentation"
Revised Windows entries in "Tested Platforms"
In "Known Problems" --
Added "memory leak when overwriting datasets with VL datatype" bug
Added note regarding failure of h5ls test on SV1
Removed reference to "Release 1.4.0 Known Problems" list
|
|
|
|
| |
Adding Cray SV1 compiler versions (for R1.4.2)
|
|
|
|
|
|
| |
Basically copy edits.
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Updated OS and compiler versions in "Platforms Tested" section.
Expanded list to include current platforms.
Platforms tested:
Purely visual.
|
|
|
|
|
|
| |
Added h52gif and gif2h5.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update
Description:
Updated H5check_version per Albert's recent expansion of the
source code comments.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
document update
Description:
The information of setting SGI_ABI seemed to confuse some user.
Removed it since it is extra information in addition to the
preferred method of "CC=... ./configure".
Experienced user in IRIX64 would know that option.
Platforms tested:
Eyeballed.
|
|
|
|
|
|
|
|
| |
Link in "Supported Configuration Features Summary" table.
Description:
Added link to SuppConfigFeats.142Final.html on HDF web server.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfix
Description:
RM_H5T.html
Datatypes.html
Reworked H5T_conv_t description in both.
Added H5T_cdata_t struct definition to both.
Details in Datatypes.html; structs and pointer in RM_H5T.html.
Tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance for hdf5-1.4.2 release
Description:
Changes version number to 1.4.2 for the upcoming final
testing and release (bin/h5vers -s has been used)
|
|
|
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
H5_inline is not being defined on certain machines, causing compile
failures.
Solution:
If H5_inline is not defined yet, define it to a null value.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
|
| |
Code cleanup
Description:
Don't include code in H5pubconf.h to undef inline.
Platforms tested:
FreeBSD 4.3 (hawkwind)
|
|
|
|
|
|
|
| |
Removed link to non-existent description of non-existent F90
function h5gget_objinfo_f.
Platforms tested:
IE 5
|
|
|
|
|
| |
Minor copy-edit on preceding checkin. (Which error I discovered
during checkin, too late to abort!)
|
|
|
|
|
| |
Add "Supported Configuration Features Summary" table
(broken into 2 tables to fit within the 80-column format).
|
|
|
|
|
|
| |
Editorial pass
Platforms tested:
Visual inspection in vi
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Improvement
Description:
In production mode configure adds -g to compilation flags.
Solution:
Used Albert's solution to define CFLAGS to get rid of the -g flag
Platforms tested:
IBM SP3 (Nersc gseaborg)
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix
Description:
Last time by mistake I commited a wrong file
Solution:
Always check files into CVS from the directory where actual tests run.
Platforms tested:
gondolin
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug Back Port
Description:
HP-UX 11 needs the nsl library.
Solution:
Include a check for HPUX 11 when determining if nsl is needed.
Platforms tested:
Kelgia and VClass machines
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Improvement
Description:
On DEC UNIX configure adds -g flag in production mode
Solution:
Used Albert's fix for SPs to eliminate the flag.
Platforms tested:
gondolin (both production and debug modes)
|
|
|
|
|
|
|
|
|
|
| |
Feature
Description:
Added the feature that ALLHOSTS can be set via the file
allhostfile in the snapshot directory. This reduces the
need to modify runtest for hosts changes.
Platforms tested:
eirene (did dry runs).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Maintenance
Description:
Deleted ./fortran/config/powerpc-ibm-aix4.2.1.0 and ./fortran/config/powerpc-ibm-aix4.3.2.0
See previous log message from Albert.
Platforms tested:
arabica
|
|
|
|
|
|
|
|
|
| |
Improvement
Description:
Added the patch so that it does not automatically set
CFLAGS to "-g", thus creating bigger object codes.
Platforms tested:
Should work and Elena said commit it. It is her problem anyway.
|
|
|
|
|
|
|
|
|
| |
Improvement
Description:
Combined all powerpc-ibm config files into one.
Added parallel fortran configuration stuff in it too.
Platforms tested:
LLNL Blue (parallel)
|
|
|
|
|
|
|
|
|
| |
Documentation
Description:
Updated the comment blocks of H5check_version.
Platforms tested:
eirene, both link-version imcompatible and library-version string
inconsistency.
|
|
|
|
|
|
| |
Correcting "Last modified" date.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
To list Release 1.4.2 API changes in Fortran90 library.
Description:
Added note re new 'dims' parameter in 4 F90 routines:
h5aread/write_f and h5dread/write_f.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Linking to new "Freespace Management" section from appropriate places.
Description:
Added links, with explanatory paragraph or footnote,
from Chunking.html, Filters.html, and H5Gunlink in RM_H5G.html
to "Freespace Management" in Performance.html.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
To make "HDF5 Tools" and "HDF5 Java Tools" more visible to users
Description:
index.html: Added link to "HDF5 Tools"
Tools.html: Added link to "HDF5 Java Tools"
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
By default, this config ends up compiling the code with -g option
because the current configure will set CFLAGS to -g if it is not
defined and if we are not using a gcc compiler. This occurs even
if we wish to have production code.
Solution:
Hard set CFLAGS="$CFLAGS". The mere setting, even if it is an
empty strings would stop the above errors.
Platforms tested:
LLNL sp2 (serial and parallel)--verified that -g is no longer used
during compiling and object files produced are indeed smaller.
|
|
|
|
|
|
|
|
| |
Description:
Changed the version mentioned in here from 1.4.0 to 1.4.2 (and in at
least one place from 1.2.0 to 1.4.2)
Platforms tested:
Babbage Difference Engine
|