summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to explici...Quincey Koziol1998-02-171-1/+1
* [svn-r279] Changed return type of H5Fclose from 'int32' to 'herr_t'Quincey Koziol1998-02-161-1/+1
* [svn-r268] Revised the comment block of H5Cset_mpi. Also fixed a small bug inAlbert Cheng1998-02-131-4/+33
* [svn-r258] Problem:Albert Cheng1998-02-121-2/+2
* [svn-r257] H5F.c:Albert Cheng1998-02-122-10/+6
* [svn-r255] Added a teeny tiny little miniscule amount of support for strings ...Robb Matzke1998-02-121-0/+26
* [svn-r249] configure.in configure:Albert Cheng1998-02-111-1/+1
* [svn-r240] Removed warnings on Irix64Robb Matzke1998-02-101-12/+6
* [svn-r234] Cleaned up conversion between MPIOffset and haddr_t in H5Fmpio.c.Robert Kim Yates1998-02-102-40/+70
* [svn-r232] Problem: Parallel H5Fcreate failed if file doesnot exist. When theAlbert Cheng1998-02-101-1/+13
* [svn-r230] Changes were actually made by Robb. I am commiting them for himAlbert Cheng1998-02-0936-1811/+1865
* [svn-r224] Initial implementation of the upper levels of PHDF5. TheAlbert Cheng1998-02-069-34/+207
* [svn-r222] Problem: UINT64DECODE and INT64DECODE were not working because it didAlbert Cheng1998-02-051-6/+6
* [svn-r221] In H5F_mpio_open, if truncation was requested, all processes must ...Robert Kim Yates1998-02-051-21/+24
* [svn-r220] Changes since 19980204Robb Matzke1998-02-051-1/+1
* [svn-r219] Changes since 19980204Robb Matzke1998-02-041-6/+3
* [svn-r218] ./src/H5F.cRobb Matzke1998-02-043-18/+17
* [svn-r217] Fixed fence-post & memory copy errors in H5F_encode_length_unusual()Quincey Koziol1998-02-041-3/+3
* [svn-r216] Added (ifdef'ed out currently) support for creating scalar simple ...Quincey Koziol1998-02-041-10/+21
* [svn-r215] offset was declared intn when it actually dealed with pointer addr...Albert Cheng1998-02-041-1/+2
* [svn-r214] Changes since 19980203Robb Matzke1998-02-034-11/+98
* [svn-r213] Changes since 19980130Robb Matzke1998-02-034-3/+68
* [svn-r212] Fixed H5F_mpio_read's handling of number of bytes read,Robert Kim Yates1998-02-032-14/+33
* [svn-r211] Added hooks for MPI-IO low-level I/O module.Robert Kim Yates1998-02-023-0/+573
* [svn-r209] Changes since 19980130Robb Matzke1998-01-3010-123/+337
* [svn-r208] Just added in a missing bracket, just to make vi-matching happier.Albert Cheng1998-01-301-0/+1
* [svn-r205] Changes since 19980130Robb Matzke1998-01-302-6/+7
* [svn-r204] Changes since 19980129Robb Matzke1998-01-308-34/+151
* [svn-r202] Changed H5Pget/set_hyperslab routines to int, size_t, size_t param...Quincey Koziol1998-01-301-85/+1
* [svn-r201] Changed H5Pget/set_hyperslab to final consensus types: int for off...Quincey Koziol1998-01-302-8/+8
* [svn-r197] Changes since 19980129Robb Matzke1998-01-295-217/+351
* [svn-r196] Changes since 19980128Robb Matzke1998-01-291-2/+3
* [svn-r195] Purpose: minor bug fixAlbert Cheng1998-01-291-1/+1
* [svn-r194] Changes since 19980128Robb Matzke1998-01-293-76/+100
* [svn-r193] Changes since 19980128Robb Matzke1998-01-2812-152/+85
* [svn-r188] Changed hbool_t from an enum to 'int' and removed BTRUE/BFALSE/BFA...Quincey Koziol1998-01-2825-112/+99
* [svn-r186] Changes since 19980128Robb Matzke1998-01-282-2/+2
* [svn-r185] Changes since 19980128Robb Matzke1998-01-289-533/+695
* [svn-r183] Added comparison of selected hyperslabs to H5P_cmpQuincey Koziol1998-01-281-0/+24
* [svn-r182] Fixed typo...Quincey Koziol1998-01-281-1/+1
* [svn-r181] Reset hyperslab selection changing changing dataspace dimensions.Quincey Koziol1998-01-281-0/+10
* [svn-r180] Seperated range checking of start, count & stride in H5Pset_hypers...Quincey Koziol1998-01-281-13/+14
* [svn-r179] Added SIGN macroQuincey Koziol1998-01-281-0/+5
* [svn-r178] Changes since 19980127Robb Matzke1998-01-287-580/+681
* [svn-r177] Added H5Pselect_hyperslab routine. The parameters to this routine...Quincey Koziol1998-01-283-0/+104
* [svn-r176] added ABS macroQuincey Koziol1998-01-281-0/+5
* [svn-r173] ifdef'ed out H5Pcreate function and put in H5Pcreate_simple function.Quincey Koziol1998-01-272-0/+61
* [svn-r172] Cleaned up formatting for nicer printingQuincey Koziol1998-01-272-0/+12
* [svn-r170] Changes since 19980123Robb Matzke1998-01-266-150/+327
* [svn-r168] Changes since 19980122Robb Matzke1998-01-236-1501/+1673