| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
repart tools
|
|
|
|
|
|
| |
win98
where it is reading garbage in the part of the file that is not written to.
|
| |
|
|
|
|
|
|
|
| |
pipe1.obj pipe2.obj pipe3.obj pipe4.obj pipe5.obj
version.gif version.obj
Image files for "HDF5 Technical Notes" documents.
Moved from doc/html/ to doc/html/TechNotes/.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Coding.html --> NamingScheme.html
CodeReview.html
ExternalFiles.html
compat.html --> H4-H5Compat.html
heap.txt --> HeapMgmt.html
IOPipe.html
Lib_Maint.html --> LibMaint.html
MemoryManagement.html
move.html --> MoveDStruct.html
ObjectHeader.txt
storage.html --> RawDStorage.html
symtab --> SymbolTables.html
Version.html
Above files moved from doc/html/ to doc/html/TechNotes/
for into new "HDF5 Technical Notes" document.
Filenames changed as indicated.
|
|
|
|
|
|
|
| |
Includes "Free Lists" doc, everything from the old "Developer Docs"
section of UG, and several previously-unlinked files in doc/html/.
All of the included files (i.e., everything except TechNotes.html
itself) can now be found in the directory doc/html/TechNotes/.
|
|
|
|
|
| |
Files moved to doc/html/TechNotes/ for "HDF5 Technical Notes"
document.
|
|
|
|
|
|
| |
pipe1.obj pipe2.obj pipe3.obj pipe4.obj pipe5.obj
Files moved to doc/html/TechNotes/ for "HDF5 Technical Notes"
document.
|
|
|
|
|
| |
Removed the disable-shared setting.
Tested in modi4.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IOPipe.html
ExternalFiles.html
Big.html --> BigDataSmMach.html
MemoryManagement.html
Coding.html --> NamingScheme.html
compat.html --> H4-H5Compat.html
CodeReview.html
heap.txt --> HeapMgmt.html
Lib_Maint.html --> LibMaint.html
move.html --> MoveDStruct.html
ObjectHeader.txt
storage.html --> RawDStorage.html
symtab --> SymbolTables.html
Above files deleted from doc/html/ to doc/html/TechNotes/.
Incorporated into new "HDF5 Technical Notes" document with
filenames changed where indicated.
|
| |
|
|
|
|
| |
more clear
|
|
|
|
|
|
| |
release branch
these changes were to remove the h5tb.c and add h5fl.c to the projects
|
|
|
|
|
|
|
| |
command form (e.g., cc, gcc) and put that in the libhdf5.settings
file. This would help show exactly which compiler was used during
the configure stage. It may not be 100% "correct" in some cases
such as "configure done in one machine but compiling done in another."
|
|
|
|
|
|
| |
development and
release branches.
|
| |
|
|
|
|
|
|
|
| |
file, which
improves performance significantly when lots of metadata I/O occurs when the
file closes.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Added hyphen to version printf format.
./src/tools/h5ls.c
Calls print_version() instead of doing it by hand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed `do{...} while(0)' to fix compiler warnings.
./src/H5T.c
Removed a blank line (wow!)
./src/H5public.h
Added some more #undef's
Removed leading hyphen from H5_VERS_SUBRELEASE
Changed the subrelease from `pre0' to `snap0'
|
|
|
|
|
| |
Fixed `make uninstall' to remove possible sh syntax
error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Version numbers include an annotation string consisting of a
sequence of letters and digits and is printed by this
script as either:
1.2.3-pre4
version 1.2 release 3 (pre4)
Other tools should print version numbers similarly.
A `-i annot' switch was added to increment the
annotation (the first subsequence of digits is what is
incremented, e.g., `pre9' becomes `pre10').
The `-i' switch (with no argument) was changed to
increment the annotation string if present, or the
release number otherwise.
|
|
|
|
|
|
| |
./configure.in
Fixed the bug that caused libhdf5.settings to
sometimes list the wrong byte-sex.
|
| |
|
| |
|
|
|
|
| |
Binh-Minh found.
|
| |
|
|
|
|
|
|
| |
machines. They
should (hopefully) work on all platforms again now.
|
|
|
|
|
|
| |
which was
occurring when moving a metadata block in the file.
|
| |
|
|
|
|
|
|
|
|
| |
H5Eset_auto(NULL,NULL)
has turned off error reporting in the library.
Also, changed the way property lists are managed and closed so that they
can be automatically closed when the library terminates.
|
|
|
|
|
|
|
|
|
| |
assert() macros
to double-check things. I've turned them back on again now. I also changed
the internal representation of a few struct fields to be float instead of
double, since the HP/UX 10.20 compiler was having problems with the alignment
of the doubles.
|
|
|
|
| |
size 0 dimensions without corresponding unlimited dimension.
|
|
|
|
| |
size 0 dimensions without corresponding unlimited dimension.
|
|
|
|
|
|
| |
disallow
size 0 dimensions without corresponding unlimited dimension.
|
|
|
|
| |
H5Aiterate.
|
|
|
|
|
|
| |
herr_t, to align
them with the dataset & group iterator functions.
|
| |
|
|
|
|
|
|
| |
HDfprintf. This closes
bug #401.
|
|
|
|
|
|
| |
B-tree nodes
and callback functions which returned non-zero were not working correctly.
|
|
|
|
|
|
|
| |
more than one
level of B-tree nodes and callback functions which returned non-zero to not
work correctly.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
several
situations which weren't tested before. Things should be both faster and
easier to understand in this code now.
|
|
|
|
|
|
|
| |
memory we'd
just free'd. A small bug, but it will cause problems in a threaded
environment. (And it was filling up the purify logfile with junk.. :-)
|
|
|
|
|
|
| |
platforms they are
failing on...
|