summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r89] ./src/H5Apublic.hRobb Matzke1997-09-164-287/+208
| | | | | | | | | | | | | | Removed H5_OID. ./src/H5D.c Fixed a few things to work better with symbol tables. Combined the H5D_oid_t and H5D_dataset_t structs. ./src/H5Dprivate.c Combined the H5D_oid_t and H5D_dataset_t types. ./src/H5M.c Removed the callback list for H5_OID.
* [svn-r88] Fixed an error check.Robb Matzke1997-09-151-1/+1
|
* [svn-r87] Moved an auto init after the FUNC_ENTER()Robb Matzke1997-09-151-1/+4
|
* [svn-r86] install fails with a better error messageRobb Matzke1997-09-151-3/+6
|
* [svn-r85] Cleared up some things.Robb Matzke1997-09-151-27/+44
|
* [svn-r84] Arg sizes fixes in tfile.cRobb Matzke1997-09-153-13/+17
| | | | Name change in th5d.c
* [svn-r83] Bug fixed in H5G_namei().Robb Matzke1997-09-155-18/+36
| | | | | Arg type changes in H5Bprivate.h Sorted Makefile.in
* [svn-r82] *** empty log message ***Robb Matzke1997-09-151-10/+14
|
* [svn-r81] Finished basic data-type conversions, files are now portably ↵Quincey Koziol1997-09-154-7/+55
| | | | | | written on most "normal" architectures.
* [svn-r80] Byte-swapping datatype conversion routine added for basic ↵Quincey Koziol1997-09-151-0/+131
| | | | | | | portability of data files. Further enhancements will need to be made to support "weird" architectures.
* [svn-r79] Finishing adding dataset reading code, which is working nicely. ↵Quincey Koziol1997-09-151-6/+131
| | | | | | Test for second dataset I/O is currently commented out, pending a fix.
* [svn-r78] Checkpointing dataset code. Everything is currently working, ↵Quincey Koziol1997-09-158-16/+206
| | | | | | except writing a second dataset out to the file seems to loose the first one.
* [svn-r77] Fixed mis-sized parameter passed to H5Cgetparm for offsets and ↵Quincey Koziol1997-09-151-8/+8
| | | | | | lengths. This affected primarily big-endian architecture.
* [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the ↵Quincey Koziol1997-09-121-0/+123
| | | | | | hubbub earlier today)
* [svn-r75] Added message to write out the location of the dataset data in the ↵Quincey Koziol1997-09-121-0/+259
| | | | | | | file, when its stored with the "standard" data storage method. (Missing from checkin earlier today because I forgot to add it to the CVS repository)
* [svn-r74] Added rudimentary dataset testing code. More coming later today...Quincey Koziol1997-09-123-1/+3
|
* [svn-r73] Lots of added code for dataset I/O. Its now writing out datasets ↵Quincey Koziol1997-09-1214-137/+365
| | | | | | | to the disk correctly, but only in "native" format. I'm adding the data-type conversions and checking the reading later today.
* [svn-r72] *** empty log message ***Robb Matzke1997-09-105-41/+46
|
* [svn-r71] Lost my changelog, but basically some new caching functions.Robb Matzke1997-09-1015-521/+1723
|
* [svn-r70] Added clarifying comments from code review meeting to H5Mflush and ↵Quincey Koziol1997-09-052-4/+7
| | | | H5D_flush.
* [svn-r69] Added basic H5P test code, which seems to be working correctly.Quincey Koziol1997-09-044-3/+119
|
* [svn-r68] Added H5Pset_space routine to set the dimensions of a simple ↵Quincey Koziol1997-09-043-12/+163
| | | | | | dataspace. Also tweaked the data structures, and fixed a few bugs.
* [svn-r67] Added DATASET, DATATYPE & DATASPACE major error categoriesQuincey Koziol1997-09-041-1/+4
|
* [svn-r66] Removed H5ECLEAR call from H5Epush routine.Quincey Koziol1997-09-041-1/+3
|
* [svn-r65] Removed Makefile from distribution, started added dataspace test ↵Quincey Koziol1997-09-022-211/+3
| | | | routines.
* [svn-r64] Removed from distribution.Quincey Koziol1997-09-022-416/+0
|
* [svn-r63] *** empty log message ***Robb Matzke1997-09-021-0/+1
|
* [svn-r62] Fixed a stupidity bug.Robb Matzke1997-09-021-1/+1
|
* [svn-r61] ./src/H5.cRobb Matzke1997-09-0213-135/+357
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed atexit() to HDatexit(). ./src/H5AC.c Changed qsort() to HDqsort(). ./src/H5B.c Changed memcmp() to HDmemcmp(). ./src/H5E.c ./src/H5M.c Added parentheses around indirect function calls so that checkposix doesn't complain and to advertise that it's an indirect function call. ./src/H5F.c ./src/H5G.c Added errors field to each function prologue to test the script mentioned above. ./src/H5H.c Changed fputc() to HDfputc(). ./src/H5MM.c ./src/H5MMprivate.h The argument for H5MM_xfree() is a pointer to a constant even though the argument to free() isn't. This reduces the number of warnings in other parts of the code but creates a new warning in this file. ./src/H5O.c Plugged a few memory leaks that happen during error handling. ./src/H5Oname.c ./src/debug.c Added `HD' to the beginning of some posix functions.
* [svn-r60] ./bin/checkposix NEWRobb Matzke1997-09-022-0/+188
| | | | | | | | | | | | | | | | | | Perl script that looks for Posix functions that haven't been protected by adding `HD' to the beginning of the name. It takes a list of .c file names as arguments. ./bin/errors NEW A filter that takes a function prologue and function body as standard input and updates the error list in the prologue based on the function body. You must add the `ERRORS' or `Errors:' field to the prologue before you pass it through this filter or else the errors come out as a separate comment. The errors field must be terminated with a blank line in the prologue so we know where the end is. I may enhance this in the future to take an entire file as standard input instead of individual functions.
* [svn-r59] Added [basic] testing for H5T interface, which appears to be ↵Quincey Koziol1997-08-295-4/+132
| | | | working well.
* [svn-r58] Added H5Tget_type and a few minor bug-fixes.Quincey Koziol1997-08-292-7/+102
|
* [svn-r57] Fixed bug in "reserved" atoms code which was not actually ↵Quincey Koziol1997-08-291-1/+1
| | | | | | reserving the atoms. :-)
* [svn-r56] ./test/tohdr.cRobb Matzke1997-08-292-4/+5
| | | | | | | | Testing H5O_remove() and H5O_load(). ./test/tstab.c Uncommented call to H5O_read() since H5O_remove() is implemented now.
* [svn-r55] ./src/H5F.cRobb Matzke1997-08-297-123/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added H5Fflush() and H5F_flush() which flush (and optionally invalidate the cache) and flush the file boot block. H5Fcreate() calls H5F_flush() to output the boot block. H5Fclose() calls H5F_flush() to update the boot block. H5F_debug() prints the root symbol table entry. ./src/H5Fpublic.h Added H5Fflush() prototype. ./src/H5G.c The name message is removed when an object moves from the root object position into a directory. Added H5G_debug() to print a symbol table entry. Most of the code was just moved from H5G_node_debug(). ./src/H5Gnode.c Moved some debugging code into H5G_debug(). ./src/H5Gprivate.c Added H5G_debug() prototype. ./src/H5O.c Implemented H5O_remove(). Added identifiers for H5O_SIM_DIM and H5O_SIM_DTYPE so they can be read from files. H5O_load() combines adjacent null messages for better memory management. ./src/H5Oprivate.h Changed minimum header data block size from 16 to 32 bytes. Changed prototype for H5O_remove()
* [svn-r54] *** empty log message ***Quincey Koziol1997-08-292-6/+141
|
* [svn-r53] Added datatype and dimensionality messages to dataset header, ↵Quincey Koziol1997-08-299-54/+286
| | | | | | cleaned up more code, etc.
* [svn-r52] ./src/H5O.cRobb Matzke1997-08-292-24/+46
| | | | | | | | | | | | If the symbol table entry doesn't change then the ent_modified argument to H5O_modify() doesn't change. This allows us to set ent_modified to false and then call H5O_modify() a whole bunch of times and easily determine if any of the calls modified the symbol table entry. ./src/H5D.c Fixed caching of things in the symbol table entry using the scheme we came up with a couple months ago.
* [svn-r51] ./test/tstab.cRobb Matzke1997-08-297-46/+248
| | | | | | | | | | | | | | | | | | | | ./test/tohdr.c ./test/tmeta.c ./test/theap.c ./test/tfile.c ./test/testhdf5.h ./test/testhdf5.c Changed the MESSAGE macro so it doesn't have a semicolon inside the argument list and automatic indentation tools work better. Old call: MESSAGE (5, printfunc("foo%s %d", s, i);); New call: MESSAGE (5, ("foo%s %d", s, i)); The parentheses are required. ./test/tstab.c Added more tests.
* [svn-r50] ./src/H5G.cRobb Matzke1997-08-292-10/+15
| | | | | | | | Commented out H5G_basename(). Fixed a bug in H5G_namei() and H5G_insert(). ./src/H5O.c Fixed a bug in H5O_modify()
* [svn-r49] ./src/H5D.cRobb Matzke1997-08-281-57/+72
| | | | | | | | | | | Changed H5D_flush() to work with the new symbol table functions. I just remembered that caching data in the symbol table entries still needs some work, so there's a line in there that invalidates the symbol table entry cache. Also, there are some comments in there with the word `Quincey' for you to read about inserting the messages in the dataset object header.
* [svn-r48] Fixed H5Cgetparm tests to use uint8 for the offset and length ↵Quincey Koziol1997-08-282-75/+143
| | | | parameters.
* [svn-r47] Finished flashing out the H5M* functions calls. Cleaned up ↵Quincey Koziol1997-08-2810-179/+664
| | | | | | non-compiling source. Finished adding in remainder of H5Osdtyp.c functions.
* [svn-r46] *** empty log message ***Quincey Koziol1997-08-281-99/+105
|
* [svn-r45] ./test/tstab.cRobb Matzke1997-08-281-4/+0
| | | | No longer calls H5G_mkroot().
* [svn-r44] ./src/H5D.cRobb Matzke1997-08-2813-271/+299
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I commented out a bunch of code in H5D_flush() so I could compile and link the test cases. If you commit your changes to that file, whatever they may be, I'll change H5D_flush() to use the new directory functions described below... ./src/H5G.c H5G_namei() ----------- Understands files without directories. The root object (directory or not) can be found by asking for `/' (or any equivalent absolute or relative name like `/.//.///' or `.//.///' (if the cwd is the root)) or by name like `/foo' (or any other equivalent absolute or relative name) if the object has a name message with the value `foo'. This function is used by most of the other H5G functions so they now understand directory-less files too. H5G_new() --------- Creates the root directory implicitly if it doesn't already exist, moving any previous non-directory root object into the new root directory before creating the requested directory within the root. The creation of the root directory happens first, regardless of whether the requested directory creation succeeds. Once the root directory is created it never disappears even if the file later has only one object. This "feature" can be used to force a file to have a root directory by saying something like: H5G_new (..., "/", ...); H5ECLEAR; /*we don't care about the H5E_EXISTS failure*/ The H5G_new() in the previous example fails because the root directory is created implicitly before we attempt to create the requested "/" directory. H5G_find() ---------- Understands files without directories. If there is no root object then this function is guaranteed to fail even if the request is for `/'. As mentioned for H5G_namei(), the root object can be retrieved with `/' or `/foo' (or equivalent absolute or relative names). H5G_insert() ------------ Understands files without directories and attempts to create such files when there is only one object. The root symbol table is created implicitly when necessary. A root object can be given a name message by the caller and then inserted with the name `/' or it can be inserted with the name `/foo' in which case H5G_insert() will set the name message to `foo'. H5G_modify() ------------ Understands files without directories. ./src/H5Fprivate.h Removed the root_type field from hdf5_file_t. ./src/H5Fprivate.h ./src/H5F.c Removed H5F_root_type() ./src/H5Fpublic.h Removed H5F_root_symtype_t. ./src/H5Oprivate.h ./src/H5O.c Added H5O_remove() which is currently a no-op.
* [svn-r43] *** empty log message ***Robb Matzke1997-08-286-10/+113
|
* [svn-r42] Minor tweaks to correct parameters for H5O_newQuincey Koziol1997-08-263-53/+61
|
* [svn-r41] Interim checkpoint of dataset code for Robb to look at.Quincey Koziol1997-08-267-11/+896
|
* [svn-r40] Changed comments about length and offset parameters from uintn to ↵Quincey Koziol1997-08-221-4/+4
| | | | uint8