| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
2000-12-29 09:06:25 Robb Matzke <matzke@llnl.gov>
* H5FD_query: Marked `flags' argument as /*out*/
|
|
|
|
|
|
|
| |
2000-12-29 08:55:42 Robb Matzke <matzke@llnl.gov>
* H5FD_multi_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-12-29 13:26:28 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_write: Avoid MPI_Get_count() when using the LAM implementation of MPI.
This code must have other problems anyway because Kim
Yates has a similar kludge in place to avoid negative
return values from the same function.
2000-12-29 13:25:30 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_read: Avoid MPI_Get_count() when using the LAM implementation of MPI.
This code must have other problems anyway because Kim
Yates has a similar kludge in place to avoid negative
return values from the same function.
2000-12-29 11:28:13 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_flush: Read and rewrite the last allocated byte of the file to insure
that EOF>=EOA.
2000-12-29 09:32:49 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_write: Removed unused variable.
2000-12-29 09:32:15 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_write: Fixed a failure return value that should have been FAIL instead
of NULL.
2000-12-29 09:31:47 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_read: Removed unused variable.
2000-12-28 16:09:31 Robb Matzke <matzke@llnl.gov>
* H5FD_mpio_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
|
|
| |
2000-12-29 08:55:06 Robb Matzke <matzke@llnl.gov>
* H5FD_log_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
|
|
| |
2000-12-29 08:54:15 Robb Matzke <matzke@llnl.gov>
* H5FD_gass_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
|
|
| |
2000-12-29 08:53:43 Robb Matzke <matzke@llnl.gov>
* H5FD_family_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
|
|
| |
2000-12-29 08:52:45 Robb Matzke <matzke@llnl.gov>
* H5FD_dpss_query: The `flags' argument is advertised to be output only. Therefore I
added code to zero its value before the feature bits
are assigned.
|
|
|
|
|
| |
2000-12-29 08:51:49 Robb Matzke <matzke@llnl.gov>
*: Just lined up a comment.
|
|
|
|
|
|
|
|
|
|
|
| |
2000-12-29 09:06:02 Robb Matzke <matzke@llnl.gov>
* H5FD_query: Marked `flags' argument as /*out*/
2000-12-29 09:05:49 Robb Matzke <matzke@llnl.gov>
* H5FDquery: Marked `flags' argument as /*out*/
2000-12-29 09:03:39 Robb Matzke <matzke@llnl.gov>
* H5FD_open: Reindented a line or two.
|
| |
|
|
|
|
|
|
| |
2000-12-29 11:54:38 Robb Matzke <matzke@llnl.gov>
*: Added recognition of LAM's hcc, which is almost identical to
MPICH's mpicc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updating debugging information for new features, etc.
Description:
Lots of the new features added to the library during the last year or so
have been added without updating the debugging routines used by h5debug.
Solution:
Added more of the new features (although not all of them) to the debugging
routines for h5debug. Also included some more information to expand on
the information printed from h5debug.
Platforms tested:
FreeBSD 4.2 (hawkwind)
|
|
|
|
|
|
|
|
|
| |
'beta3-snap0'
to indicate it is before beta3 release may be attempted.
Platform Tested:
eirene--compiled without errors.
|
|
|
|
|
|
| |
'beta3-snap0'
to indicate it is before beta3 release may be attempted.
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Return value error in H5Tarray_create
Solution:
H5Tarray_create
Fixed return value to read 'int' (was 'int *')
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Error in H5Tget_array_dims and H5Tget_array_ndims return types
Solution:
H5Tget_array_dims and H5Tget_array_ndims
Fixed return value to read 'int' (was 'int *')
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
The #ifdef ... #else statement had no line breaks in it. This
caused the compiler on Sangamon to freak out saying the #ifdef
was invalid.
Solution:
Put line breaks in it.
Platforms tested:
Sangamon
|
|
|
|
|
|
|
|
|
|
| |
Removal of spurious warnings
Description:
On HP-UX systems, the compiler would warn of a redeclaration of
H5G_entry_t in the H5Sprivate.h header.
Solution:
Removed the prototype declaration since H5Oprivate.h includes the
H5Gprivate.h header file already.
|
|
|
|
|
|
| |
Update
Description:
Added ./doc/html/cpplus files.
|
|
|
|
|
|
|
|
| |
Update
Description:
Updated to reflect document additions and subtractions.
Platforms tested:
Linux
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
install method was cached as 'cp -r'. It did not work
in --srcdir option as the configure set the method to ../cp -r.
Solution:
Removed the cached entry. Let it look for install or use install-sh.
Platforms tested:
LLNL Blue (found and used /usr/local/gnu/bin/install).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose: bug fix
Description:
I found a couple of places where virtual destructors were missing
and could cause small memory leaks. Also, some destructors were
not virtual when they should be.
Solution:
- added virtual destructors, which also free dynamically allocated
memory
- added virtual to several destructors
- also, fixed several typos
Platforms tested:
Solaris 2.7 (arabica)
|
|
|
|
|
|
|
| |
Purpose:
Changing notation to indicate post-Beta
Platforms tested:
IE 5
|
|
|
|
|
| |
Purpose:
Adding HDF5 Tutorial files (./doc/html/Tutor/*)
|
|
|
|
|
|
|
| |
Purpose:
Adding Tutorial to development branch (R 1.4)
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Adding tutorial to development branch (R 1.4)
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
bug fix
Description:
1. zeroing out memory before using the memory buffer
2. before wrongly using Vquerysize API of HDF4 to obtain
the real file size of record type in HDF4. Actually Vquerysize will
return the real data type size in Memory. That will cause the object
reference difference on Cray which file size is not equal memory size.
Solution:
1. using h4toh5ZeroingMemory function to zero out memory.
2. calcuating the real file size of vdata record in the converter instead of
using Vquerysize HDF4 API.
Platforms tested:
Cray J90, arabica, eirene
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
bug fix
Description:
Zeroing out all memory buffer before it is being used.
Solution:
using h4toh5ZeroMemory function
Platforms tested:
linux(eirene), arabica(sun 2.7)
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a windows bug fix
Description:
so that sec2 driver can support >2 G file on windows NTFS
Solution:
using lseek_i64 for windows platform
Platforms tested:
tested on windows 2000, confirmed on eirene and arabica
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
a windows bug fix
Description:
support > 2G file on windows NTFS
Solution:
using fsetpos to seek the address
Platforms tested:
windows 2000, confirmed on arabica and eirene.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
This should fix the problem with installing the Fortran module
files.
Solution:
This script determines if the HDF5 module is created. If it is,
then we assume that we need to install all of the modules. I
check for both upper and lowercase in the name cause I'm not sure
what weird fortran compilers will do.
Platforms tested:
Linux
|
|
|
|
| |
Changed version number to beta3, now that beta2 is out.
|
|
|
|
|
|
|
|
|
| |
Purpose:
Checking in MountingFiles.html and Performance.html.
These documents were originally created in 1.2 branch and never
checked in to the development branch.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Removed index links to Palettes.html (removed from doc set) in
all User Guide files.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Added pointer to updated doc set as we move from beta to
actual release.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Description:
Minor edits
Commented out docs that are not in the 1.4 Beta set
Platforms tested:
IE 5
|
|
|
|
|
| |
Purpose:
Added ./doc/html/ADGuide/H4toH5Mapping.doc
|
|
|
|
|
|
|
|
| |
Purpose:
Extensive revision of October 2000
Source file (H4toH5Mapping.doc) added to tree but not distributed
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Purpose:
Removed Palettes.html (which has been replaced
by ADGuide/ImageSpec.html)
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bugfix -- #446
Description:
H5Tget_offset has been fixed so that it returns a negative value
on failure. This is now reflected in RM.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Purpose:
Adding new doc files
App Developer's Guide (with member docs)
C++ and Fortran90 API docs
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bringing the Application Developer's Guide into R1.4 (from R1.2)
Subdocuments:
HDF5 Image and Palette Specification
Mapping HDF4 Objects to HDF5 Objects
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Bringing the Application Developer's Guide into R1.4 (from R1.2)
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Added and edited C++ and Fortran90 doc links
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
Added h4toh5
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
CppUserNotes.pdf
CppUserNotes.doc (not for distribution)
CppInterfaces.html
New C++ API documents -- "HDF5 C++ User's Notes"
and "HDF5 C++ Interfaces"
Platforms tested:
IE 5
|
|
|
|
|
|
|
| |
Purpose:
New Fortran90 API doc -- "HDF5 Fortran90 User's Notes"
Platforms tested:
IE 5
|
|
|
|
| |
O2K, plus some editing about the shared library errors.
|
| |
|