summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [svn-r2528] Linking errors occured with these files. They link with libh5test...Bill Wendling2000-09-0812-1/+48
* [svn-r2527] Added ability for user to compile executables as all-static...Bill Wendling2000-09-081-1/+2
* [svn-r2526] Added the ability to compile executables things as completely sta...Bill Wendling2000-09-082-544/+601
* [svn-r2525] RM_H5P.htmlFrank Baker2000-09-082-4/+6
* [svn-r2524] RM_H5Front.html: Corrected link to Fortrat90 README.Frank Baker2000-09-081-1/+1
* [svn-r2523] Yet another small fix...Bill Wendling2000-09-072-2/+2
* [svn-r2522] Small bug. A test if src/H5pubconf.h already contains the __cplus...Bill Wendling2000-09-072-556/+742
* [svn-r2520] Backed out mention of changing point selections.Quincey Koziol2000-09-071-2/+0
* [svn-r2519] Snapshot version 1.3 release 29Albert Cheng2000-09-063-2/+4
* [svn-r2518] Backed out patch from user after further testing...Quincey Koziol2000-09-061-3/+4
* [svn-r2517] Removed the incorrect #ifdef's. Since this file is generated fromBill Wendling2000-09-061-2/+0
* [svn-r2516] Added stuff so that C++ compilers can include the src/H5{pub}conf...Bill Wendling2000-09-062-598/+746
* [svn-r2515] Added macros around the inline #define since this is a keyword in...Bill Wendling2000-09-061-0/+2
* [svn-r2514] Documented point selection bug fix.Quincey Koziol2000-09-061-0/+2
* [svn-r2511] Fix point selections so they work properly with both staticly and...Quincey Koziol2000-09-061-4/+3
* [svn-r2510] Took memory allocation out of loop and used some temporary variab...Quincey Koziol2000-09-061-8/+21
* [svn-r2509] Change code so that heap_size wasn't zero.Quincey Koziol2000-09-062-5/+3
* [svn-r2508] Purpose:Albert Cheng2000-09-064-9/+17
* [svn-r2507] Updated to most recent release of libtools (1.3.5). Most of the c...Bill Wendling2000-09-054-1651/+5423
* [svn-r2506] Newest install-sh file version. Very small change (fixes a spellingBill Wendling2000-09-051-5/+18
* [svn-r2505] Some of the RETURN macros were returning NULL instead of FAIL...F...Bill Wendling2000-09-051-7/+7
* [svn-r2504] Revised routine to add hyperslabs to the selection, sorting the a...Quincey Koziol2000-09-041-78/+36
* [svn-r2502] Added limits to the free lists, so they will automatically garbag...Quincey Koziol2000-08-311-6/+6
* [svn-r2501] Added several free lists for commonly used & abused data structur...Quincey Koziol2000-08-311-120/+525
* [svn-r2500] Added fields to file data structures to allow metadata aggregatio...Quincey Koziol2000-08-311-2/+34
* [svn-r2499] Changed H5FDwrite prototype to include new 'type of data' parameterQuincey Koziol2000-08-311-1/+1
* [svn-r2498] Added new VFL 'query' code and added new 'type of data' parameter...Quincey Koziol2000-08-319-23/+172
* [svn-r2497] Removing metadata aggregation & accumulation prototyping code (it...Quincey Koziol2000-08-311-64/+50
* [svn-r2496] Changed H5F_block_write prototype & added metadata allocation fie...Quincey Koziol2000-08-311-2/+3
* [svn-r2495] More type of data parameter additions for H5F_block_write.Quincey Koziol2000-08-313-3/+3
* [svn-r2494] Changed the default size of object headers from 16 bytes to 256 b...Quincey Koziol2000-08-311-1/+1
* [svn-r2493] Added a set/get pair of property modifiers to allows users to set...Quincey Koziol2000-08-312-0/+84
* [svn-r2492] Added type of data parameter to H5F_block_write calls and also ad...Quincey Koziol2000-08-311-5/+7
* [svn-r2491] Added type of data parameter to H5F_block_write calls.Quincey Koziol2000-08-316-10/+10
* [svn-r2490] Updated.Albert Cheng2000-08-301-0/+1
* [svn-r2489] index.html: Several minor edits and corrected typos.Frank Baker2000-08-291-9/+8
* [svn-r2488] index.html: Revised to reflect new docs and structure.Frank Baker2000-08-291-26/+110
* [svn-r2487] Added support for fortran. Also made the Makefile more universal.Dan Wells2000-08-294-2358/+1395
* [svn-r2486] MANIFEST: Added files for "HDF5 Technical Notes" document.Frank Baker2000-08-281-0/+38
* [svn-r2483] Bringing "HDF5 Technical Notes" into development branch (from R1....Frank Baker2000-08-251-0/+211
* [svn-r2482] Bringing "HDF5 Technical Notes" into development branch (from R1....Frank Baker2000-08-2535-0/+4108
* [svn-r2477] Snapshot version 1.3 release 28HDF Admin2000-08-192-2/+2
* [svn-r2476] Added free lists to track various data structures in memory, to r...Quincey Koziol2000-08-169-67/+160
* [svn-r2475] Moved code to insert a new dataset into a group up a few blocks o...Quincey Koziol2000-08-161-5/+23
* [svn-r2474] Updated some old variables to the proper names, added seek loggin...Quincey Koziol2000-08-162-10/+81
* [svn-r2472] Combine object header prefix and first object header chunk when p...Quincey Koziol2000-08-161-20/+55
* [svn-r2471] Snapshot version 1.3 release 27HDF Admin2000-08-122-2/+2
* [svn-r2470] Changed parameter type from uintn to size_t to clear up some warn...Quincey Koziol2000-08-082-4/+4
* [svn-r2469] Snapshot version 1.3 release 26HDF Admin2000-08-052-2/+2
* [svn-r2468] Changed type of variable to long since that's what it should hold...Bill Wendling2000-08-041-7/+8