summaryrefslogtreecommitdiff
path: root/cppuhelper/source/macro_expander.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): cppuhelperStephan Bergmann1-1/+1
2019-02-14tdf#42949 Fix IWYU warnings in cppuhelper/Gabor Kelemen1-2/+0
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-17/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-3/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+4
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke1-2/+2
2016-11-28loplugin:unnecessaryoverride (dtors) in cppuhelperStephan Bergmann1-4/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-7/+5
2014-06-04cppuhelper: fix includesThomas Arnhold1-1/+1
2014-05-24coverity#983624 Uncaught exceptionCaolán McNamara1-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-02-27Remove visual noise from cppuhelperAlexander Wilms1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-8/+8
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+2
2013-08-19Prefer using declarations over using directivesStephan Bergmann1-2/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-4/+3
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14Introduce cppu::supportsService helper, adapt some call-sitesStephan Bergmann1-8/+2
2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann1-2/+24
2012-04-18Put create_bootstrap_macro_expander_factory properly into a headerStephan Bergmann1-5/+3
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-5/+5
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+3
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud1-2/+0
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara1-13/+22
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.12.22); FILE MERGEDRüdiger Timm1-23/+18
2007-10-15INTEGRATION: CWS sb71 (1.10.42); FILE MERGEDVladimir Glazounov1-70/+22
2007-05-09INTEGRATION: CWS bunoexttm (1.10.28); FILE MERGEDKurt Zenker1-6/+18
2006-09-16INTEGRATION: CWS pchfix02 (1.9.14); FILE MERGEDOliver Bolte1-2/+5
2006-06-19INTEGRATION: CWS warnings01 (1.7.42); FILE MERGEDJens-Heiner Rechtien1-35/+18
2005-09-08INTEGRATION: CWS ooo19126 (1.7.46); FILE MERGEDRüdiger Timm1-47/+21
2004-06-25INTEGRATION: CWS tune04 (1.5.28); FILE MERGEDHans-Joachim Lankenau1-7/+5
2004-06-04INTEGRATION: CWS sb18 (1.5.24); FILE MERGEDOliver Bolte1-2/+3
2004-02-02INTEGRATION: CWS geordi2q14 (1.4.40); FILE MERGEDJens-Heiner Rechtien1-8/+2
2003-07-16INTEGRATION: CWS ooo11rc2 (1.3.46); FILE MERGEDJens-Heiner Rechtien1-3/+3
2002-12-06#105077# singleton order; minor changesDaniel Boelzle1-4/+4