summaryrefslogtreecommitdiff
path: root/cppuhelper/unotypes
AgeCommit message (Collapse)AuthorFilesLines
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara1-0/+3
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2012-07-14simplify include guardsThomas Arnhold1-1/+1
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-06-21re-base on ALv2 code.Michael Meeks1-26/+17
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-04-09cppuhelper: use InternalUnoApiMatúš Kukan1-120/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-3/+4
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-01-02cppuhelper: convert to gbuildMatúš Kukan2-52/+119
missing subsequent test qa/propertysetmixin/makefile.mk
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2-9/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.2.126); FILE MERGEDRüdiger Timm1-23/+18
2008/03/28 15:25:30 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.58); FILE MERGEDRüdiger Timm1-23/+19
2008/03/28 15:25:29 rt 1.5.58.1: #i87441# Change license header to LPGL v3.
2007-01-25INTEGRATION: CWS ause069 (1.4.52); FILE MERGEDOliver Bolte1-4/+4
2006/10/18 17:10:24 hjs 1.4.52.1: #i70359# remove forced shell calls
2006-01-10INTEGRATION: CWS sb41 (1.1.2); FILE ADDEDRüdiger Timm1-0/+55
2005/12/16 10:51:04 sb 1.1.2.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.
2006-01-10INTEGRATION: CWS sb41 (1.3.18); FILE MERGEDRüdiger Timm1-4/+4
2005/12/16 10:48:01 sb 1.3.18.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.
2005-09-08INTEGRATION: CWS ooo19126 (1.2.88); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 12:07:49 rt 1.2.88.1: #i54170# Change license header: remove SISSL
2003-10-06INTEGRATION: CWS unopkg (1.1.2); FILE ADDEDVladimir Glazounov1-0/+87
2003/09/26 13:01:50 dbo 1.1.2.1: #112449# added ::cppu::getCaughtException()