summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r2546] Further patches to accomodate regular hyperslabs. More of the te...Quincey Koziol2000-09-131-0/+8
* [svn-r2544] Optimized regular hyperslab I/O routines and data structures. On...Quincey Koziol2000-09-131-19/+119
* [svn-r2073] Added free-list code to the library and took out the older "tempo...Quincey Koziol2000-04-041-572/+5
* [svn-r1944] Added "H5S_SELECT_PREPEND" and "H5S_SELECT_APPEND" operations to ...Quincey Koziol2000-01-211-4/+3
* [svn-r1932] Reversed the order that hyperslab blocks are added to the interna...Quincey Koziol2000-01-061-1/+2
* [svn-r1836] Mainly fixed a bug in VL datatype comparisons which was causing n...Quincey Koziol1999-11-171-1/+1
* [svn-r1576] Added H5Dvlen_get_buf_size function.Quincey Koziol1999-08-191-1/+1
* [svn-r1566] Changed C++ "operator" keyword to "op"Quincey Koziol1999-08-101-7/+7
* [svn-r1385] Updated H5Rdereference, H5Rget_object_type and H5Rget_region ...Quincey Koziol1999-06-251-2/+2
* [svn-r1374] Added in code to support the H5Diterate function, which I've got ...Quincey Koziol1999-06-241-0/+69
* [svn-r1277] Added additional checks into the dataspace code to determine if t...Albert Cheng1999-05-251-0/+52
* [svn-r1182] Changed name of PABLO Mask to simplify automatic definitions.Dan Wells1999-04-141-1/+1
* [svn-r1159] Changed cast of the reference selection type into a decode, this ...Quincey Koziol1999-03-231-3/+5
* [svn-r1139] Added code for H5Rget_object_typeQuincey Koziol1999-03-121-26/+42
* [svn-r1138] Changes since 19990304Robb Matzke1999-03-121-0/+5
* [svn-r1135] Expanded API for reading lists blocks/points to allow for just a ...Quincey Koziol1999-03-111-14/+42
* [svn-r1132] Dataset region references are now finished and working correctly....Quincey Koziol1999-03-101-62/+515
* [svn-r1015] Got rid of some warning messages.Albert Cheng1999-01-071-1/+0
* [svn-r947] Lots of patches to enable dataset region references. The testing ...Quincey Koziol1998-11-251-70/+209
* [svn-r936] Changes since 19981119Robb Matzke1998-11-211-52/+2
* [svn-r925] Changes since 19981116Robb Matzke1998-11-181-1/+1
* [svn-r904] Fixed bug in H5dont_atexit.Quincey Koziol1998-11-131-1/+112
* [svn-r892] had to change teh name of the hyper union member to be hslabPatrick Lu1998-11-101-5/+5
* [svn-r800] Made a "htri_t" as a return value from "boolean" functions returningQuincey Koziol1998-10-261-6/+6
* [svn-r797] Changed comments from returning "SUCCEED/FAIL" to "non-negative/ne...Quincey Koziol1998-10-261-14/+12
* [svn-r795] Changes since 19981026Robb Matzke1998-10-261-1/+1
* [svn-r793] Changed return value for H5Sget_select_npoints to hssize_t to enab...Quincey Koziol1998-10-261-5/+5
* [svn-r789] Changes since 19981023Robb Matzke1998-10-261-2/+2
* [svn-r770] H5B.c:Albert Cheng1998-10-211-2/+2
* [svn-r737] Changed H5I groups to have a H5I_ prefix before them, to better al...Quincey Koziol1998-10-051-6/+6
* [svn-r717] Added code to support unioning hyperslabs with the H5S_SELECT_OR o...Quincey Koziol1998-09-231-37/+107
* [svn-r712] Added temporary buffer support to several places in the library wh...Quincey Koziol1998-09-211-5/+7
* [svn-r654] Fixed last bug (hah! ;-) for beta release, changed H5Gget_stat to ...Quincey Koziol1998-09-021-52/+43
* [svn-r641] Changed function names for beta release.Quincey Koziol1998-09-011-6/+6
* [svn-r621] Re-checkin memory fixesQuincey Koziol1998-08-271-13/+0
* [svn-r620] Changes since 19980825Robb Matzke1998-08-271-88/+151
* [svn-r615] Fixed memory leaks & duplicates frees.Quincey Koziol1998-08-251-13/+20
* [svn-r599] Added code to convert HDF dataspace selections to MPI datatypes.Robert Kim Yates1998-08-171-9/+23
* [svn-r578] Changes since 19980805Robb Matzke1998-08-061-1/+2
* [svn-r566] Fixed offset code [finally :-/ ] for selections.Quincey Koziol1998-08-041-2/+96
* [svn-r544] Added code for H5Sselect_none call.Quincey Koziol1998-07-241-0/+44
* [svn-r539] Added H5Sselect_all codeQuincey Koziol1998-07-231-0/+44
* [svn-r530] Added code so H5Scopy copies selections properly.Quincey Koziol1998-07-221-0/+41
* [svn-r529] Changes since 19980722Robb Matzke1998-07-221-36/+50
* [svn-r519] Strided hyperslab selections now work.Quincey Koziol1998-07-201-5/+33
* [svn-r512] Tracked down some problems with the number of dimensions used for ...Quincey Koziol1998-07-151-4/+4
* [svn-r495] Finished debugging element selections. H5Sselect_elements call now...Quincey Koziol1998-07-151-2/+2
* [svn-r480] Fixed an ugly bug by teaching the recursive hyperslab I/O code how...Quincey Koziol1998-07-101-0/+92
* [svn-r469] Changes since 19980707Robb Matzke1998-07-081-0/+2
* [svn-r468] Fixed formatting problems and moved H5S_sel_iter_release calls abo...Quincey Koziol1998-07-081-4/+8