summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 char16_t for sal_UnicodeStephan Bergmann2015-11-181-0/+53
* Clean upStephan Bergmann2015-11-181-443/+407
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1027-510/+510
* cid#1338241 removed throw from C function.jan iversen2015-11-101-1/+8
* cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen2015-11-101-3/+9
* new loplugin: oncevarNoel Grandin2015-11-092-4/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-3/+3
* Avoid ASan new-delete-type-mismatch with -fsized-deallocationStephan Bergmann2015-11-021-11/+20
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-127-36/+36
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-4/+4
* Fix typosAndrea Gelmini2015-09-302-2/+2
* boost->stdCaolán McNamara2015-09-144-6/+5
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* Some oslCondition -> osl::ConditionStephan Bergmann2015-08-184-28/+22
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-293-10/+10
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-2/+0
* Avoid loplugin:redundantcast in non-debug buildStephan Bergmann2015-07-081-8/+5
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+1
* Revert "Typo: iff->if"Julien Nabet2015-06-231-1/+1
* Typo: iff->ifJulien Nabet2015-06-231-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-095-32/+26
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-084-8/+8
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-3/+3
* Remove include stdio (part2)Julien Nabet2015-05-183-16/+2
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1511-66/+66
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-1/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-291/+81
* Use OUString::unacquiredStephan Bergmann2015-03-311-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-315-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2813-313/+313
* TyposJulien Nabet2015-02-181-4/+4
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-7/+4
* cppu: convert some OSL_TRACEMichael Stahl2015-01-291-11/+3
* cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl2015-01-291-25/+25
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-284-7/+7
* Some more loplugin:cstylecast: cppuStephan Bergmann2015-01-2017-196/+189
* valgrind: uninitialized variableCaolán McNamara2015-01-081-1/+1
* coverity#1261762 Resource leakCaolán McNamara2015-01-084-30/+29
* Fix includeStephan Bergmann2015-01-051-1/+1
* Include function declarationsStephan Bergmann2015-01-051-2/+3
* Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann2015-01-051-3/+6
* Missing constStephan Bergmann2015-01-051-1/+1
* More unnamed namespace clean-upStephan Bergmann2015-01-051-7/+5
* These extern "C" functions are not in an unnamed namespaceStephan Bergmann2015-01-051-2/+1