summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3408] Purpose:Robert E. McGrath2001-02-1459-1499/+10571
| | | | | | | | Adding new feature. Description: XML output option to h5dump Platforms tested: SPARC Solaris 2.7, Irix6.5 (32bit), Linux, Win98
* [svn-r3406] Purpose:Bill Wendling2001-02-132-2/+2
| | | | | | | | | | | | | | Fixlet Description: FIxed the hack for the INSTALL macro. It was checking the "whole" path to the install-sh script instead of if it was just a relative path with install-sh at the end. Solution: Changed the test to match any relative path with install-sh at the end. This assumes that the install-sh is the one we supply to them (an assumption it was making before, really). Platforms tested: Gondolin, Linux
* [svn-r3405] Purpose:Bill Wendling2001-02-131-0/+1
| | | | | | Addition Description: Added doc/html/Intro/Dependencies file
* [svn-r3404] Purpose:Bill Wendling2001-02-131-0/+0
| | | | | | | | Fix Description: Needed Dependencies file for the Makefiles. Solution: Added
* [svn-r3403] Purpose:Bill Wendling2001-02-122-521/+535
| | | | | | | | | | | | | | Fix Description: On machines which use the bin/install-sh script, it wasn't picking up the install-sh script unless it was one directory depth away from it (ie, it thought that it was in ../bin/install-sh, which isn't good if, like with the documentation, it's in a deeper directory). Solution: Hacked it up so that, if it does use the broken relative-path schema, then it will change it to use the $(top_srcdir) macro instead. Platforms tested: Linux
* [svn-r3402] Purpose:Bill Wendling2001-02-122-9/+9
| | | | | | | | | | | Fix Description: I didn't add the doc/html/Intro directory to the MAkefile configure stuff. Solution: Added Platforms tested: Linux
* [svn-r3401] Purpose:Albert Cheng2001-02-122-8/+8
| | | | | | | | | [is this a bug fix? feature? ...] Description: Changed the default settings for enable-production and enable-debug to no and yes respective, for this development branch. Platforms tested: Modi4 parallel and eirene.
* [svn-r3400] Purpose:Quincey Koziol2001-02-123-566/+532
| | | | | | | | | Code cleaning Description: Moved all gcc compiler flags into the config/gnu-flags file and re-added the warning flags removed during the beta testing. Platforms tested: FreeBSD 4.2 (hawkwind)
* [svn-r3398] Purpose:Quincey Koziol2001-02-102-3/+3
| | | | Update the version number after the tree split.
* [svn-r3395] MuQun Yang2001-02-091-1/+7
| | | | | | | | | | | | | | Purpose: present a problem of h5toh4 release dll problem on windows NT and 2000 Description: see the text for h5toh4 problem Solution: document in the release file Platforms tested: [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-r3394] hdf5-1_4_0MuQun Yang2001-02-091-0/+0
| | | | | | | | | | | | Purpose: bug fix for h5toh4 converter test batch file and add install example batch file Description: The previous h5toh4 test batch file is complicated and easy to make mistakes for testers, rewrite h5toh4 test batch file Solution: copy hdp into the directory where h4toh5 converter exe file is located. Platforms tested: windows 2000,NT and 98
* [svn-r3393] MuQun Yang2001-02-091-0/+0
| | | | | | | | | Purpose: add install example batch file Description: Solution: Platforms tested: windows NT, 2000
* [svn-r3392] MuQun Yang2001-02-091-299/+400
| | | | | | | | | | Purpose: windows install documents updated Description: fix some text bugs as well as descriptions of h5toh4 converter testing batch file Solution: Platforms tested: windows 2000
* [svn-r3391] Purpose:Bill Wendling2001-02-091-1/+3
| | | | | | UPdate Description: Added Intro/Makefile.in to the MANIFEST
* [svn-r3390] Purpose:hdf5-1_4_1Bill Wendling2001-02-092-1/+24
| | | | | | Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in
* [svn-r3389] Frank Baker2001-02-091-0/+1
| | | | | Purpose: Add file ./doc/html/Intro/IntroExamples.html
* [svn-r3388] Frank Baker2001-02-094-4/+4
| | | | | | | | | | | Purpose: Marking files for "Release 1.4, February 2001." Description: Across doc files Updating "Describes HDF5 Release..." entry to "Describes HDF5 Release 1.4, February 2001." Platforms tested: IE 5
* [svn-r3387] Frank Baker2001-02-0940-44/+44
| | | | | | | | | | | | | Purpose: Marking files for "Release 1.4, February 2001." Description: Across doc files Updating "Describes HDF5 Release..." entry to "Describes HDF5 Release 1.4, February 2001." Copyright.html: Added 2001 to years copyrighted. index.html: Changed header to Release 1.4 (from 1.4 Beta) Platforms tested: IE 5
* [svn-r3386] Frank Baker2001-02-091-0/+2111
| | | | | | | | | Purpose: Contains code examples from doc/H5.intro.html (Intro to HDF5). These were moved so that examples can be displayed in a separate browser window and viewed in parallel with reading the document. Platforms tested: IE 5
* [svn-r3385] Added description of known bug in h4toh5 images.Robert E. McGrath2001-02-091-0/+18
| | | | | | | | | | | | | | | | Purpose: [is this a bug fix? feature? ...] Description: [describe the bug, or describe the new feature, etc] Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [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-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