summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7284] Elena Pourmal2003-08-041-0/+5
| | | | | | | | | | | | | | Purpose: Bug fix (by Bill Wendling) Description: When efc compiler was used, FFLAGS were not set up to deal with !DEC amd !MS dirctive and to use -Vaxlib flag for exit call. Solution: Modify the file to set up the flag. Platforms tested: titan Misc. update:
* [svn-r7283] Elena Pourmal2003-08-041-0/+2
| | | | | | | | | | | | | | Purpose: Enhancement Description: This example writes extendible dataset and doesn't use fill value. On some systems (verebena, titan) unwritten data will be displayed as garbage by h5_chunk_read. Solution: Use H5Pset_fill_value to set 0 fill value. Platforms tested: arabica, verbena, titan Misc. update:
* [svn-r7282] Purpose:Bill Wendling2003-08-043-2/+3
| | | | | | | | | | | | | | | | | Bug Fix Description: On "user02", the Fortran compiler is "efc". We weren't testing for this compiler (and I don't know how it was succeeding before...). Solution: Added efc to the list of Fortran compilers we check for. Platforms tested: Couldn't test as I don't have access to user02. But this doesn't affect other platforms. Misc. update:
* [svn-r7280] Purpose:Bill Wendling2003-07-311-2/+2
| | | | | | | | | | | | | | | | | | | | Bug Fix Description: In a fit of what can only be described as brain-damagedness, on blue, frost, etc. (AIX, really), when you include the zlib.h header file and are specifying that the compiler accept ANSI C, zlib.h undefines the "const" keyword if you don't have the variable STDC defined...*boggle*. Solution: Included a -DSTDC as a commandline flag for the compiler. Platforms tested: Snow (AIX 5.0) Only affects AIX machines, so no h5committest needed. Misc. update:
* [svn-r7279] Purpose:Robert E. McGrath2003-07-302-0/+0
| | | | | | | | | | | | | Description: Checking in Version 2 of this specification, which was done in July 2002. It should have been in the doc tree a long time ago. Solution: Platforms tested: Misc. update:
* [svn-r7278] Purpose:Bill Wendling2003-07-301-0/+3
| | | | | | | | | | | | | | | | Bug Fix Description: pmake failed during make of h5dump because of some undefined variables. Solution: Defined the variables. Platforms tested: Modi4 (small change and only Irix specific) Misc. update:
* [svn-r7277] Purpose:Bill Wendling2003-07-303-69/+18
| | | | | | | | | | | | | | | | | | Bug Fix Description: C++ on Irix 6.5 needs some special libraries (libCio or some such thing). These were defined using the DEFAULT_LIBS macro. However, they weren't being placed into the Makefiles since it wasn't AC_SUBST'ed in configure.in and wasn't declared in commence.in. Solution: Added to configure.in and also added and commence.in Platforms tested: Modi4 (C++, small change and only Irix specific) Misc. update:
* [svn-r7276] Purpose:Robert E. McGrath2003-07-2959-5088/+8458
| | | | | | | | | | | | | | | | | | | This is an omibus update to the h5dump program. 1. Fixes bug 888 2. updates XML output to 1.6 Description: Solution: Platforms tested: verbena, arabica, copper (64) Misc. update: MANIFEST updated Need to do release notes.
* [svn-r7275] Purpose:Bill Wendling2003-07-292-3760/+3878
| | | | | | | Update Description: Regenerated Dependencies file.
* [svn-r7274] *** empty log message ***Bill Wendling2003-07-292-90/+146
|
* [svn-r7273] Purpose:Bill Wendling2003-07-295-1867/+1487
| | | | | | | | | | | | | | | | | Update/Fix Description: The Dependencies files weren't begin generated properly for C++. Solution: Modified the "dependencies" script to use "top_srcdir" only instead of "srcdir", which tended to confuse matters. Regenerated the Dependencies files. Platforms tested: Arabica (Small changes) Misc. update:
* [svn-r7270] Purpose:Bill Wendling2003-07-281-12/+0
| | | | | | | | | | Update Description: Removed the re-autoconf of the fortran and c++ configures since they don't exist anymore. Misc. update:
* [svn-r7269] Purpose:Bill Wendling2003-07-28109-36178/+5309
| | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7268] Purpose:Bill Wendling2003-07-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Had to add C++ information to this script. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7266] Snapshot version 1.7 release 0HDF Admin2003-07-2710-369/+182
|
* [svn-r7265] *** empty log message ***Raymond Lu2003-07-2644-1803/+873
|
* [svn-r7264] Purpose: Error API gradual checkinRaymond Lu2003-07-262-12/+18
| | | | Platforms tested: h5committested
* [svn-r7263] Purpose: bug fix for C++ caused by new error apiRaymond Lu2003-07-252-24/+1
| | | | | | | Description: one variable was left out from checkin yesterday Platforms tested: RH 8 with C++
* [svn-r7262] Purpose: Bug fix for C++ caused by new error API.Raymond Lu2003-07-253-238/+495
| | | | Platforms tested: h5committested
* [svn-r7260] Purpose:Quincey Koziol2003-07-231-599/+837
| | | | Checkpoint file format revisions.
* [svn-r7259] Purpose:Quincey Koziol2003-07-235-398/+591
| | | | | | | | | | | | | | | Bug fix Description: I/O on chunked datasets with point selections was not working correctly. Solution: Re-wrote some parts of raw data I/O routines that build the selections for each chunk to correctly handle point selections. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
* [svn-r7257] Purpose:Pedro Vicente Nunes2003-07-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | bug fix Description: if the user incorrectly put the option -n20 (instead of -n 20) as the last argument h5diff tried to parse the 20 as an extra argument, causing a failure if ('-' !=argv[i+1][0] ) Solution: add an extra test for the case that option is the last argument if ( i<argc-1 && '-' !=argv[i+1][0] ) Platforms tested: linux . this is too trivial for all platforms test Misc. update:
* [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