summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
Commit message (Expand)AuthorAgeFilesLines
* [svn-r339] Changes since 19980408Robb Matzke1998-04-091-2/+7
* [svn-r338] Changes since 19980407Robb Matzke1998-04-081-25/+25
* [svn-r337] Changes since 19980403Robb Matzke1998-04-071-5/+5
* [svn-r336] Changes since 19980402Robb Matzke1998-04-031-23/+48
* [svn-r335] Changes since 19980330Robb Matzke1998-04-031-4/+4
* [svn-r333] Changes since 19980324Robb Matzke1998-03-301-19/+2
* [svn-r329] Changes since 19980324Robb Matzke1998-03-241-14/+20
* [svn-r324] Change H5A (atoms) to H5I (IDs)Quincey Koziol1998-03-171-14/+14
* [svn-r319] Removed H5M API from codeQuincey Koziol1998-03-121-1/+0
* [svn-r310] Fixed a type of H5F_LOW_MPIO. Chose _MPIO over _MPI since thatAlbert Cheng1998-03-061-2/+2
* [svn-r303] Changes since 19980228Robb Matzke1998-03-041-7/+7
* [svn-r301] Changes since 19980226Robb Matzke1998-02-271-20/+19
* [svn-r299] Changes since 19980224Robb Matzke1998-02-261-10/+9
* [svn-r297] Switched templates to "property lists" and changed API prefix from...Quincey Koziol1998-02-251-17/+17
* [svn-r290] Changes since 19980206Robb Matzke1998-02-191-908/+940
* [svn-r279] Changed return type of H5Fclose from 'int32' to 'herr_t'Quincey Koziol1998-02-161-1/+1
* [svn-r257] H5F.c:Albert Cheng1998-02-121-0/+6
* [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-091-2/+4
* [svn-r224] Initial implementation of the upper levels of PHDF5. TheAlbert Cheng1998-02-061-15/+70
* [svn-r218] ./src/H5F.cRobb Matzke1998-02-041-4/+3
* [svn-r217] Fixed fence-post & memory copy errors in H5F_encode_length_unusual()Quincey Koziol1998-02-041-3/+3
* [svn-r204] Changes since 19980129Robb Matzke1998-01-301-1/+2
* [svn-r193] Changes since 19980128Robb Matzke1998-01-281-6/+1
* [svn-r188] Changed hbool_t from an enum to 'int' and removed BTRUE/BFALSE/BFA...Quincey Koziol1998-01-281-8/+8
* [svn-r172] Cleaned up formatting for nicer printingQuincey Koziol1998-01-271-0/+9
* [svn-r164] Changes since 19980122Robb Matzke1998-01-221-13/+13
* [svn-r157] Reformatted code with indent...Quincey Koziol1998-01-161-960/+922
* [svn-r151] Changes since 19980105Robb Matzke1998-01-071-0/+22
* [svn-r150] Changes since 19971219Robb Matzke1998-01-061-45/+29
* [svn-r146] ./src/H5.cRobb Matzke1997-12-161-12/+11
* [svn-r145] ./src/H5Osdtyp.c -> H5Odtype.cRobb Matzke1997-12-111-81/+80
* [svn-r139] ./src/*.[ch]Robb Matzke1997-12-101-171/+137
* [svn-r136] ./MANIFESTRobb Matzke1997-11-141-209/+344
* [svn-r135] ./config/linuxRobb Matzke1997-11-071-1/+2
* [svn-r134] Changes since 19971023Robb Matzke1997-10-241-19/+13
* [svn-r133] ./MANIFESTRobb Matzke1997-10-221-90/+48
* [svn-r129] Changes since 19970916Robb Matzke1997-10-201-14/+26
* [svn-r121] Simplified fix for seek optimizing.Quincey Koziol1997-10-151-13/+1
* [svn-r119] Fixed seek optimization problems.Robb Matzke1997-10-151-6/+33
* [svn-r117] Added "seek position caching" code to shared file-records, which t...Quincey Koziol1997-10-081-8/+22
* [svn-r114] Mostly changes to add new parameter to the H5Ainit_group call. Th...Quincey Koziol1997-10-081-1/+1
* [svn-r111] Changed hdf5_file_t to H5F_t, split data struct ito two halves, fixedRobb Matzke1997-09-241-441/+679
* [svn-r108] Changed all hatom_t types to hid_t. (Isn't 'sed' nifty.. :-)Quincey Koziol1997-09-241-16/+16
* [svn-r106] Fixed some symbol table bugs. Fixed a free memory read in H5Osdim.c.Robb Matzke1997-09-221-6/+33
* [svn-r100] Interim checkin for purify. Also contains H5G shadow stuff, changesRobb Matzke1997-09-191-3/+2
* [svn-r96] Added "atexit" routines to each interface to free buffers allocated...Quincey Koziol1997-09-181-1/+24
* [svn-r71] Lost my changelog, but basically some new caching functions.Robb Matzke1997-09-101-2/+6
* [svn-r61] ./src/H5.cRobb Matzke1997-09-021-57/+174
* [svn-r55] ./src/H5F.cRobb Matzke1997-08-291-42/+125