summaryrefslogtreecommitdiff
path: root/include/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2018-07-27cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann14-0/+114
2018-07-27cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-3/+0
2018-03-29Fix indent in interfacecontainer.hxxJulien Nabet1-1/+1
2018-02-01cppuhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2-13/+0
2018-01-12More loplugin:cstylecast: cppuhelperStephan Bergmann2-9/+9
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann53-175/+175
2017-09-27cppuhelper_detail_findSofficePath: use Unicode on WindowsMike Kaganski1-2/+8
2017-07-02loplugin:casttovoid: cppuhelperStephan Bergmann1-6/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Fix typosAndrea Gelmini1-2/+2
2017-06-05spelling instanciate -> instantiateNoel Grandin2-2/+2
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann21-100/+100
2017-03-03Fix typosAndrea Gelmini1-2/+2
2017-02-10Remove MinGW supportStephan Bergmann1-13/+3
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin22-29/+30
2017-01-30tdf#44502 cppuhelper: fix doxygen warningMichael Stahl1-2/+2
2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann5-73/+73
2017-01-26Remove dynamic exception specificationsStephan Bergmann29-488/+387
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann1-0/+6
2017-01-05Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann1-3/+3
2017-01-02Prefer prefix ++/-- operators for non-primitive types.Muhammet Kara1-1/+1
2016-10-21Remove convertPropertyValue overload for OUStringStephan Bergmann2-8/+0
2016-10-21Some clean-upStephan Bergmann1-406/+181
2016-10-20Revert "Some clean-up"Stephan Bergmann1-261/+406
2016-10-20Some clean-upStephan Bergmann1-406/+261
2016-09-23TDE fix some clang plugin based warningsJan-Marek Glogowski1-11/+11
2016-09-20Mark new exported function as SAL_CALLStephan Bergmann1-1/+1
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann1-0/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-5/+5
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann1-2/+2
2016-06-20Clean up uses of Any::getValue() in cppuhelperStephan Bergmann1-10/+10
2016-06-20improper use of this/that just bugs meNoel Grandin1-3/+3
2016-06-17cppuhelper: WeakReference isn't thread-safeMichael Stahl1-4/+16
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-1/+0
2016-05-18add some spaces to make it easier to readMarkus Mohrhard1-0/+3
2016-05-04Add covertPropertyValue bool overloadStephan Bergmann2-0/+7
2016-05-04Declaration of sal_Bool overload of convertPropertyValue had been missingStephan Bergmann1-0/+1
2016-05-04Remove leftover declaration of convertPropertyValue overloadStephan Bergmann1-3/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann14-15/+15
2016-03-04Silence -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann14-0/+91
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann1-37/+0
2016-02-15Re-work cppu::preInitBootstrap()Henry Castro1-1/+9
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro1-0/+29
2016-02-09Remove excess newlinesChris Sherlock2-6/+0
2016-01-13cppuhelper: remove invalid doxygen markupChris Sherlock1-3/+3
2016-01-10Fix typosAndrea Gelmini2-3/+3
2015-11-24add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin1-1/+1
2015-11-13Fix typoTakeshi Abe1-1/+1