summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4181] Purpose:Quincey Koziol2001-07-1051-2704/+4701
| | | | | | | | | Bug Fix, Code Cleanup, Code Optimization, etc. Description: Fold in the hyperslab speedups, clean up compile warnings and change a few things from using 'unsigned' or 'hsize_t' to use 'size_t' instead. Platforms tested: FreeBSD 4.3 (hawkwind), Solaris 2.7 (arabica), Irix64 6.5 (modi4)
* [svn-r4180] Purpose:Quincey Koziol2001-07-105-127/+340
| | | | | | | | Documentation Description: Accommodate v1.2.x behavior when --enable-hdf5v1_2 is enabled. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4179] Purpose:Quincey Koziol2001-07-101-0/+23
| | | | | | | | | | | | Documentation Description: H5Tget_member_type in v1.2.x returns the base type of array fields in compound datatypes, not an array type itself. Solution: Changed to emulate this behavior in v1.4.x when the --enable-hdf5v1_2 flag is given during configuration. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4178] Purpose:Quincey Koziol2001-07-101-0/+2
| | | | | | | | Documentation Description: Noted bug fix for v1.2 compatibility mode. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4174] Bill Wendling2001-07-101-1/+1
| | | | | | | Purpose: Regeneration Description: Regenerated the configure file for the Fortran FFLAGS fix.
* [svn-r4172] Bill Wendling2001-07-101-1/+1
| | | | | | | | | | | | | Purpose: Bug Fix Description: *sigh* The change I made yesterday didn't work correctly. The shell command interpretted the line as if it were command flags. Solution: Removed the "()"s from around the macro name so that they can be expanded correctly. Platforms tested: Linux
* [svn-r4171] Elena Pourmal2001-07-102-2/+2
| | | | | | | | | | | Purpose: Bug fix (by Bob McGrath) Description: On Solaris platforms palette was not written to the HDF5 file Solution: '\0' character was written outside the GroupName array. Apparently on Solaris it destroyed the condition value that determined if the palette should be written to the file. Platforms tested: Not tested yet.
* [svn-r4169] Pedro Vicente Nunes2001-07-101-0/+0
| | | | | | | | | | | Purpose: updated all.zip for include new projects for hdf5_hl Description: Solution: Platforms tested:
* [svn-r4166] Bill Wendling2001-07-095-48/+47
| | | | | | | | | Purpose: Fix Description: Porting fixes from the 1.4 branch to the 1.5 branch. This fixes the dependency problem in the testpar/ directory and also the problem with module includes on the command line.
* [svn-r4163] Purpose:Frank Baker2001-07-091-9/+22
| | | | | | | | | | Fixes bug #503 Description: H5Gunlink -- Changed "file space is reclaimed" ot "released". Added note re: freespace and packing. Heavy edit of Purpose and Description. Platforms tested: IE 5
* [svn-r4162] Description:Frank Baker2001-07-091-3/+3
| | | | | | H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
* [svn-r4160] Purpose:Pedro Vicente Nunes2001-07-091-0/+3
| | | | | | | | | | added a include for io.h that was missing Description: Solution: Platforms tested: NT
* [svn-r4159] Pedro Vicente Nunes2001-07-091-0/+1
| | | | | | | | | | | | Purpose: added CW doc to manifest Description: Solution: Platforms tested:
* [svn-r4158] Pedro Vicente Nunes2001-07-091-0/+30
| | | | | | | | | | | | Purpose: code warrior docs Description: Solution: Platforms tested:
* [svn-r4155] Pedro Vicente Nunes2001-07-092-24/+7
| | | | | | | | | | | | | Purpose: updated windows headers in these 2 src files Description: Solution: Platforms tested: NT:
* [svn-r4153] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | | Purpose: updated all.zip to the MSVC projects for hdf5_hl: Description: Solution: Platforms tested:
* [svn-r4152] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | Purpose: updated all.zip to include code warrior project Description: Solution: Platforms tested:
* [svn-r4151] Pedro Vicente Nunes2001-07-091-0/+0
| | | | | | | | | | | | Purpose update all .zip to include MSVC projects for hd5_hl : Description: Solution: Platforms tested:
* [svn-r4150] Bill Wendling2001-07-096-10/+50
| | | | | | | Purpose: Checking in BOb's Changes Description: Just checking in Bob McGrath's changes to the h5dumper's XML code.
* [svn-r4138] Bill Wendling2001-07-062-41/+51
| | | | | | | | | | | | | | | | Purpose: Bug Fix Description: In order for libtool to point to the place zlib lives (when specified) it needs to add that flag to the LDFLAGS macro. However, since we're getting this information from the top-level configure, it's cached. Thus, we don't check for it and the -L flag doesn't get included into the LDFLAGS macro. Solution: Remove the cached value so that the Fortran configure will always check for zlib even if it's found by the top-level configure. Platforms tested: Kelgia
* [svn-r4136] Bill Wendling2001-07-061-1/+1
| | | | | | | | | | | | | Purpose: Bug Fix Description: We long ago changed the compiler flags to pick out dependencies to -MM instead of -M so that only #include "filename.h" type headers will be put into the .depend file. Solution: Changed this flag. Platforms tested: Linux
* [svn-r4134] Purpose:Frank Baker2001-07-061-2/+7
| | | | | | | | | | Bugfix. Description: H5Screate_simple -- Minor edit. H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED. Completes fix to bug #568. Platforms tested: IE 5
* [svn-r4131] Elena Pourmal2001-07-061-2/+2
| | | | | | | | | | Purpose: Typo fix Description: Today's daily tests failed on modi4 (pp) because of the type in the H5FDmpioff.f90 file name. Solution: Fixed the name.
* [svn-r4129] Purpose:Albert Cheng2001-07-062-27/+25
| | | | | | | | | | | | | | | | update Description: Several files have been renamed or moved to a different location. README => README.txt RELEASE.txt => release_docs/RELEASE.txt HISTORY.txt => release_docs/HISTORY.txt Updated h5vers and release to reflect all these new names/locations. Also made all uses the same beginning phases for the first line of text in README.txt and RELEASE.txt as follows: "HDF5 version ... " Platforms tested: eirene by running the bin/release and bin/h5vers -i.
* [svn-r4127] Purpose:Frank Baker2001-07-061-15/+22
| | | | | | | | | | | Bugfix Description: H5Screate_simple -- Corrected statement referring to value of 0 instead of H5S_UNLIMITED for unlimited dimensions. While there, took the opportunity to rework the Description section. Fixes Bug #568. Platforms tested: IE 5
* [svn-r4126] Purpose:Frank Baker2001-07-063-17/+24
| | | | | | | | | | | | | | | | Bugfixes and editing. Description: RM_H5T.html H5Tget_class -- Added H5T_ARRAY to list of valid datatype class IDs. Closes bug #611. -- Minor formatting issue in same command. RM_H5F.html H5Fflush -- Added "Note:" re H5 vs OS buffers. H5Fclose -- Corrected mentions of H5close to read H5Fclose. RM_H5P.html Removed () from several H5* function names in running text. Platforms tested: IE 5
* [svn-r4123] Frank Baker2001-07-062-5/+7
| | | | | | | | | | | | | | | Purpose: Bugfix (Tools.html) and spelling correction (Files.html) Description: Tools.html h5dump -- Removed "interactively" from first description sentence. (As a user has pointed out, an application that runs and exits without opportunity for user input is not "interactive".) Fixes bug #474. Rewrote introductory sentence to "Tools" page. Files.html -- Spelling correction Platforms tested: IE 5
* [svn-r4121] Purpose:Bill Wendling2001-07-051-0/+26
| | | | | | | | | | Bug Fix Description: Propagating changes from the 1.4 branch to the 1.5 branch. This fix takes care of the problem of parallel make in the Fortran directory. Platforms tested: Eirene and Modi4
* [svn-r4118] Bill Wendling2001-07-052-529/+539
| | | | | | | | | | | | Purpose: Bug Fix Description: Changed the README file's name to README.txt to coincide with the file's actual name change. Also removed check for the nsl library unless we're dealing with a SunOS system as this can conflict with libraries on other strange platforms. Platforms tested: Eirene.
* [svn-r4114] Elena Pourmal2001-07-0512-11/+13
| | | | | | | Purpose: Maintenance Description: Source directory has been rearranged. INSTALL*, HISTORY.txt and RELEASE.txt were moved to the release_docs directory. *.zip files were moved to the windows directory. README file was renamed to README.txt MANIFEST was updated to reflect those changes.
* [svn-r4111] Dan Wells2001-07-052-0/+4
| | | | | | | | | | | | | | Purpose: Feature Description: Changed Pablo source code to allow the user to build the instrumented library to link with either the Trace Libraries or Pablo PCF. Solution: Added conditionally compiled code to routines in the pablo subdirectory. Also added a new file PabloHDF_MPIO.c containing all of the MPI I/O code for better code structure. Platforms tested: Solaris 32-bit, Irix 64
* [svn-r4110] Dan Wells2001-07-0510-1265/+1777
| | | | | | | | | | | | | | | Purpose: feature Description: allows the option of building the library libhdf-inst.a so that it can link with either the Pablo Trace Libraries or with the Pablo Performance Capture Facility (PCF) Solution: Added code for conditional compilation using the PCF_BUILD flag. When the library is made, the user can specify PABLO_BUILD=PCF which will cause the -DPCF_BUILD to be passed to the compiler. Platforms tested: Solaris, IRIX64
* [svn-r4107] Elena Pourmal2001-07-042-4/+2
| | | | | | | | | | | | Purpose: Bug fix Description: One of the function calls (H5Sget_simple_extent_dims) used parameter with the wrong type. That caused compilation errors on T3E. Solution: Used NULL since that argument is optional and was never used. Platforms tested: T3E(mcurie) and IRIX64 (modi4)
* [svn-r4106] Frank Baker2001-07-041-4/+4
| | | | | | | | | | Purpose: Bugfix #567. Description: Corrected datatype h5s_selopt_t to read h5s_seloper_t. Fixes HDF5 bug #567. Platforms tested: IE 5
* [svn-r4104] Frank Baker2001-07-031-179/+706
| | | | | | | Purpose: Version 1.2 of "HDF5 Image and Palette Spec." (Replaces v1.1) Platforms tested: IE 5
* [svn-r4102] Purpose:Quincey Koziol2001-07-031-30/+0
| | | | | | | | | | | | Code cleanup Description: File driver macros were defined in this file, instead of the file driver source file. Solution: Removed redundant file driver information, which is already in each file driver source file. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4099] Pedro Vicente Nunes2001-07-034-21/+83
| | | | | | | | | | | Purpose: Code Cleanup Description: Updating CodeWarrior Port Solution: Move around some Windows and Metroworks ifdefs, etc. Platforms tested: Solaris 2.7 (arabica) Linux 2.2 (eirene)
* [svn-r4096] Frank Baker2001-07-022-0/+392
| | | | | | | | | Purpose: New files in the development branch. Syncronizing R1.5 development branch fortran docs with R1.4.x release branch. Platforms tested: IE 5
* [svn-r4095] Frank Baker2001-07-021-0/+2
| | | | | | | | | Purpose: Adding two new files (doc/html/fortran/F90Flags.html, and doc/html/fortran/h5_FORTRAN.html) to FORTRAN portion of reference manual. Platforms tested: IE 5
* [svn-r4094] Frank Baker2001-07-025-51/+163
| | | | | | | | Purpose: Synchronizing R1.5 development branch fortran docs with R1.4.x release branch. Platforms tested: IE 5
* [svn-r4091] Thomas Radke2001-07-021-29/+116
| | | | | | | | | | | | | | | | | | | | | | | Purpose: Use port hunting to test the Stream VFD Description: The stream driver is tested by streaming data between two different processes on the local machine on a given default port. If this port is already is use, port hunting should find the next available port to use. The hostname/port information which is actually used by the sender is written to a temporary file which is then read by the receiver process to connect to the sender's port. For the purpose of testing I switched back the default port to use from 10007 to 5678 which is at least already used by another service on modi4. Platforms tested: x86 Linux, Irix 32/64 bit (modi4), Dec Alpha, Unicos on T3E, Hitachi SR8000, AIX on SP2
* [svn-r4090] Thomas Radke2001-07-022-29/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | Purpose: Implemented port hunting Really catch SIGPIPE signals Description: Port hunting allows to try and bind to a successive port number if the port number given in the filename is already used. Because of a stupid typo in the code, SIGPIPE wasn't catched which might have caused the sending side to hang. Solution: The Stream VFD's file access property list was extended by two elements: - maxhunt: how many successive ports to try if the one given in the filename is already in use Default is not to hunt for additional ports. - port: port number which is finally used to bind a socket This might be different to the port number as given in the filename if port hunting is enabled. The H5Pget_fapl_stream() can be used to obtain this port number. Platforms tested: x86 Linux, Irix 32/64 bit, Dec Alpha, Unicos on T3E, AIX on SP2 Hitachi SR8000
* [svn-r4088] Purpose:Quincey Koziol2001-06-298-61/+83
| | | | | | | | | | | | Code cleanup Description: Recent CodeWarrior patches have broken the Unix builds and moved code around in non-portable ways. Solution: Patched things back up to try to accomodate CodeWarrior and still let the Unix builds work correctly. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4083] Pedro Vicente Nunes2001-06-2910-98/+68
| | | | | | | | | | | | | | code warrior support and some clean up the macros file_seek and file_offset_t that were repeated over sevral files were put only in H5private.h H5private .h was updated for win32 vthe Description: Solution: Platforms tested:
* [svn-r4080] Purpose:Quincey Koziol2001-06-281-0/+3
| | | | Document 64-bit support on Solaris
* [svn-r4078] Purpose:Quincey Koziol2001-06-281-0/+9
| | | | | | | Document Solaris 64-bit support. Description: Added paragraph to "alternate compilers" section which describes how to enable 64-bit support for Solaris.
* [svn-r4076] Elena Pourmal2001-06-281-1/+1
| | | | | | | Purpose: Sync with hdf5 1.4 branch Description: Brought changes made in hdf5 1.4 branch into hdf5 1.5 branch
* [svn-r4075] Elena Pourmal2001-06-282-3/+6
| | | | | | | Purpose: Sync with hdf5 1.4. branch Description: Brought changes made in the hdf5 1.4. branch into 1.5
* [svn-r4071] Bill Wendling2001-06-272-0/+4
| | | | | | | | | | | | Purpose: Bug Fix Description: Modules weren't being found correctly. Solution: The F9XMODFLAG was being set and used in the test{par}/ and examples/ directories, but it's also needed in the src/ directory. Platforms tested: Modi4...cross fingers...
* [svn-r4069] Purpose:Quincey Koziol2001-06-221-6/+3
| | | | | | Code cleanup... Description: Took out Windows ifdef and switched back to just using HDmkdir