summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4165] Bill Wendling2001-07-096-50/+47
| | | | | | | | | | | | | | | | | | | | | Purpose: Bug Fixes Description: If the system doesn't support modules, then the F9XMODFLAG would be empty. This would cause things like '.' and '../src' to be stranded on the compile line by themselves and the compiler would barf. Also, there needs to be a dependence between the thyperslab_wr program and the THDF5 module. Solution: Put the code to generate the -{M,I,p}<directory> flags in the acsite.m4 file since it's not possible to check if a macro is empty and do substitution on it in the Makefiles. Put a dependency in the Makefile.in so that THDF5 will be made before the thyperslab_wr program. Platforms tested: Linux
* [svn-r4164] 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-r4161] Description:Frank Baker2001-07-091-3/+3
| | | | | | H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
* [svn-r4157] Pedro Vicente Nunes2001-07-091-2/+2
| | | | | | | | | | | | | | | | Purpose: updated code warrior doc file Description: Solution: Platforms tested: are you kidding ? :
* [svn-r4156] Bill Wendling2001-07-092-41/+51
| | | | | | | | | | | Purpose: Fix Description: I didn't put the zlib fix into the 1.4 branch. Solution: Put the fix into the configure to clear the cache so that configure always checks for zlib in the fortran/ directory so that it'll be put in the LFlags macro.
* [svn-r4154] Pedro Vicente Nunes2001-07-091-0/+1
| | | | | | | | | | | Purpose: updated MANIFEST to include the file release_docs/INSTALL_codewarrior.txt Description: Solution: Platforms tested:
* [svn-r4149] Pedro Vicente Nunes2001-07-081-0/+30
| | | | | | | | | | | | Purpose: add new file with install instructions on CW could somebody check the grammar ? Thanks Description: Solution: Platforms tested:
* [svn-r4148] Pedro Vicente Nunes2001-07-081-0/+0
| | | | | | | | | | | | | | | | | Purpose: update all.zip Description: 2 new files in all.zip hdf5.mcp (code warrior project) that opens by default the all project a new H5pubconf.h , the older one had line endings not compatible with CW Solution: Platforms tested: NT, (CW and MSVC)
* [svn-r4147] Robert E. McGrath2001-07-071-8/+28
| | | | | | | | Purpose: Repeat from yesterday. CVS checkin was lost and overwritten. Description: Solution: Platforms tested:
* [svn-r4146] Pedro Vicente Nunes2001-07-071-0/+0
| | | | | | | | | | | Purpose: inserted new code warrior project file in ALL.ZIP has an all projects build Description: Solution: Platforms tested:
* [svn-r4145] Pedro Vicente Nunes2001-07-071-3/+0
| | | | | | | | | | | | | | | | Purpose code warrior port : Description: changed strdup to HDstrdup Solution: Platforms tested: nt
* [svn-r4144] Pedro Vicente Nunes2001-07-071-36/+20
| | | | | | | | | | | | | | | Purpose: code warrior port Description: changed strdup to H5strdup Solution: Platforms tested: nt, linux:
* [svn-r4143] Pedro Vicente Nunes2001-07-071-0/+12
| | | | | | | | | | | | | | | | Purpose: code warrior port Description: added defines to avoid including the header sys/timeb.h Solution: Platforms tested: nt, linux:
* [svn-r4142] Pedro Vicente Nunes2001-07-072-26/+4
| | | | | | | | | Purpose update windows headers that were causing compiler errors in the DLL versions Platform tested: :windows NT
* [svn-r4141] Robert E. McGrath2001-07-066-10/+50
| | | | | | | | | | | Purpose: Fix bugs in XML output of dumper Description: Incorrect XML was produced. Solution: Do the right thing. See diffs in test files. Platforms tested: Solaris.
* [svn-r4140] Elena Pourmal2001-07-061-1/+1
| | | | | | | | | | | | Purpose: Make T3E happy Description: hdf5-1.4.2-pre0 would not build without adding special flag to disable linker warning #412 for Fortran Solution: Disable warning #412 Platforms tested: T3E
* [svn-r4139] Bill Wendling2001-07-062-523/+533
| | | | | | | | | Purpose: Bug Fix Description: Back ported bug fix from the 1.5 branch re the nsl library being checked for and used on all platforms (only Solaris seems to need it).
* [svn-r4137] Elena Pourmal2001-07-062-4/+2
| | | | | | | | | | | Purpose: Bufg fix Description: H5Sget_simple_extent_dims function had the third argument of the wrong type. Solution: Replaced the argument with NULL, since it is not used. Platforms tested: T3E
* [svn-r4135] 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-r4133] Purpose:Frank Baker2001-07-061-2/+7
| | | | | | | | | Bugfix. Description: H5Screate_simple -- Minor edit. 9 H5Sget_simple_extent_dims -- Added note regarding H5S_UNLIMITED. Completes fix to bug #568. Platforms tested: IE 5
* [svn-r4132] Elena Pourmal2001-07-061-1/+1
| | | | | Purpose: Another typo fix that I did not catch in the 1.4 branch but fixed in 1.5.
* [svn-r4130] Elena Pourmal2001-07-061-2/+2
| | | | | | | | | Purpose: Typo fix Description: Today's daily tests failed on modi4 (pp) because name of the H5FDmpioff.f90 was misspelled.
* [svn-r4128] Purpose:Frank Baker2001-07-061-15/+21
| | | | | | | | | | | 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-r4125] Frank Baker2001-07-062-4/+5
| | | | | | | | | | | | | | | | Purpose: Bugfixes. Description: 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-r4124] Purpose:Frank Baker2001-07-062-5/+7
| | | | | | | | | | | | | | 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-r4122] Purpose:Albert Cheng2001-07-052-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-r4120] Raymond Lu2001-07-051-17/+38
| | | | | | | | | Purpose: Added parallel group testing. Description: See t_mdset.c description. Platforms tested: See t_mdset.c tested platforms.
* [svn-r4119] Raymond Lu2001-07-051-0/+265
| | | | | | | | | | Purpose: Parallel group testing. Description: created multiple groups under root group; also created child group of multiple levels for the 1st subgroup. Platforms tested: IRIX64 MPI, MPICH for IRIX64, IRIX64 N32, IRIX, Linux, SunOS.
* [svn-r4117] Bill Wendling2001-07-052-119/+506
| | | | | | | | | | | | | Purpose: Bug Fix Description: During a parallel make session, some modules would get built way before the modules they depend upon were built. Solution: Explicitly put the dependencies in the Makefile.in so that things will be built in the correct order. Platforms tested: modi4 and eirene.
* [svn-r4116] Pedro Vicente Nunes2001-07-051-0/+0
| | | | | | | | | | Purpose: updated the all.zip file to include the code warrior project file it is located on hdf5/proj/codewarrior/hdf5.mcp Description: Solution:
* [svn-r4115] Purpose:Bill Wendling2001-07-052-3/+3
| | | | | | | | | | | | Bug Fix Description: Small bug fix introduced by the changing of the name of the README file to README.txt Solution: Changed the file name in the configure script from README to README.txt Platforms tested: Linux
* [svn-r4113] Elena Pourmal2001-07-051-3/+3
| | | | | | | Purpose: Maintenance Description: Changed version information to be 1.4.2-pre0 for upcoming testing.
* [svn-r4112] Elena Pourmal2001-07-0512-11/+14
| | | | | | | | | | | 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-r4109] MuQun Yang2001-07-051-4/+4
| | | | | | | | | | | | Purpose: a bug fix Description: declaration of chunk_dims is wrong. In HDF4, chunk dimensional size is defined as int32, but in HDF5 it is defined as hsize_t. It causes problem in T3E. Solution: define chunk_dims as hsize_t and cast int32 into hsize_t Platforms tested: eirene
* [svn-r4108] 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 the argument is optional and was never used. Platforms tested: T3E(mcurie) and IRIX64 (modi4)
* [svn-r4105] 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-r4103] Frank Baker2001-07-031-189/+709
| | | | | | | Purpose: Version 1.2 of "HDF5 Image and Palette Spec." (Replaces v1.1) Platforms tested: IE 5
* [svn-r4101] Pedro Vicente Nunes2001-07-031-5/+5
| | | | | | | | | | | | | | | | Purpose code warrior changes : Description: the open function of Metrowerks has a bug. The test file overhead.c has some idef statments that avoid calling this function on code warrior: Solution: Platforms tested: solaris (arabica), linux (eirene)+
* [svn-r4100] Pedro Vicente Nunes2001-07-034-14/+38
| | | | | | | | | | | | | | | | | | Purpose code warrior changes : Description: moved some ifdefs the type off_t was removed from H5private.h and put on H5Public.h Metrowerks does not define this type, it was defined Solution: Platforms tested: solaris (arabica), linux (eirene)+
* [svn-r4098] Snapshot version 1.4 release 1 (post3)HDF Admin2001-07-024-9/+27
|
* [svn-r4097] Purpose:Albert Cheng2001-07-022-1/+11
| | | | | | | | | | | | | | | | | | | | | | | Bug fixes Description: H5FDmpio.c: H5FD_mpio_flush() would try to file seek negative if the file->eoa is 0 (e.g., doing mpio on the raw-file of the split file driver). Put in a code to catch this case by returning succeed immediately. H5S.c: SAF test code exposed an error in the HDF5_MPI_OPT_TYPES code. The SAF code was doing collective write to chunked storage dataset. Some processes wanted to flush some chunk while some other processes were doing something else but the HDF5_MPI_OPT_TYPES code thought the chunk flushing were collective calls since it only looked at the condition when H5Dwrite was called. So, it hanged when doing MPI_File_setview. For now, turned off the HDF5_MPI_OPT_TYPES code so that the SAF code would work. More long term fix later. Solution: Platforms tested: eirene (serial and mpich), modi4 -64-serial and -n32-parallel.
* [svn-r4093] 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-r4092] 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-r4089] Frank Baker2001-06-292-2/+2
| | | | | | | Purpose: Updated "Last modified" line to reflect recent changes. Platforms tested: IE 5
* [svn-r4087] Purpose:Quincey Koziol2001-06-292-4/+20
| | | | | | | | | Code cleanup Description: Fix copy & paste error when merging in the last round of CodeWarrior changes. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4086] Purpose:Quincey Koziol2001-06-2910-64/+100
| | | | | | | | | | Code Cleanup Description: CodeWarrior checkin broke the unix build in a couple of ways... Solution: Various tweaks and cleanups. Platforms tested: FreeBSD 4.3 (hawkwind)
* [svn-r4085] Elena Pourmal2001-06-292-3/+3
| | | | | | | Purpose: Typo fix Description: I forgot to add a new argument to one of the functions prototypes.
* [svn-r4084] Elena Pourmal2001-06-292-10/+30
| | | | | | | Purpose: Maintenance Description: Updated man pages for h5awrite(read)_f and h5dwrite(read)_f subroutines
* [svn-r4082] Pedro Vicente Nunes2001-06-281-2/+2
| | | | | | | Purpose: Maintenance Description: Added info about Code warrior port for Windows.
* [svn-r4081] Pedro Vicente Nunes2001-06-2819-130/+163
| | | | | | | | | | | | | | | | 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.]