summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3827] Purpose:Quincey Koziol2001-04-191-4/+4
| | | | | | | | | | | | | Bug fix. Description: 'make distclean' is broken on FreeBSD 4.3, with some syntax errors. I have a feeling that the make command is more picky in FBSD 4.3 than in 4.2 which is what is causing these errors to crop up now. Solution: Add missing semicolon to line in 'clean' target and take out bogus '-'s in front of "$(RM)" commands which are already in if's Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3824] Frank Baker2001-04-1817-17/+27
| | | | | | | | Purpose: Update "Describes HDF5 Release..." footer from R1.4 to "Release 1.5, Unreleased Development Branch" Platforms tested: IE 5
* [svn-r3823] Frank Baker2001-04-1838-38/+38
| | | | | | | | Purpose: Update "Describes HDF5 Release..." footer from R1.4 to "Release 1.5, Unreleased Development Branch" Platforms tested: IE 5
* [svn-r3822] Frank Baker2001-04-1838-41/+49
| | | | | | | | Purpose: Update "Describes HDF5 Release..." footer from R1.4 to "Release 1.5, Unreleased Development Branch" Platforms tested: IE 5
* [svn-r3821] Frank Baker2001-04-181-895/+699
| | | | | | | | | | | | | | | Purpose: Repair damaged HTML coding (caused by the Netscape editor) and restore additions since that damage occured. Add h5dump subsetting material. Description: Reverted to earlier version to restore HTML coding. Re-entered h5dump XML material and explanatory comment re h5dump flag parameters. Added h5dump subsetting material. Other editing and formatting within h5dump description. Platforms tested: IE 5
* [svn-r3818] Purpose:Albert Cheng2001-04-181-26/+18
| | | | | | | | | | | | | Bug fix and clean up. Description: The part that should test 4GB was actually testing 2GB due to typo. Solution: Corrected the typo to use 4GB constant. Rearranged the code to group 2GB and 4GB tests in their own. Removed some duplicated testing code. Platforms tested: modi4.
* [svn-r3817] Frank Baker2001-04-171-3/+3
| | | | | | | | | Purpose: Label for "R 1.5, Unrelease Development Branch". Description: Changed appropriate subtitle line and appropriate footer. Platforms tested: IE 5
* [svn-r3816] Frank Baker2001-04-173-590/+635
| | | | | | | | Description: Importing Intro, ADG, and doc index changes from 1.4 release branch to 1.5 dev branch Platforms tested: IE 5
* [svn-r3814] Purpose:Bill Wendling2001-04-162-14/+28
| | | | | | | | | | | | | | | Cleanup Description: If there isn't anything to "remove" during the cleanup faze. This stops the "make clean"s from printing out: rm -f all of the time. Solution: Check if hte macros have anything in them before calling the rm. Platforms tested: Linux
* [svn-r3813] Purpose:Quincey Koziol2001-04-161-0/+2
| | | | | | Update.. Description: Add OSF5 files.
* [svn-r3812] Purpose:Albert Cheng2001-04-131-6/+15
| | | | | | | | | | | | | Improvement Description: The DIFF used to keep running after detecting significant code changes. This was done in order to see all changes but no one seems to look at the diff any more. So, let it end the DIFF cycle once it determines there are enough differences for a new test. Added "install install-doc uninstall uninstall-doc" to the test cycle. Platforms tested: Eirene, gondolin, modi4
* [svn-r3811] Purpose:Bill Wendling2001-04-131-11/+23
| | | | | | | | | | | | Update Description: If the count for a subset isn't specified, then we default to the remainder of the dataset. Solution: Check for the count to be specified. If not, then find the dimensions of the dataset and subtract from the the "start" parameter. Platforms tested: Linux
* [svn-r3810] Purpose:Bill Wendling2001-04-132-405/+58
| | | | | | Update Description: Removed test for zlib since the C++ library doesn't need it.
* [svn-r3809] Purpose:Bill Wendling2001-04-131-14/+26
| | | | | | | | | | | Bug Fix Description: On the T3E, the hack about SUBDOCDIR macro didn't work cause it wanted an actual value to be in this macro. Well, it wasn't, so now I check that it actually has a value. Solution: Check that DOCDIR and SUBDOCDIR have a value before trying to do anything with it.
* [svn-r3808] Purpose:Quincey Koziol2001-04-131-0/+1
| | | | | | Document port. Description: Mention port to OSF5
* [svn-r3807] Purpose:Quincey Koziol2001-04-138-717/+775
| | | | | | | | | | | | | | Portability changes Description: Very quick port to Compaq (nee DEC) Alpha OSF5. Solution: Added a new "dec-osf5.x" configuration file and changed configure.in to look for it. The local test machine is now passing all the tests, except I can't get the "-L<path>" stuff to work, so tools which depend on the HDF4 library around tested. Platforms tested: Compaq Alpha 5.1 (compaq.ncsa.uiuc.edu)
* [svn-r3806] Purpose:Bill Wendling2001-04-121-309/+346
| | | | | | | | Update Description: Wrote description of the subsetting feature that the h5dumper has. Platforms tested: w3m
* [svn-r3804] Purpose:Bill Wendling2001-04-123-3/+3
| | | | | | | | | | | | | | Bug Fix Description: If we need to specify a -R flag for dynamic libraries (like, in the case when we specify --with-hdf4), then this flag needs to be added to the linking line so that it will show up in the generated library and other programs linking to that library will be able to find the relevant libraries. Solution: Added the DYNAMIC_DIRS macro to the link line. Platforms tested: Arabica
* [svn-r3803] Frank Baker2001-04-118-86/+183
| | | | | Purpose: Importing RM changes from 1.4 release branch into development branch (1.5)
* [svn-r3802] Frank Baker2001-04-114-184/+117
| | | | | Purpose: Importing UG changes from 1.4 release branch into development branch (1.5)
* [svn-r3801] MuQun Yang2001-04-111-0/+0
| | | | | | | | | | | Purpose: bug fix Description: 1. fix project setting for h4toh5test 2. fix the typo at dumptest batch file Solution: Platforms tested: windows 2000
* [svn-r3800] MuQun Yang2001-04-111-0/+0
| | | | | | | | | | | Purpose: a bug fix for dumptest batch file Description: fix a typo at h5dump command line Solution: change h5dump .... attr ... into h5dump ..../attr... Platforms tested: windows 2000
* [svn-r3799] MuQun Yang2001-04-111-1/+1
| | | | | | | | | | | Purpose: a bug fix Description: forget considering daylight factor for mtime test on windows platform Solution: adding daylight factor in this file Platforms tested: windows 2000, confirmed at eirene
* [svn-r3795] Purpose:Bill Wendling2001-04-102-186/+248
| | | | | | | | | | | | | Update Description: Updated the way the subsetting data is retrieved. It now does it one row of blocks at a time. It may still run out of memory, but this is at least a good first step. Also, the start parameter defaults to (0, 0, ...) if it isn't specified. Platforms tested: Linux
* [svn-r3794] Purpose:Bill Wendling2001-04-101-0/+3
| | | | | | | | Bug Fix Description: uninstall-doc wasn't declared at the top level Makefile. Solution: Added it.
* [svn-r3791] Snapshot version 1.5 release 3HDF Admin2001-04-082-2/+2
|
* [svn-r3782] Purpose:Bill Wendling2001-04-051-1/+2
| | | | | | | Update Description: Changed old style includes "with <>" to new style 'with ""' for dependencies gathering.
* [svn-r3781] Purpose:Bill Wendling2001-04-05129-1049/+1142
| | | | | | | | | | | | | | | | | | Update Description: Changed #include <hdf_file.h> construct to #include "hdf_file.h" so that the GNU compiler can more easily pick up the dependencies which it places in the .depend and Dependencies files. Also regenerated the Dependencies to go along with this. Platforms tested: Linux
* [svn-r3780] Purpose:Bill Wendling2001-04-056-7/+8
| | | | | | | | | | | | | | Update Description: Changed #include <hdf5_file.h> to #include "hdf5_file.h" to be consistent with the new way of generating dependencies.
* [svn-r3779] Purpose:Bill Wendling2001-04-051-112/+325
| | | | | | | | Update Description: Updated from the new Dependencies generation stuff. Platforms tested: Linux
* [svn-r3778] Purpose:Bill Wendling2001-04-051-5/+5
| | | | | | | | | | | | | | | | | | | | Update Description: Changed the way .depend and Dependencies files were being generated. Instead of gathering all files which are ``#included'', we only pick out the ones which are local to us. Solution: Changed -M flag to -MM and changed #include <hdf5_files.h> to #include "hdf5_files.h" in the source code. Platforms tested: Linux
* [svn-r3777] Purpose:Bill Wendling2001-04-052-4/+4
| | | | | | | | | | | | Bug Fix Description: Forgot to propagate the '-c' flag if the install-sh script is being used. This caused some machines *cough*T3E*cough* to move instead of copy the files... Solution: Added -c flag back in with the install-sh script. Platforms tested: Gondolin
* [svn-r3776] Snapshot version 1.5 release 2HDF Admin2001-04-053-15/+37
|
* [svn-r3775] Purpose:Albert Cheng2001-04-041-1/+0
| | | | | | Updated for the removal of pablo/ProcTrace.inc Platforms tested: bin/chkmanifest it in eirene
* [svn-r3774] Purpose:Albert Cheng2001-04-041-2070/+0
| | | | | | | | | | | | | | | release bug fix Description: ProcTrace.inc is generated on the fly from HDFidList.h by make. It is included in the PABLO_CLEAN list which is part of the make clean and make distclean. So, the release process, which does a distclean first, could not find it for distribution later. Solution: Remove it from the source so that it is not included in the manifest of the release distribution list. (Confirmed with Dan Wells.) Platforms tested: Hard to test it without making a release. Defer to tonight snapshot release for v1.5 to verify its correctness.
* [svn-r3773] Purpose:Bill Wendling2001-04-033-3/+3
| | | | | | | | | | | | Update Description: Changed #include <hdf5.h> to #include "hdf5.h" to be consistent with the other code. Platforms tested: Linux
* [svn-r3772] Purpose:Bill Wendling2001-04-031-4/+8
| | | | | | | | | | | Update Description: Updated so that it's roughly consistent with the 1.3.5 release of libtool. The only difference between the two is some sharedlibrary path which Albert put in once a long time ago and it seems to work...Trying not to break^Wfix what's not broken. Platforms tested: Linux (with diff)
* [svn-r3771] Purpose:Bill Wendling2001-04-035-5/+7
| | | | | | | | | | | | | | | | | Update Description: Changed #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can find our dependencies files instead of all of the include files (we don't care about system header files). Platforms tested: Linux
* [svn-r3770] Purpose:Bill Wendling2001-04-0355-109/+108
| | | | | | | | | | | | | | | | | Update Description: Changed includes of the form: #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can pick them up easier without including the system header files since we don't care about them. Platforms tested: Linux
* [svn-r3769] Purpose:Bill Wendling2001-04-034-15/+16
| | | | | | | | | | | | | | | | | | Update Description: Replaced #include <hdf5_file.h> with #include "hdf5_file.h" so that gcc can pick up our files more easily without picking up system header files (which we don't care about being in the dependencies list). Platforms tested: Linux
* [svn-r3768] Purpose:Bill Wendling2001-04-031-2/+2
| | | | | | | | | | Update Description: Replaced "#include <hdf5_file.h>" with the equivalent, but better #include "hdf5_file.h" so that gcc can pick up our header files more easily. Platforms tested: Linux
* [svn-r3750] Purpose:Bill Wendling2001-04-021-2/+8
| | | | | | Update Description: Generated for new testpar/Makefile fix.
* [svn-r3749] Purpose:Bill Wendling2001-04-021-1/+7
| | | | | | | | | | Bug Fix Description: We shouldn't create Makefiles in the testpar/ directory unless we're building this as parallel. Solution: Put flag in there specifying that we're doing this in Parallel and we should build the Makefile in testpar/.
* [svn-r3747] Purpose:Quincey Koziol2001-04-013-0/+8
| | | | | | | | | | | Portability tweaks Description: Certain features (signal for FPE, some assertions, etc) used in testing are not available in certain non-UNIX platforms. Solution: Ifdef'd out the test code on the platforms which don't have that support. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3746] Purpose:Quincey Koziol2001-04-013-4/+8
| | | | | | | | | | | Code tweak Description: Large data arrays were being created on the stack. Solution: Hoisted the data variables out of the function(s) and make into static variables. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3745] Purpose:Quincey Koziol2001-04-014-20/+20
| | | | | | | | | | | Code Tweaks Description: "FILE" macro for file names was getting confused with Standard C __FILE__ macro on certain platforms. Solution: Changed "FILE" macro usage to "DATAFILE" Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3744] Purpose:Quincey Koziol2001-04-011-5/+1
| | | | | | | | | | | Code cleanup Description: Code had ifdef's instead of using standard macro wrappers for getpid() call. Solution: Took out ifdef's and changed to use standard H5getpid() macro. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3743] Purpose:Quincey Koziol2001-04-011-0/+4
| | | | | | | | | | Code cleanup Description: Defined snprintf macro for non-UNIX platform which needed tweak. Solution: Added extra ifdef around snprintf macro to accomodate platform. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3742] Purpose:Quincey Koziol2001-04-014-361/+419
| | | | | | | | | | | Code cleanup Description: ssize_t is not defined on certain (non-UNIX) platforms. Solution: Added steps to configure to generate SIZEOF_SSIZE_T macro and then used the new macro to define ssize_t for platforms which don't have it. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r3741] Purpose:Albert Cheng2001-03-314-2/+17
| | | | | | | | | | | | | | | | | | | | Improvment Description: H5config.h and H5pubconf.h are generated by configure. It does not have the #ifndef _H5config_H ... #endif guard to prevent duplicated definitions if it is included more than once. It is messy to try make configure to put in those guards. Solution: HDF5 has set an internal rule that H5public.h includes H5pubconf.h and H5private.h includes H5config.h. Source files should NOT include H5config.h or H5pubconf.h directly but include it via H5public.h or H5private.h respectively. The #ifndef ... #endif in the H5public.h and H5private.h would prevent repeated definitions from repeated include. Adjusted H5FDstream.c and H5FDstream.h to follow this rule. Platforms tested: modi4, eirene.