summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3199] Binh-Minh Ribler2000-12-2329-226/+146
| | | | | | | | | | | | | | | | | | Purpose: bug fix Description: I found a couple of places where virtual destructors were missing and could cause small memory leaks. Also, some destructors were not virtual when they should be. Solution: - added virtual destructors, which also free dynamically allocated memory - added virtual to several destructors - also, fixed several typos Platforms tested: Solaris 2.7 (arabica)
* [svn-r3198] Frank Baker2000-12-221-3/+2
| | | | | | | Purpose: Changing notation to indicate post-Beta Platforms tested: IE 5
* [svn-r3197] Frank Baker2000-12-221-0/+97
| | | | | Purpose: Adding HDF5 Tutorial files (./doc/html/Tutor/*)
* [svn-r3196] Frank Baker2000-12-2291-0/+8418
| | | | | | | Purpose: Adding Tutorial to development branch (R 1.4) Platforms tested: IE 5
* [svn-r3195] Frank Baker2000-12-221-2/+0
| | | | | | | Purpose: Adding tutorial to development branch (R 1.4) Platforms tested: IE 5
* [svn-r3194] MuQun Yang2000-12-221-10/+15
| | | | | | | | | | | | | | | | | | Purpose: bug fix Description: 1. zeroing out memory before using the memory buffer 2. before wrongly using Vquerysize API of HDF4 to obtain the real file size of record type in HDF4. Actually Vquerysize will return the real data type size in Memory. That will cause the object reference difference on Cray which file size is not equal memory size. Solution: 1. using h4toh5ZeroingMemory function to zero out memory. 2. calcuating the real file size of vdata record in the converter instead of using Vquerysize HDF4 API. Platforms tested: Cray J90, arabica, eirene
* [svn-r3193] MuQun Yang2000-12-225-9/+25
| | | | | | | | | | | | Purpose: bug fix Description: Zeroing out all memory buffer before it is being used. Solution: using h4toh5ZeroMemory function Platforms tested: linux(eirene), arabica(sun 2.7)
* [svn-r3192] MuQun Yang2000-12-221-0/+6
| | | | | | | | | | | Purpose: a windows bug fix Description: so that sec2 driver can support >2 G file on windows NTFS Solution: using lseek_i64 for windows platform Platforms tested: tested on windows 2000, confirmed on eirene and arabica
* [svn-r3191] MuQun Yang2000-12-221-1/+25
| | | | | | | | | | | | Purpose: a windows bug fix Description: support > 2G file on windows NTFS Solution: using fsetpos to seek the address Platforms tested: windows 2000, confirmed on arabica and eirene.
* [svn-r3190] Purpose:Bill Wendling2000-12-221-1/+1
| | | | | | | | | | | | | | Bug fix Description: This should fix the problem with installing the Fortran module files. Solution: This script determines if the HDF5 module is created. If it is, then we assume that we need to install all of the modules. I check for both upper and lowercase in the name cause I'm not sure what weird fortran compilers will do. Platforms tested: Linux
* [svn-r3189] Purpose:Quincey Koziol2000-12-222-2/+2
| | | | Changed version number to beta3, now that beta2 is out.
* [svn-r3188] Frank Baker2000-12-222-0/+581
| | | | | | | | | Purpose: Checking in MountingFiles.html and Performance.html. These documents were originally created in 1.2 branch and never checked in to the development branch. Platforms tested: IE 5
* [svn-r3187] Frank Baker2000-12-2217-36/+0
| | | | | | | | Purpose: Removed index links to Palettes.html (removed from doc set) in all User Guide files. Platforms tested: IE 5
* [svn-r3186] Frank Baker2000-12-221-0/+2
| | | | | | | | Purpose: Added pointer to updated doc set as we move from beta to actual release. Platforms tested: IE 5
* [svn-r3185] Frank Baker2000-12-211-6/+11
| | | | | | | | Description: Minor edits Commented out docs that are not in the 1.4 Beta set Platforms tested: IE 5
* [svn-r3184] Frank Baker2000-12-211-0/+1
| | | | | Purpose: Added ./doc/html/ADGuide/H4toH5Mapping.doc
* [svn-r3183] Frank Baker2000-12-212-0/+0
| | | | | | | | Purpose: Extensive revision of October 2000 Source file (H4toH5Mapping.doc) added to tree but not distributed Platforms tested: IE 5
* [svn-r3182] Frank Baker2000-12-211-5/+2
| | | | | | | | Purpose: Removed Palettes.html (which has been replaced by ADGuide/ImageSpec.html) Platforms tested: IE 5
* [svn-r3181] Frank Baker2000-12-211-3/+3
| | | | | | | | | | Purpose: Bugfix -- #446 Description: H5Tget_offset has been fixed so that it returns a negative value on failure. This is now reflected in RM. Platforms tested: IE 5
* [svn-r3180] Frank Baker2000-12-211-0/+13
| | | | | | | | | Purpose: Adding new doc files App Developer's Guide (with member docs) C++ and Fortran90 API docs Platforms tested: IE 5
* [svn-r3179] Frank Baker2000-12-214-0/+731
| | | | | | | | | | Purpose: Bringing the Application Developer's Guide into R1.4 (from R1.2) Subdocuments: HDF5 Image and Palette Specification Mapping HDF4 Objects to HDF5 Objects Platforms tested: IE 5
* [svn-r3178] Frank Baker2000-12-211-0/+128
| | | | | | | Purpose: Bringing the Application Developer's Guide into R1.4 (from R1.2) Platforms tested: IE 5
* [svn-r3177] Frank Baker2000-12-211-21/+46
| | | | | | | Purpose: Added and edited C++ and Fortran90 doc links Platforms tested: IE 5
* [svn-r3176] Frank Baker2000-12-211-68/+247
| | | | | | | Purpose: Added h4toh5 Platforms tested: IE 5
* [svn-r3175] Frank Baker2000-12-213-0/+1413
| | | | | | | | | | | Purpose: CppUserNotes.pdf CppUserNotes.doc (not for distribution) CppInterfaces.html New C++ API documents -- "HDF5 C++ User's Notes" and "HDF5 C++ Interfaces" Platforms tested: IE 5
* [svn-r3174] Frank Baker2000-12-211-0/+117
| | | | | | | Purpose: New Fortran90 API doc -- "HDF5 Fortran90 User's Notes" Platforms tested: IE 5
* [svn-r3173] Updated with new feature of mpich, system information of IBM SP andAlbert Cheng2000-12-211-4/+6
| | | | O2K, plus some editing about the shared library errors.
* [svn-r3172] Updated IBM SP installation steps, hopefully simpler to follow.Albert Cheng2000-12-211-6/+41
|
* [svn-r3171] Updated with latest information for Tflops. Things are simplerAlbert Cheng2000-12-211-11/+53
| | | | now that there is a supported mpich that includes mpi-io.
* [svn-r3170] MuQun Yang2000-12-201-1/+10
| | | | | | | | | | | | Purpose: Update some descriptions for the install file Description: Solution: 1) add a note for building library: users can also use batch build to build lib. 2) add a warning note for h5toh4 autotest crude script so that users may carefully input parameters. Platforms tested: doesn't have to be tested.
* [svn-r3169] MuQun Yang2000-12-201-0/+0
| | | | | | | | | | | | | Purpose: Not a bug fixed, just make it easy for me to test on windows. Description: Set the path of the project to be consistent with the project in friede Users who want to test h4toh5 and h5toh4 have to set hdf4 library path by themselves. Solution: Update h4toh5.dsp h4toh5dll.dsp h5toh4.dsp and h5toh4dll.dsp Platforms tested: Win 2000(don't have to be tested on any other platforms)
* [svn-r3168] Purpose:Quincey Koziol2000-12-201-5/+6
| | | | Correct a few small typos in version numbers, etc.
* [svn-r3167] Purpose:Bill Wendling2000-12-201-0/+3
| | | | | | | Documentation Description: Documented the known bug that module files aren't installed if they are created.
* [svn-r3166] Updated for 1.4.0-beta2 release.Albert Cheng2000-12-201-1/+1
|
* [svn-r3165] Increase subrelease string to beta2 to avoid confusion.Albert Cheng2000-12-201-1/+1
|
* [svn-r3164] Purpose:Albert Cheng2000-12-201-1/+1
| | | | | | | | | | | | Improvement Description: The -i option used to increment the first number it finds in the SUBRELEASE string. So, beta1-post0 becomes beta2-post0. Solution: Changed to increment the last number it finds. So, beta1-post0 becomes beta1-post1. Platforms tested: eirene and modi4.
* [svn-r3163] Barbara Jones2000-12-201-72/+92
| | | | | Description: Made changes given to me by Elena (still needs others?)
* [svn-r3162] Purpose:Quincey Koziol2000-12-203-8/+0
| | | | | | | | | | | | | Bug Fix Description: If the library was compiled with 'NDEBUG' defined, but the user's program (the fortran API in this case) was compiled with 'NDEBUG' not defined, the IDs returned from the library would appear to be incorrect. Solution: Removed 'ifndef NDEBUG' from around "H5I_TEMPLAX_MAX" definition and error checking. Platforms tested: Linux 2.2 (eirene) & FreeBSD 4.2 (hawkwind)
* [svn-r3161] Purpose:Albert Cheng2000-12-194-12/+12
| | | | | | | | | | | | | | | | | | | Prepare for 1.4.0beta1 release README: src/H5public.h: Updated with 1.4.0beta1 version information. configure.in: Changed default setting to --enable-production --disable-debug. configure: Derived from configure.in via autoconf. Platforms tested: Eirene (linux) running just the configure command and compared difference with previous configure output to verify expected difference.
* [svn-r3160] Purpose:Albert Cheng2000-12-191-1/+1
| | | | | | | | | | | | Bug fix Description: The last modification put an extra comma in the AC_CHECK_HEADERS that would generate an bad configure file. Solution: Removed the comma. Platforms tested: Ran autoconf and verified it by comparing the same with the current working configure file which has been tested.
* [svn-r3159] Updated.Albert Cheng2000-12-191-1/+3
|
* [svn-r3158] Purpose:Quincey Koziol2000-12-191-0/+12
| | | | | | Document testing problems Description: Document certain "false negatives" when testing h5ls on certain platforms.
* [svn-r3157] MuQun Yang2000-12-191-2/+1
| | | | | | | | | Purpose: According to Elena's suggestion, we no longer use VC 5.0 to test on windows platform. Description: Solution: Delete VC 5.0 in this file. Platforms tested:
* [svn-r3156] Elena Pourmal2000-12-191-2/+2
| | | | | | | | | Purpose: Maintenance Description: I did not put the correct comment user should look for. Solution: Fixed.
* [svn-r3155] Elena Pourmal2000-12-191-0/+9
| | | | | | | | | | | | Purpose: Maintenance Description: On Crays H5Dff.f90, H5Aff.f90 and H5Pff.f90 files should be modified before building the Fortran Library. Lines with the double precision subroutines declarations have to be commented out. Solution: Added neccesary info to the approptiate section.
* [svn-r3154] MuQun Yang2000-12-181-7/+36
| | | | | | | | | | | Purpose: update installing description file on windows Description: Solution: 1. add notes for avoiding the strange bug(tvlstr.c) on building test suite. 2. add notes for h4toh5 and h5toh4 converter building and testing descriptions. Platforms tested: Win NT 4.0,5.0 and WIn 98
* [svn-r3153] MuQun Yang2000-12-181-0/+0
| | | | | | | | | Purpose: add another test script for h5toh4 converter on win98 Description: Solution: add another test script for h5toh4 converter on win98 Platforms tested:
* [svn-r3152] Purpose:Bill Wendling2000-12-181-6/+7
| | | | | | Update Description: Changed 1.2.0 to 1.4.0 and corrected the bzip'd sample command.
* [svn-r3151] Updated with 1.4.0.beta1 information.Albert Cheng2000-12-181-4/+11
|
* [svn-r3150] Purpose:Bill Wendling2000-12-181-5/+3
| | | | | | | | | | | Another fix... Description: This should work for all platforms now. The other fix didn't work for the Linux platform Solution: Explicitly copy the modules if they exist. Platforms tested: Linux