Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r2495] More type of data parameter additions for H5F_block_write. | Quincey Koziol | 2000-08-31 | 3 | -3/+3 |
| | |||||
* | [svn-r2494] Changed the default size of object headers from 16 bytes to 256 ↵ | Quincey Koziol | 2000-08-31 | 1 | -1/+1 |
| | | | | bytes. | ||||
* | [svn-r2493] Added a set/get pair of property modifiers to allows users to ↵ | Quincey Koziol | 2000-08-31 | 2 | -0/+84 |
| | | | | | | | set/query the metadata allocation size for file access property lists. These are new API functions and should be documented for the next release. | ||||
* | [svn-r2492] Added type of data parameter to H5F_block_write calls and also ↵ | Quincey Koziol | 2000-08-31 | 1 | -5/+7 |
| | | | | | | added the metadata allocation size to the default file access property lists. | ||||
* | [svn-r2491] Added type of data parameter to H5F_block_write calls. | Quincey Koziol | 2000-08-31 | 6 | -10/+10 |
| | |||||
* | [svn-r2490] Updated. | Albert Cheng | 2000-08-30 | 1 | -0/+1 |
| | |||||
* | [svn-r2489] index.html: Several minor edits and corrected typos. | Frank Baker | 2000-08-29 | 1 | -9/+8 |
| | |||||
* | [svn-r2488] index.html: Revised to reflect new docs and structure. | Frank Baker | 2000-08-29 | 1 | -26/+110 |
| | |||||
* | [svn-r2487] Added support for fortran. Also made the Makefile more universal. | Dan Wells | 2000-08-29 | 4 | -2358/+1395 |
| | |||||
* | [svn-r2486] MANIFEST: Added files for "HDF5 Technical Notes" document. | Frank Baker | 2000-08-28 | 1 | -0/+38 |
| | |||||
* | [svn-r2483] Bringing "HDF5 Technical Notes" into development branch (from ↵ | Frank Baker | 2000-08-25 | 1 | -0/+211 |
| | | | | R1.2 branch) | ||||
* | [svn-r2482] Bringing "HDF5 Technical Notes" into development branch (from ↵ | Frank Baker | 2000-08-25 | 35 | -0/+4108 |
| | | | | R1.2 branch) | ||||
* | [svn-r2477] Snapshot version 1.3 release 28 | HDF Admin | 2000-08-19 | 2 | -2/+2 |
| | |||||
* | [svn-r2476] Added free lists to track various data structures in memory, to ↵ | Quincey Koziol | 2000-08-16 | 9 | -67/+160 |
| | | | | | | reduce malloc abuse. | ||||
* | [svn-r2475] Moved code to insert a new dataset into a group up a few blocks ↵ | Quincey Koziol | 2000-08-16 | 1 | -5/+23 |
| | | | | | | of code, to get the metadata allocated in the file more tightly together. | ||||
* | [svn-r2474] Updated some old variables to the proper names, added seek ↵ | Quincey Koziol | 2000-08-16 | 2 | -10/+81 |
| | | | | | | logging and added test code for aggregating metadata into more localized locations in the file. | ||||
* | [svn-r2472] Combine object header prefix and first object header chunk when ↵ | Quincey Koziol | 2000-08-16 | 1 | -20/+55 |
| | | | | possible. | ||||
* | [svn-r2471] Snapshot version 1.3 release 27 | HDF Admin | 2000-08-12 | 2 | -2/+2 |
| | |||||
* | [svn-r2470] Changed parameter type from uintn to size_t to clear up some ↵ | Quincey Koziol | 2000-08-08 | 2 | -4/+4 |
| | | | | warnings. | ||||
* | [svn-r2469] Snapshot version 1.3 release 26 | HDF Admin | 2000-08-05 | 2 | -2/+2 |
| | |||||
* | [svn-r2468] Changed type of variable to long since that's what it should ↵ | Bill Wendling | 2000-08-04 | 1 | -7/+8 |
| | | | | | | hold after a call to the strtol() function. | ||||
* | [svn-r2467] Changed type so that compiler warnings about implicit conversion ↵ | Bill Wendling | 2000-08-04 | 1 | -11/+3 |
| | | | | | | were removed. | ||||
* | [svn-r2466] Added return statement to the main function to prevent some compiler | Bill Wendling | 2000-08-04 | 1 | -1/+2 |
| | | | | | warnings. It's not a meaningful addition, since it happens right after an _exit() statement. | ||||
* | [svn-r2465] Changed nbytes to an hsize_t type since that's what it holds. ↵ | Bill Wendling | 2000-08-04 | 1 | -9/+9 |
| | | | | | | Also, moved it into the if-then statement to limit it's scope. | ||||
* | [svn-r2464] HGOTO_ERROR was returning NULL instead of FAIL. This was causing ↵ | Bill Wendling | 2000-08-04 | 1 | -14/+13 |
| | | | | | | compiler warnings about "implicit cast of pointer to integer" things.... | ||||
* | [svn-r2463] Fixed a comparison between unsigned and signed value. Cast both to | Bill Wendling | 2000-08-04 | 1 | -1/+1 |
| | | | | unsigned long. Hope this is enough :). | ||||
* | [svn-r2462] Fixed some small compiler warnings. | Bill Wendling | 2000-08-04 | 2 | -846/+890 |
| | |||||
* | [svn-r2461] Made some of the functions prototypes so that the compiler wouldn't | Bill Wendling | 2000-08-04 | 1 | -4/+4 |
| | | | | complain. | ||||
* | [svn-r2460] Fixed some comparisons between signed and unsigned values. Made ↵ | Bill Wendling | 2000-08-04 | 2 | -3/+3 |
| | | | | | | | some of the functions prototypes so that the compiler wouldn't complain about them. | ||||
* | [svn-r2459] Added public API function (H5set_free_list_limits) to allow ↵ | Quincey Koziol | 2000-08-04 | 4 | -12/+116 |
| | | | | | | | | limits to be placed on how much memory is used by the free lists before they are garbage collected. The default is to have no limit, with garbage collection only occurring when they cannot allocate memory. | ||||
* | [svn-r2458] Added notes for my bug fixes and API additions over the last ↵ | Quincey Koziol | 2000-08-03 | 1 | -0/+5 |
| | | | | couple of days. | ||||
* | [svn-r2454] Took out another unneeded assertion which was causing problems. | Quincey Koziol | 2000-08-01 | 1 | -1/+0 |
| | |||||
* | [svn-r2453] Made free-list code garbage collect if it runs out memory during ↵ | Quincey Koziol | 2000-08-01 | 2 | -83/+121 |
| | | | | | | | a memory allocation & attempt to allocate the memory once more. Also re-named a bunch of private functions & structures to align with other function names. | ||||
* | [svn-r2450] Remove asserts on non-existent variables.. | Quincey Koziol | 2000-08-01 | 1 | -2/+1 |
| | |||||
* | [svn-r2448] Re-did section of hyperslab initialization code to avoid tons of ↵ | Quincey Koziol | 2000-07-28 | 2 | -116/+111 |
| | | | | | | realloc() calls. Speeds user's test code up by ~25 times... :-) | ||||
* | [svn-r2447] Another small calculation optimization. | Quincey Koziol | 2000-07-28 | 1 | -1/+1 |
| | |||||
* | [svn-r2446] Some small performance improvements to various allocations and ↵ | Quincey Koziol | 2000-07-28 | 2 | -22/+76 |
| | | | | calculations. | ||||
* | [svn-r2445] Check in initial coding effort for automatically garbage ↵ | Quincey Koziol | 2000-07-27 | 2 | -157/+350 |
| | | | | | | | | collecting the free lists. Each kind of list one has hard-coded limits on when to garbage collect, which will be replaced with user-controllable knobs (through property list settings, I think) once I finish debugging some related performance problems. | ||||
* | [svn-r2444] Checkpoint the Generic Property implementation. It's not active ↵ | Quincey Koziol | 2000-07-25 | 10 | -340/+2642 |
| | | | | | | yet, but it's close. This shouldn't interfere with other development work. (I think.. :-) | ||||
* | [svn-r2442] Insert better error checking when memory allocation fails (in ↵ | Quincey Koziol | 2000-07-25 | 1 | -2/+4 |
| | | | | | | certain obscure situations). | ||||
* | [svn-r2441] Snapshot version 1.3 release 25 | HDF Admin | 2000-07-22 | 2 | -2/+2 |
| | |||||
* | [svn-r2440] Added HDF5 FORTRAN90 Reference Manual | Frank Baker | 2000-07-18 | 1 | -0/+17 |
| | | | | | Function descriptions in ./doc/html/fortran/ Button graphics in ./doc/html/Graphics/ | ||||
* | [svn-r2439] Added "Describes HDF5 Release..." line in page footer. | Frank Baker | 2000-07-17 | 1 | -0/+2 |
| | |||||
* | [svn-r2438] Added "Describes HDF5 Release..." line in page footers. | Frank Baker | 2000-07-17 | 6 | -6/+18 |
| | |||||
* | [svn-r2437] C++.gif FORTRAN.gif Java.gif OtherAPIs.gif | Frank Baker | 2000-07-17 | 4 | -0/+0 |
| | | | | Alternate-API buttons for reference manual | ||||
* | [svn-r2436] Fortran90 API -- functions and descriptions in the files | Frank Baker | 2000-07-17 | 10 | -0/+4433 |
| | | | | | | | h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html h5t_FORTRAN.html | ||||
* | [svn-r2435] RM_H5[EIPRT].html | Frank Baker | 2000-07-17 | 6 | -364/+520 |
| | | | | | | | RM_H5Front.html Added new Fortran90 functions and links. Related edits. Added "Describes HDF5 Release..." line in page footers. Minor editorial corrections. | ||||
* | [svn-r2434] H5.intro.html | Frank Baker | 2000-07-17 | 2 | -4/+10 |
| | | | | | | Datatypes.html Fixed confusing references to "simple datatypes." Minor edits. | ||||
* | [svn-r2433] Copyright.html | Frank Baker | 2000-07-17 | 1 | -1/+40 |
| | | | | | Added LANL credit-and-disclaimer section. Added "Describes HDF5 Release..." line in page footer. | ||||
* | [svn-r2432] Copyright.html: Added '2000' to list of copyright years. | Frank Baker | 2000-07-17 | 1 | -1/+1 |
| |