summaryrefslogtreecommitdiffstats
path: root/o3tl
Commit message (Collapse)AuthorAgeFilesLines
...
* #i10000# don't build qa directory (thb)Oliver Bolte2006-07-171-1/+2
|
* #i63310# Optimization: for operator==/!=, first checking for same object ↵Thorsten Behrens2006-05-111-8/+8
| | | | (via cheap pointer comparison)
* #i63310# Simplified policy interface; added unique-case optimization to ↵Thorsten Behrens2006-03-281-7/+13
| | | | ThreadSafeRefCountPolicy
* #i63310# Made cow_wrapper refcounting behaviour configurable via policy ↵Thorsten Behrens2006-03-233-29/+154
| | | | class (otherwise, code like basegfx, which previously hadn't used thread-safe refcounting, would now been hit by the performance penalty); added compile-test for ThreadSafeRefCountingPolicy to unit tests; removed cruft from unit tests
* #128078# Removed unused typedef; corrected example codeThorsten Behrens2006-03-171-3/+3
|
* #i10000# Fixed a warningThorsten Behrens2006-02-011-2/+4
|
* Initial revision. Note that tests for template tools are run during the ↵Thorsten Behrens2006-01-254-0/+402
| | | | normal build.
* Initial revisionThorsten Behrens2006-01-252-0/+7
|
* Initial revision. To be used for our standard, pimpled copy-on-write pattern.Thorsten Behrens2006-01-251-0/+300