AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
01e9075358e[svn-r7211] Purpose: Code cleanupDescription: Various code cleanups suggested by lint tool Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Quincey KoziolQuincey Koziol
2c92c3ca18c[svn-r7210] Purpose: Refactoring codeDescription: Refactored "IS_H5FD_MPIO || IS_H5FD_MPIPOSIX || IS_H5FD_FPHDF5" combination of macros in many places into single IS_H5FD_MPI macro, which has the same definition, but should be easier to maintain. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Raymond LuRaymond Lu
9f171c6addb[svn-r7208] Purpose: UpdateDescription: a new test errors.c was added to test directory.
Raymond LuRaymond Lu
1d937c2c715[svn-r7207] Purpose: Add a new test: errors.cDescription: It tests new error API. At this moment, it uses the current error API. Platforms tested: RH 8.
Raymond LuRaymond Lu
2a5bb6c8960[svn-r7206] Purpose: Update for new error test programDescription: added new error test. Platforms tested: RH 8.
Quincey KoziolQuincey Koziol
70d40b297e5[svn-r7205] Purpose: Code cleanupDescription: Further code cleanups suggested by lint tool. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Quincey KoziolQuincey Koziol
dde2ff6776e[svn-r7204] Purpose: Code cleanupDescription: Tail end of B-tree 'K' value conversion to unsigned ints. Also, lots of misc. code cleanups suggested by lint tool Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Quincey KoziolQuincey Koziol
cf53e4aa240[svn-r7203] Purpose: Code cleanupDescription: Change names of macro parameters to H5_ASSIGN_OVERFLOW to make them easier to understand. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Albert ChengAlbert Cheng
ed7556edba0[svn-r7202] Purpose: Removed old featureDescription: Removed the hardsetting of --prefix and creation of <prefix>/ directory since this version has prefix default to hdf5/ in the build-directory and will create the <prefix>/ directory during install. Platforms tested: Tested in eirene by hand. Misc. update:
Quincey KoziolQuincey Koziol
932101bb80e[svn-r7201] Purpose: Code cleanupDescription: Finish converting the B-tree 'K' values to use unsigned integers, rather than signed ones, since negative amounts of entries in a B-tree node aren't meaningful. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Elena PourmalElena Pourmal
bdd61d8a80b[svn-r7198] Purpose: Maintenance after 1.6.0 releaseDescription: I cleaned the file. Please note that information about known problems, config features, and tested platforms is there. Please do not forget to modify those sections too! Solution: Platforms tested: Misc. update:
Quincey KoziolQuincey Koziol
dbe6d5acbcd[svn-r7196] Purpose: Code cleanupDescription: Add version number checking to local heap code. Platforms tested: FreeBSD 4.8 (sleipnir) too small to need h5committest
Albert ChengAlbert Cheng
9d17fc7424c[svn-r7195] Purpose: New tool.Description: A new tool to build the HDF5 library. This was historically the makeh5 command. Added here so that it can be used in machines outside of the HDF Groups. Having it in the source allows version specific customization. Platforms tested: Did run h5committest which failed due to other source code problems. Tested it by hand by ../hdf5/bin/buildhdf5 and passed as far as its own funct...
Quincey KoziolQuincey Koziol
c41fb2f87d2[svn-r7194] Purpose: Checkpoint workDescription: Check in more updates to the file format specification.
Quincey KoziolQuincey Koziol
06f27f99b04[svn-r7192] Purpose: Code cleanupDescription: Clean up various minor warnings in the library. Platforms tested: FreeBSD 4.8 (sleipnir) too small to need h5committest
Quincey KoziolQuincey Koziol
221c1ef220b[svn-r7191] Purpose: Code cleanupDescription: Track new "debug" modules for library. Platforms tested: h5committested
Albert ChengAlbert Cheng
8fa8de23607[svn-r7190] Purpose: Feature change.Description: --prefix default was /usr/local. This is not approprirate for development version since it is not likely that one would want to install a development version in the /usr/local area. Solution: Change --prefix default to `pwd`/hdf5, a directory in the build directory. This eliminates the problem that the builder may not have permission to install in the default install directory. ...
Quincey KoziolQuincey Koziol
839de1e367e[svn-r7189] Purpose: Code cleanupDescription: Break some of the "debugging" routines into their own module, so they aren't pulled into every executable, which certainly isn't going to use them. Platforms tested: h5committested
Quincey KoziolQuincey Koziol
2bbf08c3fc3[svn-r7188] Purpose: Code cleanupDescription: Back out an overly aggressive linting... Solution: Platforms tested: h5committested
Quincey KoziolQuincey Koziol
b68be568be0[svn-r7187] Purpose: Update codeDescription: Allow there to be no ';' after a FUNC_ENTER* macro Platforms tested: FreeBSD 4.8 (sleipnir) Linux 2.4 (verbena)
Quincey KoziolQuincey Koziol
4fe4a518187[svn-r7186] Purpose: Code cleanupDescription: More tweaks to clean up warnings from lint. Platforms tested: FreeBSD 4.8 (sleipnir) not major enough to h5committest
Quincey KoziolQuincey Koziol
5fbe02e7210[svn-r7185] Purpose: Code cleanupDescription: Update lint directives for library with more information
Quincey KoziolQuincey Koziol
f2048a23790[svn-r7184] Purpose: Code cleanupDescription: Clean up various warnings from lint Platforms tested: FreeBSD 4.8 (sleipnir) no major changes requiring h5committest
Quincey KoziolQuincey Koziol
720dcef073b[svn-r7183] Purpose: Update manifestDescription: Add new lint control file.
Quincey KoziolQuincey Koziol
c663f8a79c5[svn-r7182] Purpose: Code cleanupDescription: Add "lint" control file for PC-Lint 8.0
Quincey KoziolQuincey Koziol
4e23c807585[svn-r7181] Purpose: Version updateDescription: Removed 1.4 compatibility code in the library. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Quincey KoziolQuincey Koziol
2d5f8835fd9[svn-r7180] Purpose: Version updateDescription: Change from 1.4 compatibility to 1.6 compatibility. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
HDF AdminHDF Admin
540431b983b[svn-r7179] Purpose: Bug fix Description: If the base directory (.../snapshot-...) does not exist yet, the runtest and snapshot will continue on till it bumped into a "wall". Solution: Added verification that the BASEDIR does exist.
Quincey KoziolQuincey Koziol
949f595f10e[svn-r7177] Purpose: Code cleanup/bug fixDescription: Finish changing main development trunk back to default to production off and debug on. Solution: Run autoconf (which I forgot before :-) Platforms tested: FreeBSD 4.8 (sleipnir) h5committest not needed.
Quincey KoziolQuincey Koziol
3816afb1728[svn-r7175] Purpose: Bug fixDescription: Boot block checksum was being used instead of file driver info checksum in one calculation. Also, the offset of the file driver info was hard-coded to the end of the superblock, instead of using the file driver offset variable. Solution: Changed to use file driver checksum and file driver offset variable. Platforms tested: FreeBSD 4.8 (sleipnir) too s...
Quincey KoziolQuincey Koziol
42d5893f16a[svn-r7173] Purpose: Bug fixDescription: Fix "unaligned access" warning on IA64 (and alpha, probably) machines. Solution: Make certain that temporary destination buffer is aligned on correct boundary for type conversion. Platforms tested: IA64 Linux cluster (titan) too small for h5committest
Quincey KoziolQuincey Koziol
6028d7f9c9a[svn-r7172] Purpose: Code cleanupDescription: Remove "UNUSED" keyword from function prototypes in header files. Platforms tested: IA64 Linux cluster (titan) too small to need commit test
Quincey KoziolQuincey Koziol
76ae1a3f451[svn-r7166] Purpose: Update configurationDescription: Now that we've split the tree (Yea!), change the main trunk back to debug on and production off. Also, change the version # to 1.7.0
Albert ChengAlbert Cheng
f43ea3be020[svn-r7163] Purpose: Updated some compiler information and the particular entry of TFLOPS supports.Description: Solution: Platforms tested: Misc. update:
Albert ChengAlbert Cheng
3a1b1c90eb0[svn-r7162] Purpose: Updated parallel installation instruction.Description: Solution: Platforms tested: Misc. update:
Quincey KoziolQuincey Koziol
3523cd7413c[svn-r7161] Purpose: Further updatesDescription: More updates on file format information. Platforms tested: Mozilla 1.4.0
Frank BakerFrank Baker
1a769534d88[svn-r7160] Purpose: Copy edits.Platforms tested: IE 5
Frank BakerFrank Baker
4146d79af12[svn-r7159] Purpose: Changed "HDF5 User's Guide" links (in navigation bars, primarily) to point to new user's guide, which will reside for a while yet on the HDF server. The old user's guide will still go out with the distribution under the label "HDF5 User's Guide, Release 1.4.5."Platforms tested: IE 5
Frank BakerFrank Baker
a901d24a8bd[svn-r7158] Purpose: Renamed old "HDF5 User's Guide" as "HDF5 User's Guide, Release 1.4.5". Added navigation bar link to new user's guide on HDF server. Changed release tag line (in old UG only) back to "Describes HDF5 Release 1.4.5, February 200 3"Platforms tested: IE 5
Frank BakerFrank Baker
bc5a1e03126[svn-r7157] Purpose: Linking in additional Fortran90 functionsDescription: Add links to In RM_H5T.html h5tarray_create_f, h5tget_array_ndims_f, h5tget_array_dims_f In RM_H5P.html h5pmodify_filter_f, h5pget_filter_by_id_f, h5pset_family_offset_f h5pset(get)_fapl_core_f, h5pset(get)_fapl_family_f h5pset(get)_fapl_multi_f, h5pset_fapl_sec2_f, h5pset_fapl_sdio_f h5pset_fapl_split_f, h5pget_driver_f, h5pset_s...
Elena PourmalElena Pourmal
6c53e36c681[svn-r7156] Purpose: MaintenanceDescription: When make install prefix=NEW_DIR is used to specify new location for the installed HDF5 library, h5redeploy should be used to fix h5cc, etc. scripts. INSTALL file suggested to fix scripts by hand. Solution: Modified instructions to use h5redeploy. Platforms tested: verbena Misc. update:
Pedro Vicente NunesPedro Vicente Nunes
c034503562f[svn-r7155] Purpose: updated info for Code warrior (8.0 in W2000), renamed .NET to MSVC++.NET in Windows XP supportDescription: Solution: Platforms tested: Misc. update:
Frank BakerFrank Baker
76fd023ae94[svn-r7154] Purpose: Correct link to Supported Configuration Features table.Platforms tested: IE 5
Frank BakerFrank Baker
c204eb9e3c3[svn-r7153] Purpose: Update links. Add documents.Description: Bring in current links and notes from the R1.4.5 document. Add the documents which have been collected in http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/. These documents include discussions of SZIP, generic properties, the shuffle algorithm and its influence on performance, fill values and space allocation, and error detection. Platforms tested...
Frank BakerFrank Baker
79c7463f358[svn-r7152] Description: H5Pset_szip -- Added link to further SZIP information at http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/Platforms tested: IE 5
Elena PourmalElena Pourmal
c1cecc9afc4[svn-r7151] Purpose: MaintenanceDescription: After talking to Barbara we decided to use ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/ location for Intel and Cray Fortran source code patches. Solution: Edited the file to point to new location. Platforms tested: Misc. update:
Quincey KoziolQuincey Koziol
7f2bb04bc40[svn-r7150] Purpose: Bug fixDescription: "prefix" variable was always being set, instead of only being set if the user hadn't set it yet. Solution: Changed "prefix=<foo>" to "prefix?=<foo>". Platforms tested: FreeBSD 4.8 (sleipnir) Checked in gmake manual to make certain syntax is the same (it is).
Quincey KoziolQuincey Koziol
45eb7e601f4[svn-r7149] Purpose: Update informationDescription: Update with more correct information. (Still not finished, but its better than it was before... :-) Platforms tested: Mozilla 1.4.0
Elena PourmalElena Pourmal
1e07bbdddf5[svn-r7148] Purpose: MiantenanceDescription: Added information about SZIP and few twicks here and there. Solution: Platforms tested: Misc. update:
Albert ChengAlbert Cheng
f1816a8c47f[svn-r7147] Purpose: Changed enable-production as the default for release.Platforms tested: Only in eirene using pgcc and pgCC. Did not use h5committest since the change is trivial and Elena will test it at once. :-) Misc. update: