summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2016-03-08Extract static_asserts out of OSL_DEBUG_LEVEL > 0Stephan Bergmann1-87/+95
2016-03-08Clean up namespaceStephan Bergmann1-1/+1
2016-03-08Extract checking code to its own check.cxxStephan Bergmann3-254/+283
2016-03-08loplugin:cstylecastStephan Bergmann1-1/+1
2016-03-08Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann1-4/+4
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar5-146/+95
2016-02-22WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud2-2/+2
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas1-4/+1
2016-02-09Remove excess newlinesChris Sherlock10-19/+0
2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann1-2/+4
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-03loplugin:implicitboolconversionAndrzej Hunt1-2/+2
2016-01-03cppcheck: allocaCalledCaolán McNamara2-28/+25
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-7/+14
2015-11-25i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni1-2/+4
2015-11-22cppcheck:useInitializationListNoel Grandin2-4/+4
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann1-0/+53
2015-11-18Clean upStephan Bergmann1-443/+407
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann27-510/+510
2015-11-10cid#1338241 removed throw from C function.jan iversen1-1/+8
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen1-3/+9
2015-11-09new loplugin: oncevarNoel Grandin2-4/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-3/+3
2015-11-02Avoid ASan new-delete-type-mismatch with -fsized-deallocationStephan Bergmann1-11/+20
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-36/+36
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-14boost->stdCaolán McNamara4-6/+5
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann4-28/+22
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin3-10/+10
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-2/+0
2015-07-08Avoid loplugin:redundantcast in non-debug buildStephan Bergmann1-8/+5
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara5-32/+26
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-8/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-3/+3
2015-05-18Remove include stdio (part2)Julien Nabet3-16/+2
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin11-66/+66
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-1/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-291/+81
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1