summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r3253] Frank Baker2001-01-091-7/+17
| | | | | | | Purpose: Clarifications in H5Pset_fapl_core. Platforms tested: IE 5
* [svn-r3252] Purpose:Quincey Koziol2001-01-0988-4469/+4776
| | | | | | | | | | | | | Code cleanup. Description: Fixed _lots_ (I mean _tons_) of warnings spit out by the gcc with the extra warnings. Including a few show-stoppers for compression on IRIX machines. Solution: Changed lots of variables' types to more sensible and consistent types, more range-checking, more variable typecasts, etc. Platforms tested: FreeBSD 4.2 (hawkwind), IRIX64-64 (modi4)
* [svn-r3251] Purpose:Quincey Koziol2001-01-092-2/+2
| | | | | | | | | | | | New configure feature. Description: The H5private.h header file was re-defining the strdup function on several platforms, generating a warning. Solution: Detect if the system defines a strdup function and don't re-define it, if so. Platforms tested: FreeBSD 4.2 (hawkwind), IRIX64-64 (modi4)
* [svn-r3250] Purpose:Bill Wendling2001-01-091-0/+13
| | | | | | Documentation Description: Documented the h5dump change.
* [svn-r3249] Purpose:Bill Wendling2001-01-098-8/+8
| | | | | | | | | | | | | | New Feature Description: Changed the command line flags in the h5dumper so that they accept both short and long flags. The flag syntax for some have changed (I.e., object ids are no longer -v but -i and -header is now -H or --header, etc.) A new function is added called get_options which can be used for all other tools as well. Had to change these output files to accept the correct flags. Platforms tested: Linux
* [svn-r3248] Purpose:Bill Wendling2001-01-094-409/+701
| | | | | | | | | | | | New Feature Description: Changed the command line flags in the h5dumper so that they accept both short and long flags. The flag syntax for some have changed (I.e., object ids are no longer -v but -i and -header is now -H or --header, etc.) A new function is added called get_options which can be used for all other tools as well. Platforms tested: Linux
* [svn-r3247] Purpose:Bill Wendling2001-01-091-115/+139
| | | | | | | | h5dump attribute documentation. Description: Described the new flags for the H5 dumper. Platforms tested: Lynx
* [svn-r3246] Frank Baker2001-01-093-3/+3
| | | | | | | Description: Updated "Last modified" dates (correcting an oversight) Platforms tested: IE 5
* [svn-r3245] Frank Baker2001-01-092-1/+9
| | | | | | | | | Purpose: To make C++ and Fortran90 API docs more accessible Solution: Added link to C++ and Fortran90 API docs to docs index page. Platforms tested: IE 5
* [svn-r3244] Frank Baker2001-01-081-13/+25
| | | | | | | | | | | Purpose: Bug fix (unreported bug) Description: H5Pset_fapl_core, H5Pget_fapl_core Completed entries for these two functions. (They had been added structurally, but details had been omitted.) Platforms tested: IE 5
* [svn-r3243] Purpose:Albert Cheng2001-01-061-6/+8
| | | | | | | | | | | | | | | | Bug fix Description: H5P_DATASET_XFER was the name from the beginning through 1.2. It was changed to H5P_DATA_XFER on v1.3.0. Then it was changed back to H5P_DATASET_XFER right before the release of v1.4.0-beta2. Define an alias here to help applications that had ported to v1.3. Should be removed in later version. #define H5P_DATA_XFER H5P_DATASET_XFER Also removed the v1_2 compat condition since it is a v1.3 compat issue now. Platforms tested: modi4 -64 parallel.
* [svn-r3242] MuQun Yang2001-01-041-0/+7
| | | | | | | | | | Purpose: bug fix for windows Description: in windows use _getpid instead of getpid Solution: Platforms tested: windows 2000
* [svn-r3241] MuQun Yang2001-01-041-2/+5
| | | | | | | | | | | Purpose: several warning and bug fix for windows Description: different system calls on windows Solution: for win32, use only those system calls Platforms tested: windows 2000
* [svn-r3240] MuQun Yang2001-01-041-1/+1
| | | | | | | | | Purpose: a warning fix for windows Description: Solution: Platforms tested: windows 2000
* [svn-r3239] Purpose:Quincey Koziol2001-01-041-0/+3
| | | | Updating manifest..
* [svn-r3238] Purpose:Albert Cheng2001-01-042-634/+797
| | | | | | | | | | | | | | | | | | | | | | | | Bug fix Description: The zlib.h header check was skipped if it thought it had found -lz already. That resulted in H5_HAVE_ZLIB_H not defined which caused compression feature not compiled even though everything else said it was in. The --with-hdf4 was default to yes but configure had no clue where to find them. A plain waste of time and affected ZLIB's searching later. Solution: Basically restored what it was before--checking the optional switch of with-hdf4 first, then with-zlib. (with-hdf4 now defaults to no.) Added a big chunk of comments explaining why these two options must be checked in this order. Changes applied to configure.in. Then ran autoconf to generate configure. Platforms tested: eirene (default and with-hdf4), modi4-64-parallel (with-hdf4), arabica (with-hdf4) and, gondoline. That is right, even tested it out with gondoline (with-hdf4 too.) All except modi4 configured, compiled and tested correctly. Modi4 died in the compiling of src/H5Zdeflate.c but that was not due to the configure changes.
* [svn-r3237] Purpose:Quincey Koziol2001-01-041-7/+7
| | | | | | | | | Bug fix. Description: Properly detect whether the library has compression support and skip tests (with messages) if there is no compression. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3236] Purpose:Quincey Koziol2001-01-048-49/+65
| | | | | | | | Clean up code. Description: Cleaned up various compiler warnings. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3235] Purpose:Quincey Koziol2001-01-042-2/+2
| | | | | | | | Improve compiler warnings Description: Added several more warning flags to the gcc compiler flags.. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3234] MuQun Yang2001-01-031-0/+4
| | | | | | | | | | | | Purpose: a bug fix Description: without explicitly including stdio.h in this file, it will fail in compiling at the first time of building up the library. It needs to be recompiled separetely. Now it can work. The real reason is to be investigated. Solution: adding include <stdio.h> for win32. Platforms tested: win 2000
* [svn-r3233] MuQun Yang2001-01-031-1/+0
| | | | | | | | | | | | | | | Purpose: a bug fix Description: delete the line for unused defined variables on windows. Solution: delete the line. Platforms tested: windows 2000 [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
* [svn-r3232] MuQun Yang2001-01-031-4/+4
| | | | | | | | | | | Purpose: a bug fix Description: Get rid of warning information for comments on windows(**/* */) Solution: add a space between ** and /*. Now it is ** /* Platforms tested: windows 2000
* [svn-r3231] Purpose:Quincey Koziol2001-01-031-2/+3
| | | | | | | | | Improved debugging output Description: Added a little more descriptive information to the output for h5debug when debugging B-trees in the file. Platforms tested: FreeBSD 4.2 (hawkwind)