summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3326] Purpose:Quincey Koziol2001-01-2521-251/+251
| | | | | | | | | | | Clean up warnings Description: The "FAILED" macro is defined by Windows and is causing warnings and potential errors when compiled on that platform. Solution: Change our macro from FAILED to H5_FAILED. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3325] Snapshot version 1.4 release 0 (beta3-pre3)Albert Cheng2001-01-252-2/+2
|
* [svn-r3324] Updated with new files.Albert Cheng2001-01-251-0/+2
|
* [svn-r3323] Purpose:Quincey Koziol2001-01-242-0/+306
| | | | | | | | | New platform Description: Support the Cray SV1 machine. (config file is identical to unicosmk file right now). Platforms tested: Cray SV1 (killeen.nersc.gov)
* [svn-r3322] Elena Pourmal2001-01-241-1/+1
| | | | | | | Purpose: Maintenance Description: Fixed the reference to the INSTALL_Windows.txt file.
* [svn-r3321] Elena Pourmal2001-01-243-16/+8
| | | | | | | | | | Purpose: Maintenance for the upcoming hdf4-1.4..0-beta3-pre3 testing and release. Description: Renamed INSTALL_Windows.txt to INSTALL_Windows to make name consistent with other names of INSTALL* files. Updated MANIFEST to include INSTALL_Windows file. Updated RELEASE file.
* [svn-r3320] Elena Pourmal2001-01-221-1/+1
| | | | | | | | | | | | | Purpose: Bug fix Description: Compilation failed for the H5f90global.f90 file on DEC UNIX (hdf5-1.4.0-beta3-pre2) When new definition H5E_TBBT_F was added, the length of the corresponding H5E_flags array was not increased. Solution: Fixed the length of the array. Platforms tested: DEC UNIX (gondolin)
* [svn-r3319] Purpose:HDF Rational2001-01-221-1/+5
| | | | | | | | | | | Bug Fix Description: Generic property code was leaking memory when removing a property from a property list class in certain situations. Solution: Remove property correctly from class in all situations. Platforms tested: Solaris 2.7 (arabica)
* [svn-r3318] Frank Baker2001-01-221-6/+13
| | | | | | | | | | | Purpose: Add removal of H5RA API to "Changes" document. Description: Added H5RA functions, ragged arrays, to 'removed functions' list and note below table that entire H5RA API (experimantal) has been removed from the library. Platforms tested: IE 5
* [svn-r3317] Purpose:Quincey Koziol2001-01-221-10/+7
| | | | | | | | | | Bug Fix Description: Fix definition of strdup on Windows machines. Solution: Merged duplicate definitions into one cohesive block of definitions. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3316] MuQun Yang2001-01-201-0/+0
| | | | | | | | | | | Purpose: bug fix Description: forgot including hdf5.dsp and hdf5dll.dsp for ragged test removal. Solution: update hdf5.dsp and hdf5dll.dsp in all.zip. Platforms tested: windows 2000, the change will only affect windows platforms.
* [svn-r3315] Snapshot version 1.4 release 0 (beta3-pre2)Albert Cheng2001-01-192-2/+2
|
* [svn-r3314] Purpose:Bill Wendling2001-01-191-2/+4
| | | | | | | | | Feature Fix Description: This checks before printing the warning message about hsizet type if the user specified --disable-hsizet on the command line. Platforms tested: Linux
* [svn-r3313] Purpose:Bill Wendling2001-01-192-608/+610
| | | | | | | | | | | | | Feature Fix Description: When user specifies the --disable-hsizet flag, we still warn them about this when they use gcc 2.91.66. Solution: I moved the check above the place where it checks what version gcc compiler it is. If they did specify the flag and it is a 2.91.66 compiler, then it won't print the message out. Platforms tested: Linux
* [svn-r3312] Frank Baker2001-01-192-2/+2
| | | | | | | Purpose: Corrected "Last modified" date Platforms tested: IE 5
* [svn-r3311] Frank Baker2001-01-1934-110/+2
| | | | | | | Purpose, Description, and Solution: Removed cross-links to Ragged Array doc files (above). Platforms tested: IE 5
* [svn-r3310] Frank Baker2001-01-191-2/+0
| | | | | | | | | Purpose: To remove ragged array doc files (1 each in UG and RM) Solution: Removed ragged array doc files Ragged.html and RM_H5RA.html Platforms tested: IE 5
* [svn-r3309] MuQun Yang2001-01-191-0/+0
| | | | | | | | | | Purpose: remove ragged test and source code on windows Description: Solution: modify hdf5timingtest.bat and all.dsw project Platforms tested: windows 2000
* [svn-r3308] Frank Baker2001-01-192-618/+0
| | | | | | | | | | | Purpose: Removing Ragged.html and RM_H5RA.html from the HDF5 doc set. These are the UG and RM pages, respectively, for Ragged Arrays, which were removed from the library last week. Solution: Removed the files Ragged.html and RM_H5RA.html. Platforms tested: IE 5
* [svn-r3307] Purpose:Quincey Koziol2001-01-191-8/+0
| | | | | | | | | | | Code cleanup Description: File was being opened around several dataspace operations which don't need the file to be open. Solution: Removed file open/close around the dataspace operations. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3306] Elena Pourmal2001-01-191-16/+17
| | | | | | | | | | | | Purpose: Bug fix. Description: While building on T3E, I noticed several compiler warnings about variable being used before its value was defined. Solution: Fixed. Platforms tested: T3E (mcurie.nersc.gov)
* [svn-r3305] Purpose:Quincey Koziol2001-01-192-5/+8
| | | | | | | | Code cleanup Description: Removed some additional references to ragged arrays. Platforms tested: IRIX64 (modi4)
* [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