summaryrefslogtreecommitdiff
path: root/include/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2019-11-11fix move operatorNoel Grandin1-1/+1
2019-11-09missing move operator=Noel Grandin1-0/+6
2019-08-30new loplugin:noexceptmoveNoel Grandin1-1/+1
2019-08-09Fix typoAndrea Gelmini14-27/+27
2019-07-03Fix typoAndrea Gelmini1-1/+1
2019-07-03Fix typoAndrea Gelmini1-6/+6
2019-07-03Fix typoAndrea Gelmini1-1/+1
2019-06-07Fix typoAndrea Gelmini1-1/+1
2019-05-10an uno -> a unoCaolán McNamara2-2/+2
2019-03-08Fix @param documentation sectionsJulien Nabet1-3/+0
2019-03-03Make additional OTypeCollection::getTypes overload LIBO_INTERNAL_ONLYStephan Bergmann1-0/+2
2019-03-03revert ABI change from "expand out IMPL_XTYPEPROVIDER_START macro"Noel Grandin1-0/+2
2019-03-01expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin1-1/+1
2018-11-16Fix typosAndrea Gelmini1-2/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen27-43/+82
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