summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3384] Purpose:Quincey Koziol2001-02-091-1/+3
| | | | | | | | | | | | | | Bug Fix Description: The 'carry' variable in the general floating point-to-floating point conversion routine wasn't getting initialized correctly and was causing problems while converting certain sequences of floating point numbers on the Cray SV1. Solution: Added 'else carry=0;' line to always reset the carry variable to a known value. Platforms tested: Cray SV1 (killeen)
* [svn-r3383] Frank Baker2001-02-091-0/+1
| | | | | | | Purpose: Added direct link from docs index page to ADGuide/Changes.html. Platforms tested: IE 5
* [svn-r3382] Frank Baker2001-02-091-1948/+27
| | | | | | | | | Purpose: Extracted code examples from document file so that examples can be displayed in separate window and viewed in parallel with reading the doument. Platforms tested: IE 5
* [svn-r3381] Frank Baker2001-02-091-4/+216
| | | | | | | Purpose: Added array datatype class section. Platforms tested: IE 5
* [svn-r3380] Took about the failure of stream-vfd for IRIX64 since it was ↵Albert Cheng2001-02-081-5/+3
| | | | | | "fixed". Insert couple spaces before a few lines to make them look consistent.
* [svn-r3379] Purpose:Albert Cheng2001-02-081-1/+1
| | | | | | | | | | | | | "Bug fix" Description: It could not create the stream file in modi4 because port 5678 is used by a recently installed application in modi4. But the reading side just waited there and the two test processes have to be killed by hand. Solution: Changed to use port 10007 instead, hoping less chance of conflict with other applications. Just a short-term solution. Platforms tested: modi4.
* [svn-r3378] Frank Baker2001-02-071-1/+39
| | | | | | | Purpose: Adding H5Tget_member_class to RM. Platforms tested: IE 5
* [svn-r3377] Raymond Lu2001-02-071-0/+2
| | | | | | | | | Purpose: Document a known problem. Description: The Stream VFD testing failed on IRIX64 6.5(n32, modi4). Platforms tested: IRIX64 6.5 N32, modi4.
* [svn-r3376] Elena Pourmal2001-02-071-1/+3
| | | | | | | | | | Purpose: Update. Description: NERSC T3e OS version number has been changed. Refelected this update in the appropriate section of the file. Added a sentence about fixed conversion bug to the "Bugs fixed since ...-beta2" section.
* [svn-r3375] MuQun Yang2001-02-071-0/+0
| | | | | | | | | Purpose: update all.dsw to include h4toh5dll and h5toh4dll Description: Solution: Platforms tested: win 2000,NT, should not affect other platforms
* [svn-r3374] Purpose:Bill Wendling2001-02-061-1/+2
| | | | | | | | | | | Bug fix Description: The /bin/csh shell was causing problems if you were using a different shell than csh (like bash). It couldn't find the compiler. Solution: Changed to the more standard /bin/sh Platforms tested: Linux
* [svn-r3373] Purpose:Bill Wendling2001-02-061-4/+4
| | | | | | | | | | | Bug Fix Description: I somehow overlooked dataset_p1.obj which was listed as a file to install. Solution: Removed dataset_p1.obj from the list. Platforms tested: Linux
* [svn-r3372] Elena Pourmal2001-02-061-1/+1
| | | | | | | | | | | Purpose: Typo fix Description: While running a snapshot, I noticed that MANIFEST has _DO_NO_DISTRIBUTE_ typo. Solution: Fixed. Platforms tested: PDP-11 and BESM-6
* [svn-r3371] Snapshot version 1.4 release 0 (beta3-pre4)Elena Pourmal2001-02-063-3/+9
|
* [svn-r3370] Purpose:Bill Wendling2001-02-061-0/+4
| | | | | | | | Documentation Description: Documented the ``install-doc'' option addition/fix. Platforms tested: PDP-10
* [svn-r3369] Purpose:Albert Cheng2001-02-061-0/+5
| | | | | | | | | | | Bug fix (feature) Description: It did not recognize the op-configure keyword as a possible type of test. Solution: Added the feature to handle op-configure. Platforms tested: Linux, freebsd.
* [svn-r3368] Elena Pourmal2001-02-061-0/+1
| | | | | | | Purpose: Maintenance Description: Added ./examples/run_examples.sh line to the file
* [svn-r3367] Elena Pourmal2001-02-061-0/+56
| | | | | | | | | | | Purpose: Maintenance Description: C examples directory did not have a script to run examples. Solution: Added. Needs more work to catch failures. Platforms tested: O2k (modi4)
* [svn-r3366] Purpose:Quincey Koziol2001-02-061-0/+2
| | | | | | Updated information Description: Mentioned port to Cray SV1 machine.
* [svn-r3365] Purpose:Albert Cheng2001-02-061-16/+31
| | | | | | | | | | | | | Bug fix, feature, cleaning code Description: It could not find bin/locate_hdf5. Solution: Explicitedly use the bin/locate_hdf5 in the snapshots/current area. Also, added Usage page to be printed when -h(elp) is asked or when there is error in command option. Cleaned some old code no longer used. Platforms tested: eirene
* [svn-r3364] Purpose:Quincey Koziol2001-02-051-1/+1
| | | | | | | | Bug fix Description: Fix typo in variable name Platforms tested: Eyeballed...
* [svn-r3363] Frank Baker2001-02-051-2/+2
| | | | | | | | | | | Purpose: The variable specifying one possible creation length for a variable-length string was misidentified. Solution: Changed erroneous occurence of H5T_STRING_VARIABLE to the correct occurence of H5T_VARIABLE. Platforms tested: IE 5
* [svn-r3362] Purpose:Bill Wendling2001-02-051-0/+3
| | | | | | | | Feature Add Description: Added the ``install-doc'' command to the Makefile. Platforms tested: Linux, Solaris.
* [svn-r3361] Purpose:Bill Wendling2001-02-051-36/+53
| | | | | | Update Description: Updated with the new files in the doc/ directories.
* [svn-r3360] Purpose:Bill Wendling2001-02-058-0/+96
| | | | | | | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Purpose: Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r3359] Purpose:Bill Wendling2001-02-0512-40/+188
| | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r3358] Purpose:Bill Wendling2001-02-052-6/+24
| | | | | | | | | Feature Fix Description: Added more Makefile generations to support the ``install-doc'' command. Platforms tested: Linux, Solaris
* [svn-r3357] Purpose:Bill Wendling2001-02-051-2/+2
| | | | | | Formatting Platforms tested: Solaris
* [svn-r3356] Purpose:Bill Wendling2001-02-051-13/+13
| | | | | | Formatting... Platforms tested: Solaris
* [svn-r3355] Purpose:Bill Wendling2001-02-051-8/+10
| | | | | | | | | | | Fix Description: Fixed the install-doc feature. Solution: It manually tests if the appropriate doc directory is there. If not, then it mkdir's it and proceeds to the subdirectory installs. Platforms tested: Linux, Solaris
* [svn-r3354] Purpose:Bill Wendling2001-02-051-6/+8
| | | | | | | | | | | | Fix for install-doc feature Description: I fixed the install-doc feature so that it actually works! (Imagine :-). Solution: It manually checks if the DOCDIR exists. If not, then it mkdir's it. Then it does the install of the appropriate docs. Platforms tested: Linux, Solaris
* [svn-r3353] Description:Albert Cheng2001-02-051-0/+2
| | | | | | | | Automatically update the HISTORY.txt and RELEASE.txt to in doc/html/ADGuide by copying the same files at the top level to them. This keeps the two files updated right before release. Platforms tested: eirene.
* [svn-r3352] Updated with the file name changes of RELEASE.txt and HISTORY.txt.Albert Cheng2001-02-052-2/+2
|
* [svn-r3351] Updated with file name changes.Albert Cheng2001-02-051-3/+3
| | | | | Platforms tested: bin/chkmanifest in eirene.
* [svn-r3350] Renamed INSTALL_Windows as INSTALL_Windows.txt so thatAlbert Cheng2001-02-051-0/+0
| | | | MS-Windows users can read it more readily.
* [svn-r3349] Renamed HISTORY as HISTORY.txt and RELEASE as RELEASE.txt so thatAlbert Cheng2001-02-052-0/+0
| | | | MS-Windows users can read it more readily.
* [svn-r3348] Purpose:Albert Cheng2001-02-051-32/+58
| | | | | | | | | | | new feature Description: It now reads a configuration file ($HOME/snapshots-hdf5/snaptest.cfg) to set up the configure options of the tests, and what type of tests to run for each host. Platforms tested: Eirene launched a full blown test on all machines involved in the daily test.
* [svn-r3346] ./hdf5-1.4/src/H5Tconv.cRobb Matzke2001-02-031-0/+36
| | | | | | | | 2001-02-03 00:19:25 Robb Matzke <matzke@llnl.gov> * H5T_conv_f_f: Fixed a bug where I had forgotten to increment the floating-point exponent if rounding the significand resulted in a carry. Thanks to Guillaume Colin de Verdiere for finding this one!
* [svn-r3345] Frank Baker2001-02-021-1/+3
| | | | | | | Description: Adding two files: ./doc/html/ADGuide/HISTORY.txt ./doc/html/ADGuide/RELEASE.txt
* [svn-r3344] Frank Baker2001-02-023-1287/+1445
| | | | | | | | | | | | | | | | | | | | | Purpose: Extracting RELEASE and HISTORY from Changes.html and distributing them as separate files will not only leave Changes.html easier to read, but will ease maintenance. Solution: Removed the RELEASE and HISTORY files' contents from Changes.html, inserting links instead. Changes.html now points to RELEASE.txt and HISTORY.txt, duplicates of hdf5/RELEASE and hdf5/HISTORY. These two files will henceforth be distributed within the doc set so that this information can be available to applications developers who cannot access the HDF website (e.g., due to a firewall) and are working without the HDF5 source code. Affected files: hdf5/doc/html/ADGuide/Changes.html hdf5/doc/html/ADGuide/RELEASE.txt hdf5/doc/html/ADGuide/HISTORY.txt Platforms tested: IE 5
* [svn-r3343] MuQun Yang2001-02-021-0/+1
| | | | | | | | Purpose: add all_withhdf4.zip Description: Solution: Platforms tested:
* [svn-r3342] MuQun Yang2001-02-021-0/+0
| | | | | | | | | | | | Purpose: A new zip file including all projects for windows platforms Description: This new zip file is used to build and test hdf5 libaries, non-hdf4 related tools and hdf4 related tools. It is the most comprehensive one. Users must have hdf4 libs installed in his windows machine. Solution: Platforms tested: win 2000, win NT
* [svn-r3341] MuQun Yang2001-02-021-0/+0
| | | | | | | | | | Purpose: change all.zip for the purpose of only testing hdf5 lib and non-hdf4 related tools Description: remove projects h4toh5,h4toh5dll,h5toh4 and h5toh4dll Solution: Platforms tested: win 2000, and NT
* [svn-r3340] MuQun Yang2001-02-023-135/+504
| | | | | | | | | | | | Purpose: document fixed Description: 1) Modify windows install documentation(install_WINDOWS) so that users can choose build and test basic hdf5 lib and tools or hdf4-related hdf5 tools 2) update windows information for RELEASE and INSTALL files Solution: Platforms tested:
* [svn-r3339] Got rid some debug echo statements.Albert Cheng2001-01-311-6/+1
|
* [svn-r3338] Purpose:Bill Wendling2001-01-311-0/+10
| | | | | | | | Documentation of bug Description: The --enable-static-exec flag doesn't work for Solaris and Linux systems. On Solaris this is due to there not being a static version of the libdl library. On Linux, it fails during the testing.
* [svn-r3337] Binh-Minh Ribler2001-01-311-1/+1
| | | | | | | | | | | Purpose: Small bug fix Description: A stub function has returned type hsize_t but returns -1. Solution: Changed returned value from -1 to 0 Platforms tested: Solaris (arabica)
* [svn-r3336] Purpose:Albert Cheng2001-01-312-5/+6
| | | | | | | | | | | | | | Simple twist Description: snapshot used to just use whatever `hostname` returns. Often it is the fully qualified name but sometimes just hostname without the domain part. Inconsistent. Solution: Chopped off any domain part and use just the host name. Use the 'cut' command rather than the sed with ncsa.uiuc.edu hardcoded. Applied that to runtest too. Platforms tested: Should work. Will find out if the daily tests still work.
* [svn-r3335] Purpose:Quincey Koziol2001-01-301-8/+8
| | | | | | | | | | | Config cleanup Description: In production environments, the optimization flag for gcc was set to -O6, which has some code-generation problems in certain environments. Solution: Turned optimizations down to -O2, which is still pretty bleeding edge. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3334] Purpose:Albert Cheng2001-01-301-7/+40
| | | | | | | | | | New Feature Description: It supports a configure file (snapshots.../snaptest.cfg). Currently, it recognize comment lines (started with #) and the standard configuration. Platforms tested: Eirene (Linux)