summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [svn-r4068] Purpose:Quincey Koziol2001-06-221-0/+4
| | | | | | Code cleanup... Description: Added support for Windows to mkdir macro.
* [svn-r4064] Barbara Jones2001-06-2213-67/+30
| | | | | Purpose: fix broken ncsa image link
* [svn-r4063] Barbara Jones2001-06-222-10/+4
| | | | | Purpose: fix broken ncsa image
* [svn-r4062] Barbara Jones2001-06-223-15/+6
| | | | | Purpose: fix broken ncsa link
* [svn-r4061] Barbara Jones2001-06-221-5/+2
| | | | | Purpose: fix broken NCSA link
* [svn-r4060] Barbara Jones2001-06-221-5/+2
| | | | | Purpose: Fix broken NCSA link
* [svn-r4059] Barbara Jones2001-06-221-5/+2
| | | | | Purpose: Fix broken NCSA link.
* [svn-r4058] Fix broken NCSA linkBarbara Jones2001-06-221-5/+2
|
* [svn-r4057] Barbara Jones2001-06-221-5/+2
| | | | | Purpose: Fix broken NCSA link.
* [svn-r4056] Barbara Jones2001-06-221-0/+1
| | | | | | | Purpose: Added footer-ncsalogo.gif to the MANIFEST Description: Fixes problem where NCSA logo caused broken link
* [svn-r4055] Barbara Jones2001-06-221-0/+0
| | | | | Purpose: Added ncsa image locally, to fix broken link problem.
* [svn-r4054] Barbara Jones2001-06-221-5/+2
| | | | | Description: NCSA logo was moved, causing broken link; fixed
* [svn-r4053] Description:Barbara Jones2001-06-221-5/+2
| | | | NCSA logo was moved causing broken link; fixed
* [svn-r4052] Barbara Jones2001-06-221-7/+4
| | | | | Description: NCSA logo was moved, so caused broken link. Fixed this.
* [svn-r4050] Bill Wendling2001-06-211-1/+1
| | | | | | | | | | Purpose: Bug Fix Description: Changed the order of the flags checking for modules from -M -I to -I -M. Elena already fixed it in the configure ifle. This puts it in the acsite.m4 file so that it will be propagated to future configure builds.
* [svn-r4048] MuQun Yang2001-06-211-0/+0
| | | | | | | | | | | Purpose: bug fix Description: update H5pubconf.h and zconf.h(used for dll version) Solution: see above Platforms tested: elena will test on her machine
* [svn-r4047] MuQun Yang2001-06-212-5/+12
| | | | | | | | | | | Purpose: bug fix for windows Description: adding various windows macros Solution: see above Platforms tested: windows 2000, confirmed on linux.
* [svn-r4046] MuQun Yang2001-06-213-0/+11
| | | | | | | | | | | Purpose: bug fix for windows MVS Description: adding various windows macros to make it work on windows platform Solution: see above Platforms tested: test on windows 2000, confirmed on linux.
* [svn-r4044] Elena Pourmal2001-06-211-0/+1
| | | | | | | Purpose: Maintenance Description: Added information about F90 APIs for HP and IBM SP.
* [svn-r4043] MuQun Yang2001-06-212-0/+0
| | | | | | | | | | | | | | | | | | | | Purpose: 1. update windows H5pubconf.h and zconf.h still more work to be done to make sure that windows catches up with UNIX platforms. 2. 1) bug fixings due to the deletion of windows.h For several .c files under src and test, windows.h still needs to be included. 2) also IO.h and direct.h are needed for several files. 3) mkdir is _mkdir on windows without the second argument. 4) winsock.h needed for iopipe.c, winsock2.h needed for H5detect.c 3. add giftoh5 and h5togif in all_withhdf4.zip; update project settings. Description: see the above Solution: see the above Platforms tested: windows 2000
* [svn-r4042] Elena Pourmal2001-06-211-1/+1
| | | | | | | | | | | Purpose: Maintenance on IBM SP Description: I used unnecessary system specific compiler falgs Solution: Removed unnecessary flags Platforms tested: NERSC IBM SP (gseaborg)
* [svn-r4041] Elena Pourmal2001-06-211-1/+1
| | | | | | | | | | | | | | | | Purpose: Bug bypass Description: Fortran configure checks flags where to find F90 modules in the order "M", "I" and "p". On IBM SP "M" is a reserved flag, configure does not understand compiler's warning and uses it to specify module directories. Then tests and examples compilation fails since module directory is not specified correctly on the compilation line. Solution: Changed the order of flags to be "I", "M", "p", so configure on IBM SP finds the correct flag first. Platforms tested: NERSC IBM SP (gseaborg)
* [svn-r4038] Purpose:Quincey Koziol2001-06-2115-106/+100
| | | | | | | | | | | | | Code clean/bug fix Description: H5FL (free-list manager) code currently is taking an hsize_t as the size of a memory block to allocate. On many machines, the size of an hsize_t is greater than the size of a size_t, potentially leading to incorrect memory allocations in rare circumstances. Solution: Changed hsize_t parameters and variables to size_t. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4035] Elena Pourmal2001-06-211-3/+59
| | | | | | | | | Purpose: IBM SP F90 HDF5 Library port Description: Added necessary type definitions for the port Platforms tested: Tested only for 1.4. branch. 1.5 branch will be tested later.
* [svn-r4034] Elena Pourmal2001-06-211-0/+31
| | | | | | | | | Purpose: IBM SP F90 HDF5 Library port Description: Added necessary canges to the configuration file Platforms tested: Not tested yet.
* [svn-r4033] Elena Pourmal2001-06-2110-0/+610
| | | | | | | | | | | | | | Purpose: DEC UNIX port Description: Windows port caused problems on DEC UNIX. Names of C functions called from F90 subroutines were converted to UPPER case while DEC UNIX expected them to be in lower case. Solution: Added special DEC compiler directives to avoid the conflict on two systems Platforms tested: Windows98, DEC UNIX, Linux
* [svn-r4032] Elena Pourmal2001-06-211-1/+1
| | | | | | | Purpose: Maintenance Description: Added 2001 to the copyright statement.
* [svn-r4031] Elena Pourmal2001-06-211-0/+0
| | | | | | | | | | | | | | Purpose: Bug fixes Description: Fortran test batch file had a typo in it that caused fflush2 test to fail. gif converter projects had wrong setting for the include directories that caused build to fail. Solution: Fixed the projects, and replaced the projects in the archive Platforms tested: Windows98