summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* an uno -> a unoCaolán McNamara2019-05-102-2/+2
* Fix @param documentation sectionsJulien Nabet2019-03-081-3/+0
* Make additional OTypeCollection::getTypes overload LIBO_INTERNAL_ONLYStephan Bergmann2019-03-031-0/+2
* revert ABI change from "expand out IMPL_XTYPEPROVIDER_START macro"Noel Grandin2019-03-031-0/+2
* expand out IMPL_XTYPEPROVIDER_START macroNoel Grandin2019-03-011-1/+1
* Fix typosAndrea Gelmini2018-11-161-2/+2
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-1027-43/+82
* cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-2714-0/+114
* cppuhelper: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-271-3/+0
* Fix indent in interfacecontainer.hxxJulien Nabet2018-03-291-1/+1
* cppuhelper: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski2018-02-012-13/+0
* More loplugin:cstylecast: cppuhelperStephan Bergmann2018-01-122-9/+9
* loplugin:includeform: UNO API include filesStephan Bergmann2017-10-2353-175/+175
* cppuhelper_detail_findSofficePath: use Unicode on WindowsMike Kaganski2017-09-271-2/+8
* loplugin:casttovoid: cppuhelperStephan Bergmann2017-07-021-6/+2
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* Fix typosAndrea Gelmini2017-06-051-2/+2
* spelling instanciate -> instantiateNoel Grandin2017-06-052-2/+2
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-0321-100/+100
* Fix typosAndrea Gelmini2017-03-031-2/+2
* Remove MinGW supportStephan Bergmann2017-02-101-13/+3
* a whole bunch of SAL_WARN_UNUSEDNoel Grandin2017-01-3122-29/+30
* tdf#44502 cppuhelper: fix doxygen warningMichael Stahl2017-01-301-2/+2
* Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann2017-01-275-73/+73
* Remove dynamic exception specificationsStephan Bergmann2017-01-2629-488/+387
* New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann2017-01-191-0/+6
* Don't exclude a var from loplugin:salbool merely because of use in >>=Stephan Bergmann2017-01-051-3/+3
* Prefer prefix ++/-- operators for non-primitive types.Muhammet Kara2017-01-021-1/+1
* Remove convertPropertyValue overload for OUStringStephan Bergmann2016-10-212-8/+0
* Some clean-upStephan Bergmann2016-10-211-406/+181
* Revert "Some clean-up"Stephan Bergmann2016-10-201-261/+406
* Some clean-upStephan Bergmann2016-10-201-406/+261
* TDE fix some clang plugin based warningsJan-Marek Glogowski2016-09-231-11/+11
* Mark new exported function as SAL_CALLStephan Bergmann2016-09-201-1/+1
* cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann2016-09-191-0/+9
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-134-5/+5
* loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-2/+2
* Clean up uses of Any::getValue() in cppuhelperStephan Bergmann2016-06-201-10/+10
* improper use of this/that just bugs meNoel Grandin2016-06-201-3/+3
* cppuhelper: WeakReference isn't thread-safeMichael Stahl2016-06-171-4/+16
* remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin2016-06-081-1/+0
* add some spaces to make it easier to readMarkus Mohrhard2016-05-181-0/+3
* Add covertPropertyValue bool overloadStephan Bergmann2016-05-042-0/+7
* Declaration of sal_Bool overload of convertPropertyValue had been missingStephan Bergmann2016-05-041-0/+1
* Remove leftover declaration of convertPropertyValue overloadStephan Bergmann2016-05-041-3/+0
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2014-15/+15
* Silence -Werror,-Wnon-virtual-dtor (clang-cl)Stephan Bergmann2016-03-0414-0/+91
* Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann2016-02-261-37/+0