Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c. | Robb Matzke | 1997-09-22 | 1 | -37/+35 |
| | |||||
* | [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changes | Robb Matzke | 1997-09-19 | 1 | -0/+1 |
| | | | | | | 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-r96] Added "atexit" routines to each interface to free buffers ↵ | Quincey Koziol | 1997-09-18 | 1 | -3/+6 |
| | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | [svn-r94] Removed encode/decode from fast/cache message functions. | Robb Matzke | 1997-09-17 | 1 | -48/+44 |
| | | | | Fixed uninitialized bytes appearing in the data file object header. | ||||
* | [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 | 1 | -1/+2 |
| | | | | | | theres still a problem with the simple dimensionality caching. | ||||
* | [svn-r78] Checkpointing dataset code. Everything is currently working, ↵ | Quincey Koziol | 1997-09-15 | 1 | -3/+20 |
| | | | | | | except writing a second dataset out to the file seems to loose the first one. | ||||
* | [svn-r73] Lots of added code for dataset I/O. Its now writing out datasets ↵ | Quincey Koziol | 1997-09-12 | 1 | -6/+11 |
| | | | | | | | to the disk correctly, but only in "native" format. I'm adding the data-type conversions and checking the reading later today. | ||||
* | [svn-r47] Finished flashing out the H5M* functions calls. Cleaned up ↵ | Quincey Koziol | 1997-08-28 | 1 | -44/+67 |
| | | | | | | non-compiling source. Finished adding in remainder of H5Osdtyp.c functions. | ||||
* | [svn-r42] Minor tweaks to correct parameters for H5O_new | Quincey Koziol | 1997-08-26 | 1 | -52/+57 |
| | |||||
* | [svn-r41] Interim checkpoint of dataset code for Robb to look at. | Quincey Koziol | 1997-08-26 | 1 | -0/+400 |