summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1423] Patrick Lu1999-07-061-0/+0
| | | | | updated the dumptst project so that it finds the file(the location was moved into the tools directory)
* [svn-r1422] Patrick Lu1999-07-061-0/+6
| | | | | added entries to the new files I added to the testfile dir(tenum.h5 tenum.ddl tobjref.h5 tobjref.ddl tdatareg.ddl tdatareg.h5)
* [svn-r1421] Divide the whole script into two parts, test and release, so ↵Albert Cheng1999-07-041-53/+139
| | | | | | | | | | | | | | | | 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.
* [svn-r1420] Modified to add new dataset transfer property list ID in ↵Quincey Koziol1999-07-032-2/+2
| | | | H5Tconvert.
* [svn-r1419] Modified dtypes.c to add new dataset transfer property list ↵Quincey Koziol1999-07-032-49/+519
| | | | | | | | | 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.
* [svn-r1418] Modified H5Tconvert to require a dataset transfer property ↵Quincey Koziol1999-07-0319-317/+696
| | | | | | | | | | | | | 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.
* [svn-r1417] t_mpi.c:Albert Cheng1999-07-034-7/+40
| | | | | | | | | | 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.
* [svn-r1416] fixed a typoPatrick Lu1999-07-021-4/+4
|
* [svn-r1415] hopefully corrected the file to have the appropriate typesPatrick Lu1999-07-021-76/+125
|
* [svn-r1414] Patrick Lu1999-07-021-1/+1
| | | | fixed a typo from the last one
* [svn-r1413] Patrick Lu1999-07-021-0/+3
| | | | added the comment at the top
* [svn-r1412] Patrick Lu1999-07-023-0/+9
| | | | added a comment at the top that tells what the command was to generate the file
* [svn-r1411] Patrick Lu1999-07-022-0/+6
| | | | fixed a bug. need the comment at the top of the file
* [svn-r1410] Patrick Lu1999-07-025-249/+247
| | | | updated the .h5 files and the ddl's to show the new results
* [svn-r1409] Patrick Lu1999-07-021-4/+4
| | | | | | | | | | | | | 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
* [svn-r1408] Patrick Lu1999-07-022-0/+0
| | | | new testfiles for the references. created by h5dumptst
* [svn-r1407] Patrick Lu1999-07-023-0/+90
| | | | the ddl's for the new test files
* [svn-r1406] Patrick Lu1999-07-021-0/+0
| | | | a test file that is created from the h5dumptst. ues it to test enums
* [svn-r1405] Patrick Lu1999-07-021-64/+64
| | | | converted all the types to native types to fix the errors
* [svn-r1404] Frank Baker1999-07-025-4/+302
| | | | | | | | | | | | | | | | | | | | | 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.
* [svn-r1403] Added the include to make malloc compiled correctly.Albert Cheng1999-07-011-0/+1
|
* [svn-r1402] Fixed a typo there. Now it should compile and clean up correctly.Albert Cheng1999-07-011-2/+2
|
* [svn-r1401] Included pablo in the clean up targets too. Not sure if it shouldAlbert Cheng1999-07-011-3/+3
| | | | be in the tests target, so did not put it there.
* [svn-r1400] Snapshot version 1.1 release 109Albert Cheng1999-07-012-2/+2
|
* [svn-r1399] Updated for the removal of the two old Makefile's in testpar.Albert Cheng1999-07-011-2/+0
|
* [svn-r1398] Purpose:Albert Cheng1999-06-304-90/+176
| | | | | | | | | | | | | | | | 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
* [svn-r1397] Patrick Lu1999-06-301-3/+3
| | | | | changed the name of 3 files so that it would have a t in front like the other files in this program
* [svn-r1396] Updated with new location of h5dumptst.c.Albert Cheng1999-06-301-1/+1
|
* [svn-r1395] Moved to the upper directory.Albert Cheng1999-06-301-1551/+0
|
* [svn-r1394] Changes made by Patrick to the h5dumptst.c in testfiles.Albert Cheng1999-06-301-0/+300
|
* [svn-r1393] Added entry for h5dumptst.c which creates test files for h5dump toolAlbert Cheng1999-06-302-2/+1257
| | | | tests. h5dumptst should be run from inside testfiles directory.
* [svn-r1392] Changes made by Kim Yates and staff. I tested the changes onAlbert Cheng1999-06-301-85/+150
| | | | O2K and it passed all tests.
* [svn-r1391] Patrick Lu1999-06-281-1/+3
| | | | added a break for the H5T_ENUM case in the switch in the dump_simple_dset
* [svn-r1390] Patrick Lu1999-06-281-0/+1
| | | | fixed a bug that was making references get printed twice
* [svn-r1389] Patrick Lu1999-06-281-1/+258
| | | | added 2 functions to create a file for data regions and obj references
* [svn-r1388] No longer needed because configure creates the right Makefile now.Albert Cheng1999-06-262-203/+0
|
* [svn-r1387] Added tests for the "all" and "none" selection iterators.Quincey Koziol1999-06-251-13/+46
|
* [svn-r1386] Added tests to iterate through hyperslab and point selections.Quincey Koziol1999-06-251-22/+63
|
* [svn-r1385] Updated H5Rdereference, H5Rget_object_type and H5Rget_region ↵Quincey Koziol1999-06-257-54/+96
| | | | | | | | | | | to accept a location ID (i.e. a file or group ID) as well as the dataset ID. This should allow Dave to get the palettes stored in the file correctly and also enable Bob and/or Bruce's indexing stuff. This change should be folded into the documentation for these three functions for the release. Also, I fixed a number of bugs in the hyperslab and point selection iterators for H5Diterate and they are working correctly now.
* [svn-r1384] Patrick Lu1999-06-251-0/+43
| | | | added a function to create an enum test file
* [svn-r1383] Patrick Lu1999-06-251-1/+1
| | | | updated the enum data entry
* [svn-r1382] Patrick Lu1999-06-252-5/+10
| | | | | | | | | oooops i forgot to include a case statement in two switch statements (1 in each file) that print the actual data of the enum datasets i had to change a line of h5dump_sprint. when it checks to see that is an enum val isn't an escape sequence i appended this result onto the end of the str
* [svn-r1381] Elena Pourmal1999-06-251-0/+2
| | | | h5_mount.c and h5_reference.c were added.
* [svn-r1380] Two new examples h5_mount.c and h5_reference.c were added.Elena Pourmal1999-06-252-2/+154
| | | | | | | | | | h5_select.c was modified to use fill values, and h5_group.c was modified to show how H5Giterate can be used to get information about the objects in a group. Necessary changes were done to the Makefile.in. Tested on Solaris 2.6 (baldric)
* [svn-r1379] Elena Pourmal1999-06-253-25/+237
| | | | | | | | | | | Two new examples h5_mount.c and h5_reference.c were added. h5_select.c was modified to use fill values, and h5_group.c was modified to show how H5Giterate can be used to get information about the objects in a group. Necessary changes were done to the Makefile.in. Tested on Solaris 2.6 (baldric)
* [svn-r1378] Patrick Lu1999-06-241-0/+4
| | | | added references and enums into the list of datatypes displayed
* [svn-r1377] Patrick Lu1999-06-241-1/+0
| | | | removed teh TYPE define since it was already there as DATATYPE
* [svn-r1376] Patrick Lu1999-06-241-2/+8
| | | | changed some of the output format for the dumper(show object ids now)
* [svn-r1375] Patrick Lu1999-06-241-20/+68
| | | | updated the ddl so it has the new types that we are displaying in dumper
* [svn-r1374] Added in code to support the H5Diterate function, which I've got ↵Quincey Koziol1999-06-2411-289/+917
| | | | | | | to add tests for now. Also, I revised some of the code for hyperslab I/O, which should provide a modest speedup in situations with lots of hyperslabs.