summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r1385] Updated H5Rdereference, H5Rget_object_type and H5Rget_region ...Quincey Koziol1999-06-251-4/+7
* [svn-r1374] Added in code to support the H5Diterate function, which I've got ...Quincey Koziol1999-06-241-287/+488
* [svn-r1305] Checkpointing the VL datatype code. I believe the core functiona...Quincey Koziol1999-06-041-4/+2
* [svn-r1277] Added additional checks into the dataspace code to determine if t...Albert Cheng1999-05-251-0/+55
* [svn-r1233] Removed some debugging printfs.Quincey Koziol1999-04-281-2/+0
* [svn-r1232] Fixed some boundary conditions on hyperslab I/O that the parallel...Quincey Koziol1999-04-281-25/+28
* [svn-r1217] Changes since 19990426Robb Matzke1999-04-261-1/+2
* [svn-r1210] Changed parameters for function calls which figure out the buffer...Quincey Koziol1999-04-231-27/+25
* [svn-r1204] Changes since 19990415Robb Matzke1999-04-231-5/+5
* [svn-r1184] Changes since 19990402Robb Matzke1999-04-151-2/+2
* [svn-r1182] Changed name of PABLO Mask to simplify automatic definitions.Dan Wells1999-04-141-1/+1
* [svn-r1132] Dataset region references are now finished and working correctly....Quincey Koziol1999-03-101-0/+58
* [svn-r1106] Cleaned up a few compiler warnings, etc.Quincey Koziol1999-02-251-5/+5
* [svn-r1081] Changes since 19990218Robb Matzke1999-02-181-6/+8
* [svn-r1010] Changes since 19981217Robb Matzke1999-01-071-2/+2
* [svn-r947] Lots of patches to enable dataset region references. The testing ...Quincey Koziol1998-11-251-1/+73
* [svn-r936] Changes since 19981119Robb Matzke1998-11-211-1/+1
* [svn-r925] Changes since 19981116Robb Matzke1998-11-181-15/+15
* [svn-r904] Fixed bug in H5dont_atexit.Quincey Koziol1998-11-131-4/+162
* [svn-r892] had to change teh name of the hyper union member to be hslabPatrick Lu1998-11-101-86/+86
* [svn-r800] Made a "htri_t" as a return value from "boolean" functions returningQuincey Koziol1998-10-261-3/+3
* [svn-r797] Changed comments from returning "SUCCEED/FAIL" to "non-negative/ne...Quincey Koziol1998-10-261-27/+17
* [svn-r789] Changes since 19981023Robb Matzke1998-10-261-3/+3
* [svn-r737] Changed H5I groups to have a H5I_ prefix before them, to better al...Quincey Koziol1998-10-051-4/+5
* [svn-r733] Robb Matzke1998-10-011-21/+49
* [svn-r730] Changes since 19980928Robb Matzke1998-09-301-28/+24
* [svn-r717] Added code to support unioning hyperslabs with the H5S_SELECT_OR o...Quincey Koziol1998-09-231-41/+375
* [svn-r712] Added temporary buffer support to several places in the library wh...Quincey Koziol1998-09-211-149/+388
* [svn-r673] Changes since 19980908Robb Matzke1998-09-081-4/+6
* [svn-r654] Fixed last bug (hah! ;-) for beta release, changed H5Gget_stat to ...Quincey Koziol1998-09-021-6/+5
* [svn-r620] Changes since 19980825Robb Matzke1998-08-271-2/+12
* [svn-r615] Fixed memory leaks & duplicates frees.Quincey Koziol1998-08-251-8/+6
* [svn-r601] Changes since 19980814Robb Matzke1998-08-181-3/+5
* [svn-r599] Added code to convert HDF dataspace selections to MPI datatypes.Robert Kim Yates1998-08-171-70/+88
* [svn-r588] Changes since 19980810Robb Matzke1998-08-131-8/+53
* [svn-r569] Changes since 19980731Robb Matzke1998-08-051-36/+65
* [svn-r566] Fixed offset code [finally :-/ ] for selections.Quincey Koziol1998-08-041-94/+118
* [svn-r530] Added code so H5Scopy copies selections properly.Quincey Koziol1998-07-221-0/+156
* [svn-r529] Changes since 19980722Robb Matzke1998-07-221-208/+338
* [svn-r519] Strided hyperslab selections now work.Quincey Koziol1998-07-201-50/+142
* [svn-r512] Tracked down some problems with the number of dimensions used for ...Quincey Koziol1998-07-151-1/+29
* [svn-r493] Fixed a bug when iterating through hyperslabs with greater than 2 ...Quincey Koziol1998-07-151-0/+16
* [svn-r480] Fixed an ugly bug by teaching the recursive hyperslab I/O code how...Quincey Koziol1998-07-101-59/+119
* [svn-r473] Changes since 19980708Robb Matzke1998-07-081-1/+0
* [svn-r468] Fixed formatting problems and moved H5S_sel_iter_release calls abo...Quincey Koziol1998-07-081-1/+2
* [svn-r464] Plugged several memory leaks in the hyperslab selection iterators.Quincey Koziol1998-07-071-3/+42
* [svn-r463] H5S.c:Albert Cheng1998-07-071-4/+4
* [svn-r457] Fixed another couple of typos in dynamically allocated variables.Quincey Koziol1998-07-071-2/+2
* [svn-r455] Fixed various const and signed/unsigned problems and corrected one...Quincey Koziol1998-07-071-25/+27
* [svn-r451] Completely tore out existing dataspace API and replaced with code ...Quincey Koziol1998-07-061-0/+1395