Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixed | Robb Matzke | 1997-09-24 | 31 | -915/+1210 |
| | | | | problems when opening the same file more than once. | ||||
* | [svn-r110] Fixed problems with cpu=i686 | Robb Matzke | 1997-09-24 | 1 | -6/+9 |
| | |||||
* | [svn-r109] Initialized test datasets better and cleaned up a few typos. | Quincey Koziol | 1997-09-24 | 1 | -12/+23 |
| | |||||
* | [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-) | Quincey Koziol | 1997-09-24 | 28 | -257/+257 |
| | |||||
* | [svn-r107] Changed tests for new symbol table stuff | Robb Matzke | 1997-09-22 | 2 | -78/+77 |
| | |||||
* | [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c. | Robb Matzke | 1997-09-22 | 17 | -1185/+1778 |
| | |||||
* | [svn-r105] *** empty log message *** | Robb Matzke | 1997-09-22 | 1 | -0/+2 |
| | |||||
* | [svn-r104] Add site configuration file for HPUX 10.20 to help it compile | Quincey Koziol | 1997-09-19 | 1 | -0/+6 |
| | |||||
* | [svn-r103] Added pointer cast to shut compiler up. | Quincey Koziol | 1997-09-19 | 1 | -1/+1 |
| | |||||
* | [svn-r102] Removed ifdef now that code is working. | Quincey Koziol | 1997-09-19 | 1 | -2/+0 |
| | |||||
* | [svn-r101] Fixed uninitialized memory read. | Robb Matzke | 1997-09-19 | 4 | -17/+11 |
| | |||||
* | [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changes | Robb Matzke | 1997-09-19 | 32 | -641/+1433 |
| | | | | | | to int64 encode/decode to fix purify on 32-bit systems, changes to H5O_modify, changes to H5D.c to use H5F_open/close(), etc. Documentation will be mailed shortly... | ||||
* | [svn-r99] Fixed backslashes | Robb Matzke | 1997-09-19 | 1 | -1/+1 |
| | |||||
* | [svn-r98] *** empty log message *** | Robb Matzke | 1997-09-19 | 1 | -0/+2 |
| | |||||
* | [svn-r97] Free'd temporary buffer. | Quincey Koziol | 1997-09-18 | 1 | -0/+1 |
| | |||||
* | [svn-r96] Added "atexit" routines to each interface to free buffers ↵ | Quincey Koziol | 1997-09-18 | 17 | -37/+300 |
| | | | | | | allocated during runtime. Isolated but can't figure out how to fix bug reported with purify. | ||||
* | [svn-r95] Tracked down memory bug. | Quincey Koziol | 1997-09-18 | 3 | -3/+6 |
| | |||||
* | [svn-r94] Removed encode/decode from fast/cache message functions. | Robb Matzke | 1997-09-17 | 4 | -102/+86 |
| | | | | Fixed uninitialized bytes appearing in the data file object header. | ||||
* | [svn-r93] *** empty log message *** | Robb Matzke | 1997-09-17 | 1 | -0/+1 |
| | |||||
* | [svn-r92] It was quite simple, actually. The H5O_sim_dim_fast() should allocate | Robb Matzke | 1997-09-16 | 1 | -11/+7 |
| | | | | | | | space for the result if it gets the null pointer. See H5O_stab_fast() for an example. I notice that some where is something beging freed twice... | ||||
* | [svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, ↵ | Quincey Koziol | 1997-09-16 | 5 | -5/+7 |
| | | | | | | theres still a problem with the simple dimensionality caching. | ||||
* | [svn-r90] ./test/th5d.c | Robb Matzke | 1997-09-16 | 2 | -1/+7 |
| | | | | | | | | Changed the H5Mfind_name() return value and removed the call to H5Maccess(). ./test/th5p.c Removed unused variables. | ||||
* | [svn-r89] ./src/H5Apublic.h | Robb Matzke | 1997-09-16 | 4 | -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 Matzke | 1997-09-15 | 1 | -1/+1 |
| | |||||
* | [svn-r87] Moved an auto init after the FUNC_ENTER() | Robb Matzke | 1997-09-15 | 1 | -1/+4 |
| | |||||
* | [svn-r86] install fails with a better error message | Robb Matzke | 1997-09-15 | 1 | -3/+6 |
| | |||||
* | [svn-r85] Cleared up some things. | Robb Matzke | 1997-09-15 | 1 | -27/+44 |
| | |||||
* | [svn-r84] Arg sizes fixes in tfile.c | Robb Matzke | 1997-09-15 | 3 | -13/+17 |
| | | | | Name change in th5d.c | ||||
* | [svn-r83] Bug fixed in H5G_namei(). | Robb Matzke | 1997-09-15 | 5 | -18/+36 |
| | | | | | Arg type changes in H5Bprivate.h Sorted Makefile.in | ||||
* | [svn-r82] *** empty log message *** | Robb Matzke | 1997-09-15 | 1 | -10/+14 |
| | |||||
* | [svn-r81] Finished basic data-type conversions, files are now portably ↵ | Quincey Koziol | 1997-09-15 | 4 | -7/+55 |
| | | | | | | written on most "normal" architectures. | ||||
* | [svn-r80] Byte-swapping datatype conversion routine added for basic ↵ | Quincey Koziol | 1997-09-15 | 1 | -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 Koziol | 1997-09-15 | 1 | -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 Koziol | 1997-09-15 | 8 | -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 Koziol | 1997-09-15 | 1 | -8/+8 |
| | | | | | | lengths. This affected primarily big-endian architecture. | ||||
* | [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the ↵ | Quincey Koziol | 1997-09-12 | 1 | -0/+123 |
| | | | | | | hubbub earlier today) | ||||
* | [svn-r75] Added message to write out the location of the dataset data in the ↵ | Quincey Koziol | 1997-09-12 | 1 | -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 Koziol | 1997-09-12 | 3 | -1/+3 |
| | |||||
* | [svn-r73] Lots of added code for dataset I/O. Its now writing out datasets ↵ | Quincey Koziol | 1997-09-12 | 14 | -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 Matzke | 1997-09-10 | 5 | -41/+46 |
| | |||||
* | [svn-r71] Lost my changelog, but basically some new caching functions. | Robb Matzke | 1997-09-10 | 15 | -521/+1723 |
| | |||||
* | [svn-r70] Added clarifying comments from code review meeting to H5Mflush and ↵ | Quincey Koziol | 1997-09-05 | 2 | -4/+7 |
| | | | | H5D_flush. | ||||
* | [svn-r69] Added basic H5P test code, which seems to be working correctly. | Quincey Koziol | 1997-09-04 | 4 | -3/+119 |
| | |||||
* | [svn-r68] Added H5Pset_space routine to set the dimensions of a simple ↵ | Quincey Koziol | 1997-09-04 | 3 | -12/+163 |
| | | | | | | dataspace. Also tweaked the data structures, and fixed a few bugs. | ||||
* | [svn-r67] Added DATASET, DATATYPE & DATASPACE major error categories | Quincey Koziol | 1997-09-04 | 1 | -1/+4 |
| | |||||
* | [svn-r66] Removed H5ECLEAR call from H5Epush routine. | Quincey Koziol | 1997-09-04 | 1 | -1/+3 |
| | |||||
* | [svn-r65] Removed Makefile from distribution, started added dataspace test ↵ | Quincey Koziol | 1997-09-02 | 2 | -211/+3 |
| | | | | routines. | ||||
* | [svn-r64] Removed from distribution. | Quincey Koziol | 1997-09-02 | 2 | -416/+0 |
| | |||||
* | [svn-r63] *** empty log message *** | Robb Matzke | 1997-09-02 | 1 | -0/+1 |
| | |||||
* | [svn-r62] Fixed a stupidity bug. | Robb Matzke | 1997-09-02 | 1 | -1/+1 |
| |