summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3304] Purpose:Quincey Koziol2001-01-1826-2303/+13
| | | | | | | | Code update Description: Remove ragged array code & tests from library before release. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3303] Purpose:Quincey Koziol2001-01-181-4/+54
| | | | | | | | | Additional testing Description: Added another random hyperslab test with smaller strip-mine buffers to force more errors conditions (if they exist). Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3302] Purpose:Quincey Koziol2001-01-182-66/+111
| | | | | | | | | | | | | Bug fix Description: Certain combinations of hyperslabs, especially those that have to be strip-mined during I/O were causing data to be incorrectly transferred. Solution: Changed the code in H5S_get_hyper_regions to be more careful about the regions of the current dimension that are valid. Sometimes, regions which had already been iterated through were being re-processed. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3301] Purpose:Bill Wendling2001-01-181-2/+2
| | | | | | | | | Bugfix Description: The documentation wasn't correct via the commandline switches for some of the h5dump options. Platforms tested: Lynx
* [svn-r3300] Purpose:Bill Wendling2001-01-181-7/+7
| | | | | | | Documentation Description: Changed the warning about the gcc 2.95.2 compiler to be consistent with the flags which were stripped out.
* [svn-r3299] Purpose:Bill Wendling2001-01-181-8/+8
| | | | | | | | | | Bug Fix Description: Some <em> tags weren't properly closed. Solution: Changed what was to be the closeing <em> tag to </em> Platforms tested: w3m
* [svn-r3298] Purpose:Bill Wendling2001-01-182-2/+2
| | | | | | | | | | | Bug Fix Description: Small bug fix to the acsite.m4 stuff. We should check if the Fortran 9X compiler was found instead of the CC compiler. Solution: Changed CC to F9X macro. Platforms tested: Linux
* [svn-r3297] Purpose:Quincey Koziol2001-01-181-1/+0
| | | | | | | | Remove file. Description: Remove the c++/src/H5config.h.in file from the manifest Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3295] MuQun Yang2001-01-161-0/+0
| | | | | | | | | | Purpose: updating dumptest at windows Description: Solution: updating batch file dumptest.bat Platforms tested: windows 2000,NT4.0, 98
* [svn-r3294] Frank Baker2001-01-161-4/+10
| | | | | | | | | | | | Purpose: Had missed the array datatype functions in the added/removed functions lists. Description: Added array datatype functions to added/removed list: Added: H5Tarray_create, H5Tget_array_ndims, H5Tget_array_dims Removed: H5Tget_member_dims, H5Tinsert_array Platforms tested: IE 5
* [svn-r3293] Purpose:Bill Wendling2001-01-163-181/+72
| | | | | | | | | | | | Fixup Description: We were specifying a config file for the C++ stuff and it didn't need one. This would cause problems with compiling the C++ stuff since it wouldn't get the correct H5config.h file. Solution: Removed support for it. Platforms tested: Eirene
* [svn-r3292] Purpose:Quincey Koziol2001-01-161-1/+1
| | | | | | | | | | Comment fix Description: Comment describing test was misleading Solution: Corrected description of type of test being performed. Platforms tested: Eyeballed...
* [svn-r3291] Snapshot version 1.4 release 0 (beta3-pre1)Albert Cheng2001-01-132-2/+2
|
* [svn-r3290] Changed H5_VERS_SUBRELEASE to identify this as beta3-pre-release1.Albert Cheng2001-01-132-4/+4
|
* [svn-r3289] Updated.Albert Cheng2001-01-121-0/+5
|
* [svn-r3288] Purpose:Albert Cheng2001-01-123-5/+0
| | | | | | | | | | | | | | | | Bug fix (sort of) (H5FDgass.c: just deleted an old code. Nothing to do with this fix.) Description: When --enable-debug=all was used, couple routine printf warnings to stderr that it is an expensive operation. This messed up the testing of h5ls since it included stderr output in its expected output and did not expect the extra messages. Solution: Changed it such that the extra messages are printed only if the appropriate h5-debug-class setting is on (via environment variables, for example). Platforms tested: eirene (debug=all), modi4(parallel,-64,default configure).
* [svn-r3287] Purpose:Albert Cheng2001-01-122-4/+8
| | | | | | | | | | Improvement Description: The mkdir testfiles and the testing of h5dump have their stderr redirected to /dev/null. Thus no way to see error messages when happen. Removed the redirection Platforms tested: Eirene (linux).
* [svn-r3286] Frank Baker2001-01-121-2/+3
| | | | | | | Description: Revised introductory sentence. Platforms tested: IE 5
* [svn-r3285] Frank Baker2001-01-121-8/+195
| | | | | | | | | | | Purpose: Second phase of development of doc. Description: Added lists of new, deleted, and changed functions. Added list of constants with changed values. Changed doc title. Platforms tested: IE 5
* [svn-r3284] Purpose:Albert Cheng2001-01-121-0/+6
| | | | | | | | | | document Description: Added comments in how to use the program and instructions that the corresponding may need updates if new batch of binary files are created. Platforms tested: Eye-balled only. (Just a few lines of comments.)
* [svn-r3283] Purpose:Quincey Koziol2001-01-121-4/+6
| | | | | | | | Suppress warnings for release. Description: Always declare strdup as extern, figure out way to avoid warnings later. Platforms tested: Linux 2.2.16 (eirene)
* [svn-r3282] Purpose:Quincey Koziol2001-01-122-2/+2
| | | | | | | | | Suppress warnings for release. Description: Took out the -Wconversion -Wredundant-decls warning flags for gcc until after the tree is split. Platforms tested: Linux 2.2.16 (eirene)
* [svn-r3281] Purpose:Quincey Koziol2001-01-121-0/+16
| | | | | | | | | | | Bug fix Description: Datasets were allowed to be created with chunks larger than the maximum dimension for each dimension. Solution: Wrote test to verify new error checking is working correctly. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3280] Purpose:Quincey Koziol2001-01-121-0/+17
| | | | | | | | | | | | Bug fix Description: Datasets were allowed to be created with chunks larger than the maximum dimension for each dimension. Solution: Compare chunk sizes against maximum dimensions and reject dataset creations which have chunks too large for the dimensions in the dataspace. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3279] Purpose:Bill Wendling2001-01-122-2/+2
| | | | | | | | | | | Warning Reduction Description: Removed the -Wpointer-arith flag which complains about addintion with void * pointers. This is a known gcc 2.95.2 annoyance. There's still some issues with many str* warnings...not 7000, though. Platforms tested: Linux
* [svn-r3278] Purpose:Quincey Koziol2001-01-121-0/+1
| | | | | | Update manifest Description: Added ./doc/html/ADGuide/Changes.html to the manifest.
* [svn-r3277] MuQun Yang2001-01-121-0/+0
| | | | | | | | | | | Purpose: avoid windows warnings of inline at H5config.h Description: In the old file, inline is defined twice Solution: Now only define inline once. Platforms tested: windows 2000, confirmed at eirene
* [svn-r3276] MuQun Yang2001-01-122-0/+7
| | | | | | | | | | | Purpose: windows bug fix Description: need extra header files for windows Solution: add #ifdef win32 #endif loops Platforms tested: windows 2000, confirmed at eirene
* [svn-r3275] MuQun Yang2001-01-121-2/+3
| | | | | | | | | | Purpose: windows bug fix Description: using HDopen and HDclose at this file, including H5private.h for windows specific headers. Solution: Platforms tested: win 2000, confirmed at eirene
* [svn-r3274] MuQun Yang2001-01-122-7/+0
| | | | | | | | | | Purpose: Arrange codes for avoiding windows warnings Description: Solution: put windows including header files into H5private.h Platforms tested: win 2000, confirmed at eirene
* [svn-r3273] MuQun Yang2001-01-121-1/+20
| | | | | | | | | | Purpose: Avoid windows warnings Description: Solution: put some windows specified headers into this file Platforms tested: Win 2000, confirmed by eirene
* [svn-r3272] Purpose:Bill Wendling2001-01-111-7/+34
| | | | | | | | Documentation Description: Added more detailed explanation about the command line changes in the dumper and explained about the bug with gcc 2.95.2 which prints out spurious warnings due to glibc string optimizations.
* [svn-r3271] Purpose:Quincey Koziol2001-01-111-0/+3
| | | | | | Updating release notes Description: Document three API functions whose parameters/return types changed.
* [svn-r3270] Frank Baker2001-01-112-13/+1385
| | | | | | | | | | | | | Purpose: A bugfix and a new document Description: ADGuide/Changes.html New document: "HDF5 Library Changes from Release to Release" (MUST be updated at EVERY release, including Betas.) ADGuide/ImageSpec.html Fixed broken links and title tag. Platforms tested: IE 5
* [svn-r3269] Frank Baker2001-01-112-11/+18
| | | | | | | | | | | | | | Purpose: Bugfix and adding a new document Description: RM_H5Front.html Removed a currently commented-out section that had been used during the 1.2 period for separate F90 releases. ADGuide.html Added new "Changes from Release to Release" document. Fixed title tag. Platforms tested: IE 5
* [svn-r3268] Purpose:Quincey Koziol2001-01-112-5/+5
| | | | | | | | | | | Code cleanup for C++ Description: 'xor' is a keyword in C++, causing problems compiling the library with a C++ compiler. Solution: Change variables and structure fields from 'xor' to 'xor_val' Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3267] Purpose:Quincey Koziol2001-01-101-2/+2
| | | | | | | | Update file manifest Description: Update file manifest with recent testing shell script name changes. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3266] Purpose:Bill Wendling2001-01-104-5/+5
| | | | | | | | | Name change Description: Changed the names of the testh5toh4 and testh4toh5 scripts to the "canonical" form -- testh4toh5.sh and testh5toh4.sh. Platforms tested: Linux
* [svn-r3265] Purpose:Quincey Koziol2001-01-102-6/+6
| | | | | | | | Clean up warnings. Description: Cleaned up a few compiler warnings. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3264] Purpose:Bill Wendling2001-01-103-32/+15
| | | | | | | | | | | Bug fix Description: I dropped the boat on this one. I assigned prefix to NULL after it'd been allocated...My bad. Solution: Stopped doing that. Platforms tested: Linux
* [svn-r3263] Purpose:Bill Wendling2001-01-101-10/+9
| | | | | | | | | Code cleanup Description: Changed so that the streaming stuff is inserted if > 1.2 version. Also modified init_prefix function so that it's sane. Platforms tested: Linux
* [svn-r3262] Purpose:Bill Wendling2001-01-101-3/+1
| | | | | | | | | | Annoying code cleanup Description: This code could all be on one line, but wasn't for some reason. Solution: Made it into one printf() call. Platforms tested: Linux
* [svn-r3261] Purpose:Bill Wendling2001-01-101-87/+165
| | | | | | | | | | Code Cleanup Description: Cleaned up where structures were. Added comments to new functions. Removed strcpy(prefix, "") and made it prefix = NULL; since that's what it's doing anyway. Platforms tested: Linux
* [svn-r3260] Purpose:Bill Wendling2001-01-101-1/+1
| | | | | | | | | | | Bug Fix Description: The test ``test -e "filename"'' doesn't work with some Bourne shells (for instance, on Arabica). Solution: Changed test to ``test -f "filename"''. Platforms tested: Arabica
* [svn-r3259] Purpose:Quincey Koziol2001-01-101-0/+9
| | | | Documenting changes from beta to beta3
* [svn-r3258] Snapshot version 1.4 release 0 (beta3-snap0)HDF Admin2001-01-104-5/+5
|
* [svn-r3257] Purpose:Quincey Koziol2001-01-101-1/+1
| | | | | | | | | | | Bug fix Description: Compiler on sangamon (HP/UX 10.20) is having problems with the statement "#ifdef 0". Solution: Changed statement to "#if 0" instead. Platforms tested: Eyeballed...
* [svn-r3256] Purpose:Albert Cheng2001-01-101-7/+6
| | | | | | | | | | Typo fix and comment Description: The FUNC_ENTER of H5FD_mpio_flush had a wrong function name. Corrected it. Also filled in the missing original author name. Added a 'this is collective.' to all collective functions. Platforms tested: It was just editing. Can't go wrong. :-)
* [svn-r3255] Purpose:Bill Wendling2001-01-091-1/+1
| | | | | | | | Bug fix Description: Type-o Solution: uint should be uintn
* [svn-r3254] Frank Baker2001-01-093-7/+7
| | | | | | | | | | Purpose: Correcting docs to match code bugfixes. Solution: Changed per recent bugfix in code: H5Tconvert 'nelmts' parameter type H5Pset_buffer 'size' parameter type H5Pget_buffer return type