| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
fixed the unnamed data type bug(wasn't printing the root slash)
|
|
|
|
| |
removed the comma at the end of the enum data type
|
| |
|
|
|
|
| |
Richard Hedges of LLNL.
|
|
|
|
| |
Makefile for it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Example was modified to use references to different objects.
Missing calls to release dataset handles and to free memory buffers were
added.
Tested on baldric.
|
| |
|
|
|
|
| |
update the ddl so the occurences of H5T_STD_I8LE are not big endian
|
|
|
|
| |
fixed some more bugs
|
|
|
|
| |
fixed some bugs with creating the files
|
|
|
|
|
|
|
|
| |
had to conditional compile some code out for the debug version of this file
on windows. the microsoft c run time lib calls special versions of free and
malloc in the debug mode. this code causes problems for the library(crashes)
so i am taking the statements out in this version(win32 and debug) until i can
figure out a way around the problem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
RM_H5S.html
Dataspaces.html
H5Sselect_hyperslab
H5Sselect_elements
Add H5S_SELECT_OR operator.
Converted operator list to a table.
H5Sextent_copy
Corrected source and destination descriptions. (RM_H5S.html only)
H5Screate
Removed unused H5S_NONE dataspace type.
H5Sset_extent_none
Corrected reset class type to H5S_NO_CLASS (previously said H5S_NONE).
RM_H5G.html
H5Gget_linkval
Corrected descriptions of 'loc_id', 'name', and 'value'.
Corrected "Purpose".
Emphasized need to call H5Gget_objinfo first.
H5Gset_comment
H5Gget_comment
Corrected description of 'loc_id'.
H5Gget_objinfo
Corrected description of 'loc_id'.
Added H5G_TYPE to list of valid values of 'type'.
RM_H5F.html
ExternalFiles.html
H5Fmount
H5Funmount
Corrected description of 'loc_id'.
Changed function descriptions in ExternalFiles.html to correspond to RM.
RM_H5T.html
Moved H5Tget_class and H5Tget_size to "General Datatype Operations" in top index.
|
|
|
|
|
|
|
|
| |
does cvs checkout only. Moved the "make distclean" code from the "test"
to the "release" part. (A distclean should definitely be applied as
part of the release command. Also, test might fail for other silly
reason, like AFS temporary out. The distclean blew away the option
of trying the tests by hand.
|
|
|
|
|
| |
updated the dumptst project so that it finds the file(the location was moved
into the tools directory)
|
|
|
|
|
| |
added entries to the new files I added to the testfile dir(tenum.h5 tenum.ddl tobjref.h5
tobjref.ddl tdatareg.ddl tdatareg.h5)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that the
two tasks can be done selectively. This is mainly to allow doing the
test without running the release part automatically. After this is
tested out more to work fine, the "cvs checkout" part will be pulled
out also, so that it is possible to stage the cvs checkout during the
daytime when user is around to provide the AFS token. The test part
can be done at night by cron, provided the latest source has been
"staged". Following a successful test, the user can do the release
part by hand later, again with AFS tokens.
Also added options for using different locations of HDF4 library
and the ARCHIVE areas. Making it useful for different machines
setup.
|
|
|
|
| |
H5Tconvert.
|
|
|
|
|
|
|
|
|
| |
ID in
H5Tconvert calls.
Added tests to tvltypes.c which test arrays of VL compound datatypes,
array of compound datatypes with VL fields and arrays of nested VL sequences
of VL sequences of atomic types, all of which are working correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list ID as the
final parameter (so that VL datatypes have a way to pass in the custom memory
allocation routines).
Fixed a conversion bug when VL fields were part of a compound datatype that
was causing the no-op conversion routine to be used instead of the vlen routine.
Added the H5Pset_vlen_mem_manager and H5Pget_vlen_mem_manager routines to
allow users to provide their own custom memory allocation routines for VL data
read in from the file and reclaimed with H5Dvlen_reclaim.
Finished coding on H5Dvlen_reclaim so it works now.
|
|
|
|
|
|
|
|
|
|
| |
Changed it to skip the test instead of aborting when there is not
enough processes to do the test. Also corrected an error in the
error reporting printf statement.
t_dset.c:
testphdf5.c:
testphdf5.h:
Added option for specifying chunk dimensions.
|
| |
|
| |
|
|
|
|
| |
fixed a typo from the last one
|
|
|
|
| |
added the comment at the top
|
|
|
|
| |
added a comment at the top that tells what the command was to generate the file
|
|
|
|
| |
fixed a bug. need the comment at the top of the file
|
|
|
|
| |
updated the .h5 files and the ddl's to show the new results
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updated the functions that create the tstr.h5 and tdset.h5 so they have
different values in the integer parts of the data.
for the tdset: it is i+j for the values instead of just i.(i and j are variables
used in a set of nested for loops)
for the tstr.h5: changed the data(originally just l to (l+k+j) squared).
these 3 variables are from 3 nested for loops.
more changes to tests to come
|
|
|
|
| |
new testfiles for the references. created by h5dumptst
|
|
|
|
| |
the ddl's for the new test files
|
|
|
|
| |
a test file that is created from the h5dumptst. ues it to test enums
|
|
|
|
| |
converted all the types to native types to fix the errors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
H5.format.html
Copy edits
Beginning of revisions to bring the Specification up-to-date and
move it to present tense
Couple of new intro paragraphs, designed largely to offer the
user a bit more context
H5.user.html
Datatypes.html
Font correction and minor formatting changes.
H5.user.PrintGen.html
H5.user.PrintTpg.html
New files to enable creating a searchable and printable version
of the HDF5 User's Guide. These files enable the creation of a
PDF file containing the entire document. H5.user.PrintGen.html
controls the print job; H5.user.PrintTpg.html is the title page
for the PDF volume.
|
| |
|
| |
|
|
|
|
| |
be in the tests target, so did not put it there.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new feature
Makefile.in:
Added the dependence of *.c on the testphdf5.h
t_dset.c:
testphdf5.c:
testphdf5.h:
testphdf5 now takes optional arguements for dataset dimension sizes.
That allows testing with different dimension sizes without recompiling
the whole thing.
Platform tested:
O2K
|
|
|
|
|
| |
changed the name of 3 files so that it would have a t in front like the other
files in this program
|
| |
|
| |
|
| |
|
|
|
|
| |
tests. h5dumptst should be run from inside testfiles directory.
|