| Commit message (Expand) | Author | Age | Files | Lines |
* | [svn-r125] Changed name of dataspace for "entire dataset" read/write from H5P... | Quincey Koziol | 1997-10-17 | 1 | -4/+4 |
|
|
* | [svn-r122] Added user-level routines H5Pget_lrank and H5Pget_ldims | Quincey Koziol | 1997-10-15 | 3 | -10/+143 |
|
|
* | [svn-r121] Simplified fix for seek optimizing. | Quincey Koziol | 1997-10-15 | 1 | -13/+1 |
|
|
* | [svn-r120] Removed debugging printf's | Quincey Koziol | 1997-10-15 | 1 | -7/+0 |
|
|
* | [svn-r119] Fixed seek optimization problems. | Robb Matzke | 1997-10-15 | 1 | -6/+33 |
|
|
* | [svn-r118] Added H5P_init & H5T_init function calls which can be called to gu... | Quincey Koziol | 1997-10-15 | 5 | -0/+59 |
|
|
* | [svn-r117] Added "seek position caching" code to shared file-records, which t... | Quincey Koziol | 1997-10-08 | 2 | -8/+36 |
|
|
* | [svn-r116] Fixed typo which was preventing memory from being free'd | Quincey Koziol | 1997-10-08 | 1 | -2/+2 |
|
|
* | [svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. Th... | Quincey Koziol | 1997-10-08 | 9 | -80/+306 |
|
|
* | [svn-r113] Added mechanism for reference counting IDs. This is to facilitate... | Quincey Koziol | 1997-10-08 | 3 | -5/+136 |
|
|
* | [svn-r112] Added some symbolic names for '0'. Makes user's code easier to read. | Quincey Koziol | 1997-09-26 | 4 | -1/+6 |
|
|
* | [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixed | Robb Matzke | 1997-09-24 | 27 | -904/+1201 |
|
|
* | [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-) | Quincey Koziol | 1997-09-24 | 21 | -231/+231 |
|
|
* | [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c. | Robb Matzke | 1997-09-22 | 17 | -1185/+1778 |
|
|
* | [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 | 28 | -628/+1418 |
|
|
* | [svn-r96] Added "atexit" routines to each interface to free buffers allocated... | Quincey Koziol | 1997-09-18 | 17 | -37/+300 |
|
|
* | [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 |
|
|
* | [svn-r92] It was quite simple, actually. The H5O_sim_dim_fast() should allocate | Robb Matzke | 1997-09-16 | 1 | -11/+7 |
|
|
* | [svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, ther... | Quincey Koziol | 1997-09-16 | 5 | -5/+7 |
|
|
* | [svn-r89] ./src/H5Apublic.h | Robb Matzke | 1997-09-16 | 4 | -287/+208 |
|
|
* | [svn-r87] Moved an auto init after the FUNC_ENTER() | Robb Matzke | 1997-09-15 | 1 | -1/+4 |
|
|
* | [svn-r83] Bug fixed in H5G_namei(). | Robb Matzke | 1997-09-15 | 5 | -18/+36 |
|
|
* | [svn-r81] Finished basic data-type conversions, files are now portably writte... | Quincey Koziol | 1997-09-15 | 4 | -7/+55 |
|
|
* | [svn-r80] Byte-swapping datatype conversion routine added for basic portabili... | Quincey Koziol | 1997-09-15 | 1 | -0/+131 |
|
|
* | [svn-r78] Checkpointing dataset code. Everything is currently working, excep... | Quincey Koziol | 1997-09-15 | 8 | -16/+206 |
|
|
* | [svn-r75] Added message to write out the location of the dataset data in the ... | Quincey Koziol | 1997-09-12 | 1 | -0/+259 |
|
|
* | [svn-r73] Lots of added code for dataset I/O. Its now writing out datasets t... | Quincey Koziol | 1997-09-12 | 14 | -137/+365 |
|
|
* | [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 |
|
|
* | [svn-r68] Added H5Pset_space routine to set the dimensions of a simple datasp... | Quincey Koziol | 1997-09-04 | 3 | -12/+163 |
|
|
* | [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-r64] Removed from distribution. | Quincey Koziol | 1997-09-02 | 1 | -227/+0 |
|
|
* | [svn-r62] Fixed a stupidity bug. | Robb Matzke | 1997-09-02 | 1 | -1/+1 |
|
|
* | [svn-r61] ./src/H5.c | Robb Matzke | 1997-09-02 | 13 | -135/+357 |
|
|
* | [svn-r58] Added H5Tget_type and a few minor bug-fixes. | Quincey Koziol | 1997-08-29 | 2 | -7/+102 |
|
|
* | [svn-r57] Fixed bug in "reserved" atoms code which was not actually reserving... | Quincey Koziol | 1997-08-29 | 1 | -1/+1 |
|
|
* | [svn-r55] ./src/H5F.c | Robb Matzke | 1997-08-29 | 7 | -123/+304 |
|
|
* | [svn-r53] Added datatype and dimensionality messages to dataset header, clean... | Quincey Koziol | 1997-08-29 | 9 | -54/+286 |
|
|
* | [svn-r52] ./src/H5O.c | Robb Matzke | 1997-08-29 | 2 | -24/+46 |
|
|
* | [svn-r50] ./src/H5G.c | Robb Matzke | 1997-08-29 | 2 | -10/+15 |
|
|
* | [svn-r49] ./src/H5D.c | Robb Matzke | 1997-08-28 | 1 | -57/+72 |
|
|
* | [svn-r47] Finished flashing out the H5M* functions calls. Cleaned up non-com... | Quincey Koziol | 1997-08-28 | 10 | -179/+664 |
|
|
* | [svn-r44] ./src/H5D.c | Robb Matzke | 1997-08-28 | 13 | -271/+299 |
|
|
* | [svn-r42] Minor tweaks to correct parameters for H5O_new | Quincey Koziol | 1997-08-26 | 3 | -53/+61 |
|
|
* | [svn-r41] Interim checkpoint of dataset code for Robb to look at. | Quincey Koziol | 1997-08-26 | 7 | -11/+896 |
|
|