summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r2283] Elena Pourmal2000-05-191-1/+1
* [svn-r2265] *** empty log message ***Robb Matzke2000-05-181-8/+16
* [svn-r2263] * 2000-05-18Robb Matzke2000-05-189-535/+981
* [svn-r2260] Updated all these dependant files.Albert Cheng2000-05-171-16/+8
* [svn-r2258] Elena Pourmal2000-05-171-4/+4
* [svn-r2194] Fixed up differences in how addresses are handled between develop...Quincey Koziol2000-04-223-8/+12
* [svn-r2193] Changed hash function for caching to avoid as many hash clashes.Quincey Koziol2000-04-222-30/+16
* [svn-r2192] Turned on address sorting when flushing metadata for entire file,...Quincey Koziol2000-04-221-1/+4
* [svn-r2184] ./src/H5Epublic.hRobb Matzke2000-04-213-4/+5
* [svn-r2173] Updated dependency and API tracing informationQuincey Koziol2000-04-212-48/+106
* [svn-r2171] Fixed a few typos in FUNC_ENTER macros and return types that Binh...Quincey Koziol2000-04-211-12/+12
* [svn-r2166] Fixed last batch of problems when using free-lists on the SGI mac...Quincey Koziol2000-04-209-41/+47
* [svn-r2161] Modified B-tree splits so they avoid the redundant metadata I/O w...Quincey Koziol2000-04-192-34/+114
* [svn-r2152] Modified H5_term_library to not reported errors when H5Eset_a...Quincey Koziol2000-04-156-287/+274
* [svn-r2148] Corrected a few problems in the free-list code and added more ass...Quincey Koziol2000-04-147-23/+53
* [svn-r2134] Changed H5Screate_simple & H5Sset_extent_simple to disallowQuincey Koziol2000-04-121-6/+15
* [svn-r2128] Changed return type of H5Aiterate and the H5A_operator_t to herr_...Quincey Koziol2000-04-122-3/+3
* [svn-r2123] Fixed small problem with va_arg & shorts and floats in HDfprintf....Quincey Koziol2000-04-121-3/+3
* [svn-r2120] Fixed error which manifested in H5Giterate, causing groups with m...Quincey Koziol2000-04-121-1/+1
* [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ...Quincey Koziol2000-04-112-410/+266
* [svn-r2107] Fixed small bug where we were reading a value out of a piece of m...Quincey Koziol2000-04-111-9/+9
* [svn-r2104] Turned off the free lists until I can debug them on the platforms...Quincey Koziol2000-04-101-1/+1
* [svn-r2103] Checking in newer version of free-list code with easy way to turn...Quincey Koziol2000-04-101-0/+52
* [svn-r2095] Fixed error in iterating through hyperslabs in certain situations...Quincey Koziol2000-04-071-26/+29
* [svn-r2078] Fixed a problem in H5Giterate which was not updating the 'index' ...Quincey Koziol2000-04-053-25/+36
* [svn-r2072] Added free-list code to the library and took out the older "tempo...Quincey Koziol2000-04-0448-1875/+3294
* [svn-r2063] Purpose:Albert Cheng2000-03-311-0/+2
* [svn-r2053] H5I_dec_ref was returning 1 instead of FAIL when it failed.Albert Cheng2000-03-231-1/+1
* [svn-r2008] PurposeAlbert Cheng2000-03-081-1/+1
* [svn-r1998] Adjusted the library version information to identify this asAlbert Cheng2000-03-041-2/+2
* [svn-r1943] Fixed bug which was not allowing the "start_point" parameter toQuincey Koziol2000-01-211-1/+0
* [svn-r1931] Reversed the order that hyperslab blocks are added to the interna...Quincey Koziol2000-01-061-1/+2
* [svn-r1906] Setup correct release version information by setting SUBRELEASE toAlbert Cheng1999-12-171-1/+1
* [svn-r1872] Changed it to indicate it is v1.2.1-pre1 release.Albert Cheng1999-12-101-2/+2
* [svn-r1867] Added a new component, H5_VERS_SUBRELEASE, to the release informa...Albert Cheng1999-12-101-3/+5
* [svn-r1860] ** src/H5T.cRobb Matzke1999-12-093-3/+12
* [svn-r1856] Fixed error in decoding hyperslab regions for dataset region refe...Quincey Koziol1999-12-071-1/+1
* [svn-r1828] Added some #undef tweaks to make this work when hdf5 is used by o...Robb Matzke1999-11-042-1/+66
* [svn-r1722] Corrected coding error in computing size of variable-length datat...Quincey Koziol1999-10-061-2/+7
* [svn-r1716] Got rid of the no longer needed forward reference of struct defin...Albert Cheng1999-10-031-1/+0
* [svn-r1708] Turned off compression feature if zlib.h is off.Albert Cheng1999-10-011-0/+3
* [svn-r1698] Removed the note of beta-release.Albert Cheng1999-09-301-1/+0
* [svn-r1649] Tweaks for J90 port.Quincey Koziol1999-09-241-7/+5
* [svn-r1628] Fixed error in point selections which was incorrectly computing t...Quincey Koziol1999-09-061-2/+2
* [svn-r1626] Removed incorrect comment about only allowing atomic fields in a ...Quincey Koziol1999-09-021-4/+0
* [svn-r1617] ./src/H5O.c [1.2, 1.3]Robb Matzke1999-08-302-138/+152
* [svn-r1610] Fixed bug in attribute writing which was causing core dump if an ...Quincey Koziol1999-08-271-3/+0
* [svn-r1609] ./src/libhdf5.settings.in [1.2, 1.3]Robb Matzke1999-08-272-4/+4
* [svn-r1604] ./src/H5O.c [1.2, 1.3]Robb Matzke1999-08-262-397/+161
* [svn-r1598] Changed return type of H5Tenum_nameof and H5Tenum_valueof from hi...Quincey Koziol1999-08-252-4/+4