summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7256] Purpose: gradual checkin for error apiRaymond Lu2003-07-237-276/+512
| | | | Platforms tested: RH 8(simple checkin)
* [svn-r7252] Description:Albert Cheng2003-07-231-0/+1
| | | | | updated for the newly added command chkcopyright. the files.
* [svn-r7251] Purpose:Albert Cheng2003-07-231-0/+224
| | | | | | | | | | | | | | | New Feature Description: A command script to check if the Copyright notice is included in the files. Platforms tested: no h5committest since it does not apply. Tested by hand. Misc. update: Updated MANIFEST
* [svn-r7249] Purpose:Albert Cheng2003-07-221-29/+32
| | | | | | | | | | | | updated. Description: Solution: Platforms tested: Misc. update:
* [svn-r7247] Purpose:Albert Cheng2003-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | Bug fix Description: The "prefix?=..." is not recognized by all make commands. Even some older gmake do not recognize it. The result is that "make install" failed for many platforms (AIX, Solaris 2.7, HPUX 11, ...) because when they tried to install at $(prefix)/lib, it becomes /lib since $(prefix) is not defined. Solution: Restore it back to the previous prefix=... Platforms tested: h5committested. Also ran in-place build using vendor make in kelgia, arabica and copper. Misc. update:
* [svn-r7245] *** empty log message ***Raymond Lu2003-07-221-106/+87
|
* [svn-r7244] Purpose: gradual checkin for error APIRaymond Lu2003-07-223-47/+219
| | | | Platforms tested: h5committest
* [svn-r7243] Purpose:Quincey Koziol2003-07-214-35/+182
| | | | | | | | | | | | Bug fix Description: Fix bug with combination of fill-values, chunked datasets and variable-length strings. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7241] Purpose: Gradual checkin for error APIRaymond Lu2003-07-184-49/+713
| | | | | | Platforms tested: h5committest, RH 8 Misc. update:
* [svn-r7239] Purpose:MuQun Yang2003-07-171-0/+0
| | | | | | | | | | | | | | maintenance Description: 1. update H5pubconf.h : change value of H5Z_FILTER_SZIP from 0 to 1, more logic though it's harmless 2. update installhdf5.bat to make the installation of the HDF5 products easy. Solution: Platforms tested: win2000 Misc. update:
* [svn-r7238] Purpose:Quincey Koziol2003-07-173-137/+167
| | | | | | | | | | | Code cleanup Description: Clean up warnings from lint tool. Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest
* [svn-r7237] Purpose:Quincey Koziol2003-07-175-7/+20
| | | | | | | | | | | Code cleanup Description: Move PABLO_MASK above including headers. Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest
* [svn-r7236] Purpose:Quincey Koziol2003-07-167-173/+181
| | | | | | | | | | | Code cleanup Description: Clean up more warnings from lint. Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest
* [svn-r7232] Purpose:Quincey Koziol2003-07-1611-98/+404
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When a non-default indexed storage B-tree internal 'K' value is set by the user, the chunked datasets created in that file (until it is closed) use the user's 'K' value and the data can be accessed correctly, but the 'K' value is not stored in the file. However, once the file is closed and re-opened, the non-default 'K' value is lost and the data in the chunked datasets will not be able to be accessed correctly. Solution: Store the indexed storage B-tree internal 'K' value in the superblock. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7231] Purpose:Quincey Koziol2003-07-161-0/+1
| | | | Update with new test file generator
* [svn-r7229] Purpose:Quincey Koziol2003-07-161-65/+97
| | | | | | | Update docs Description: Checkpoint file format revisions.
* [svn-r7228] Purpose: Gradual checkin for error APIRaymond Lu2003-07-154-19/+356
| | | | Platforms tested: RH 8
* [svn-r7227] *** empty log message ***Raymond Lu2003-07-151-19/+42
|
* [svn-r7226] Purpose: Bug fix for error API.Raymond Lu2003-07-153-3/+187
| | | | | | | Description: gradual checkin Platforms tested: platinum, baldric
* [svn-r7225] Purpose: error API gradual checkinRaymond Lu2003-07-146-39/+547
| | | | Platforms tested: RH 8; c and c++
* [svn-r7223] Purpose:Quincey Koziol2003-07-143-319/+399
| | | | | | | | | | | Code cleanup Description: Clean up more warnings from lint Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest
* [svn-r7221] Purpose:MuQun Yang2003-07-141-4/+20
| | | | | | | | | | | | | | Update install_windows.txt. Description: the description of using the allexample.dsw needs to be modified with the addition of szip to HDF5 library. Some typos are corrected. Solution: Platforms tested: Misc. update:
* [svn-r7220] Purpose:MuQun Yang2003-07-141-0/+0
| | | | | | | | | | | | | | | | | | 1. Re-organize example data space. 2. fix bugs for windows H5pubconf.h Description: 1. Without modifying project files, the example dataspace won't be built due to the lack of szlib and zlib. Modify the project files to add those into the project files. 2. Quincey use lint tool to find three harmless bugs at H5pubconf.h, fix them anyway. Solution: Platforms tested: windows 2000 Misc. update:
* [svn-r7219] Purpose:Quincey Koziol2003-07-144-21/+23
| | | | | | | | | | | | | | Bug fix Description: H5T_BKG_TEMP was accidentally removed from library code, but is used by application's datatype conversion routines. Solution: Revert removal of H5T_BKG_TEMP. Platforms tested: h5committest
* [svn-r7217] Purpose:Quincey Koziol2003-07-141-4/+3
| | | | | | | Correct information Description: Correct a some information about file creation properties.
* [svn-r7214] Purpose:Quincey Koziol2003-07-123-155/+187
| | | | | | | | | | | | Code cleanup/bug fix Description: Clean up code a bit and make hid_t's for error class to use the same scheme as predefined datatype hid_t's. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ h5committest
* [svn-r7213] Purpose:Binh-Minh Ribler2003-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Bug fix Description: Elena and I suspected that the order of *.cpp files in TEST_SRC might have caused the failure of a C++ examples in the daily test. Solution: Reordered the files from: compound.cpp h5group.cpp create.cpp readdata.cpp chunks.cpp \ extend_ds.cpp writedata.cpp to: create.cpp readdata.cpp writedata.cpp compound.cpp extend_ds.cpp \ chunks.cpp h5group.cpp Platforms tested: Tested on verbena and the examples still worked (without -tlocal.) I'll be testing on other platforms later tonight, I'm trying to catch the daily test! Misc. update:
* [svn-r7212] Purpose: New error API design is being checked gradually.Raymond Lu2003-07-117-16/+532
| | | | Platforms tested: RH 8
* [svn-r7211] Purpose:Quincey Koziol2003-07-116-458/+531
| | | | | | | | | | | Code cleanup Description: Various code cleanups suggested by lint tool Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7210] Purpose:Quincey Koziol2003-07-1110-145/+102
| | | | | | | | | | | | | Refactoring code Description: 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
* [svn-r7208] Purpose: UpdateRaymond Lu2003-07-111-0/+1
| | | | Description: a new test errors.c was added to test directory.
* [svn-r7207] Purpose: Add a new test: errors.cRaymond Lu2003-07-101-0/+242
| | | | | | | Description: It tests new error API. At this moment, it uses the current error API. Platforms tested: RH 8.
* [svn-r7206] Purpose: Update for new error test programRaymond Lu2003-07-101-3/+7
| | | | | | | Description: added new error test. Platforms tested: RH 8.
* [svn-r7205] Purpose:Quincey Koziol2003-07-103-116/+131
| | | | | | | | | | | Code cleanup Description: Further code cleanups suggested by lint tool. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7204] Purpose:Quincey Koziol2003-07-102-274/+282
| | | | | | | | | | | | | Code cleanup Description: 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
* [svn-r7203] Purpose:Quincey Koziol2003-07-101-6/+6
| | | | | | | | | | | | Code cleanup Description: Change names of macro parameters to H5_ASSIGN_OVERFLOW to make them easier to understand. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7202] Purpose:Albert Cheng2003-07-101-5/+1
| | | | | | | | | | | | | | Removed old feature Description: 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:
* [svn-r7201] Purpose:Quincey Koziol2003-07-1011-37/+259
| | | | | | | | | | | | | Code cleanup Description: 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
* [svn-r7198] Elena Pourmal2003-07-101-233/+5
| | | | | | | | | | | | | | Purpose: Maintenance after 1.6.0 release Description: 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:
* [svn-r7196] Purpose:Quincey Koziol2003-07-101-2/+11
| | | | | | | | | | | Code cleanup Description: Add version number checking to local heap code. Platforms tested: FreeBSD 4.8 (sleipnir) too small to need h5committest
* [svn-r7195] Purpose:Albert Cheng2003-07-092-0/+316
| | | | | | | | | | | | | | | | | 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 functionality. Misc. update:
* [svn-r7194] Purpose:Quincey Koziol2003-07-091-122/+179
| | | | | | | Checkpoint work Description: Check in more updates to the file format specification.
* [svn-r7192] Purpose:Quincey Koziol2003-07-0910-49/+17
| | | | | | | | | | | Code cleanup Description: Clean up various minor warnings in the library. Platforms tested: FreeBSD 4.8 (sleipnir) too small to need h5committest
* [svn-r7191] Purpose:Quincey Koziol2003-07-096-100/+158
| | | | | | | | | | Code cleanup Description: Track new "debug" modules for library. Platforms tested: h5committested
* [svn-r7190] Purpose:Albert Cheng2003-07-092-4/+12
| | | | | | | | | | | | | | | | | | | | | | | 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. It also allows multiple builds in the same host or multiple srcdir using the same source. Platforms tested: h5committested. Also tested in eirene by trying various configure combination to verify the new effect. Misc. update:
* [svn-r7189] Purpose:Quincey Koziol2003-07-0916-435/+673
| | | | | | | | | | | Code cleanup Description: 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
* [svn-r7188] Purpose:Quincey Koziol2003-07-091-2/+2
| | | | | | | | | | | | Code cleanup Description: Back out an overly aggressive linting... Solution: Platforms tested: h5committested
* [svn-r7187] Purpose:Quincey Koziol2003-07-091-1/+1
| | | | | | | | | | | Update code Description: Allow there to be no ';' after a FUNC_ENTER* macro Platforms tested: FreeBSD 4.8 (sleipnir) Linux 2.4 (verbena)
* [svn-r7186] Purpose:Quincey Koziol2003-07-0911-96/+99
| | | | | | | | | | | Code cleanup Description: More tweaks to clean up warnings from lint. Platforms tested: FreeBSD 4.8 (sleipnir) not major enough to h5committest
* [svn-r7185] Purpose:Quincey Koziol2003-07-091-4/+26
| | | | | | | Code cleanup Description: Update lint directives for library with more information