summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r115] Corrected usage of H5Tsize function.Quincey Koziol1997-10-082-3/+3
* [svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. Th...Quincey Koziol1997-10-089-80/+306
* [svn-r113] Added mechanism for reference counting IDs. This is to facilitate...Quincey Koziol1997-10-083-5/+136
* [svn-r112] Added some symbolic names for '0'. Makes user's code easier to read.Quincey Koziol1997-09-264-1/+6
* [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixedRobb Matzke1997-09-2431-915/+1210
* [svn-r110] Fixed problems with cpu=i686Robb Matzke1997-09-241-6/+9
* [svn-r109] Initialized test datasets better and cleaned up a few typos.Quincey Koziol1997-09-241-12/+23
* [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)Quincey Koziol1997-09-2428-257/+257
* [svn-r107] Changed tests for new symbol table stuffRobb Matzke1997-09-222-78/+77
* [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c.Robb Matzke1997-09-2217-1185/+1778
* [svn-r105] *** empty log message ***Robb Matzke1997-09-221-0/+2
* [svn-r104] Add site configuration file for HPUX 10.20 to help it compileQuincey Koziol1997-09-191-0/+6
* [svn-r103] Added pointer cast to shut compiler up.Quincey Koziol1997-09-191-1/+1
* [svn-r102] Removed ifdef now that code is working.Quincey Koziol1997-09-191-2/+0
* [svn-r101] Fixed uninitialized memory read.Robb Matzke1997-09-194-17/+11
* [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changesRobb Matzke1997-09-1932-641/+1433
* [svn-r99] Fixed backslashesRobb Matzke1997-09-191-1/+1
* [svn-r98] *** empty log message ***Robb Matzke1997-09-191-0/+2
* [svn-r97] Free'd temporary buffer.Quincey Koziol1997-09-181-0/+1
* [svn-r96] Added "atexit" routines to each interface to free buffers allocated...Quincey Koziol1997-09-1817-37/+300
* [svn-r95] Tracked down memory bug.Quincey Koziol1997-09-183-3/+6
* [svn-r94] Removed encode/decode from fast/cache message functions.Robb Matzke1997-09-174-102/+86
* [svn-r93] *** empty log message ***Robb Matzke1997-09-171-0/+1
* [svn-r92] It was quite simple, actually. The H5O_sim_dim_fast() should allocateRobb Matzke1997-09-161-11/+7
* [svn-r91] Bug fixes for multiple datasets in the file. Interim checkin, ther...Quincey Koziol1997-09-165-5/+7
* [svn-r90] ./test/th5d.cRobb Matzke1997-09-162-1/+7
* [svn-r89] ./src/H5Apublic.hRobb Matzke1997-09-164-287/+208
* [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
* [svn-r83] Bug fixed in H5G_namei().Robb Matzke1997-09-155-18/+36
* [svn-r82] *** empty log message ***Robb Matzke1997-09-151-10/+14
* [svn-r81] Finished basic data-type conversions, files are now portably writte...Quincey Koziol1997-09-154-7/+55
* [svn-r80] Byte-swapping datatype conversion routine added for basic portabili...Quincey Koziol1997-09-151-0/+131
* [svn-r79] Finishing adding dataset reading code, which is working nicely. Te...Quincey Koziol1997-09-151-6/+131
* [svn-r78] Checkpointing dataset code. Everything is currently working, excep...Quincey Koziol1997-09-158-16/+206
* [svn-r77] Fixed mis-sized parameter passed to H5Cgetparm for offsets and leng...Quincey Koziol1997-09-151-8/+8
* [svn-r76] Added dataset testing code to CVS repository. (Forgotten in the hu...Quincey Koziol1997-09-121-0/+123
* [svn-r75] Added message to write out the location of the dataset data in the ...Quincey Koziol1997-09-121-0/+259
* [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 t...Quincey Koziol1997-09-1214-137/+365
* [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
* [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 datasp...Quincey Koziol1997-09-043-12/+163
* [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