summaryrefslogtreecommitdiff
path: root/o3tl/inc
AgeCommit message (Collapse)Author
2012-01-12Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2010-03-31Merge DEV300_m75thb
* resolved two conflicts caused by lineend changes in canvashelper_texturefill.cxx and implrenderer.cxx. Took the cws version, which uses new texture fill semantics, and fixes clipping bug * binned file header changes from head for deleted files
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-16#i105938# Provides simplistic pool memory from a std::vectorthb
2008-10-10CWS-TOOLING: integrate CWS cmcfixes49Oliver Bolte
2008-04-11INTEGRATION: CWS changefileheader (1.2.8); FILE MERGEDRüdiger Timm
2008/03/31 12:33:51 rt 1.2.8.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.10); FILE MERGEDRüdiger Timm
2008/03/31 12:33:51 rt 1.2.10.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.32); FILE MERGEDRüdiger Timm
2008/03/31 12:33:51 rt 1.5.32.1: #i87441# Change license header to LPGL v3.
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann
2007/07/16 09:22:22 np 1.1.2.3: Align format of internal header guard defines 2007/07/11 14:41:39 np 1.1.2.2: #i76769# 2007/04/27 16:36:44 np 1.1.2.1: #i76769#
2007-08-20INTEGRATION: CWS np1 (1.1.2); FILE ADDEDIvo Hinkelmann
2007/07/16 09:22:22 np 1.1.2.4: Align format of internal header guard defines 2007/07/16 09:07:26 thb 1.1.2.3: #i76768# Aligned header guards and whitespace to local conventions 2007/07/16 08:56:39 np 1.1.2.2: #i76768# adding safe_bool to heap_ptr; removing unnecessary stuff from test files. 2007/04/27 16:26:17 np 1.1.2.1: #76768#
2007-06-27INTEGRATION: CWS awttree01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2007/05/21 13:36:16 thb 1.1.2.2: #i10000# Made this work for gcc3.x 2007/04/25 12:10:11 thb 1.1.2.1: #i75289# Added caching helper, to easy lazy update behaviour in XSimpleCanvas implementation
2006-05-11#i63310# Optimization: for operator==/!=, first checking for same object ↵Thorsten Behrens
(via cheap pointer comparison)
2006-03-28#i63310# Simplified policy interface; added unique-case optimization to ↵Thorsten Behrens
ThreadSafeRefCountPolicy
2006-03-23#i63310# Made cow_wrapper refcounting behaviour configurable via policy ↵Thorsten Behrens
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
2006-03-17#128078# Removed unused typedef; corrected example codeThorsten Behrens
2006-01-25Initial revision. To be used for our standard, pimpled copy-on-write pattern.Thorsten Behrens