summaryrefslogtreecommitdiffstats
path: root/src/H5RCprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27447] more merge fixes.Mohamad Chaarawi2015-07-301-0/+1
|
* [svn-r24122] more transactions/read contextsMohamad Chaarawi2013-09-101-0/+11
| | | | | - include 2 examples for using transactions - IOD calls at server side still need to be updated
* [svn-r24102] add trans and read context operations:Mohamad Chaarawi2013-09-051-7/+5
| | | | | add small test to verify correct function shipping usage of transaction in other operations is still missing.
* [svn-r24091] Start adding infrastructure for Transaction and Read Context ↵Mohamad Chaarawi2013-08-301-0/+61
| | | | changes
* [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use ↵Mohamad Chaarawi2013-08-301-63/+0
| | | | | | | | | | | | Count). This is needed to avoid a conflict with the Read Context object to be introduced in another Project. No impact on users, since this is a private module, and low for developers as the RC module use is very sparse in the library. Tested with h5committest.
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r8844] Purpose:Quincey Koziol2004-07-091-0/+62
Bug fix Description: The "shared" raw B-tree node can get freed before all the B-tree nodes had been flushed out to disk and released by the cache. Solution: Implement a simple reference counting wrapper for objects in the library and use it to hold the shared raw B-tree nodes so they aren't freed before all references to them in memory are released. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) IRIX64 6.5 (modei4)