summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parenthesesStephan Bergmann2016-03-101-9/+9
* Fixed minor negation bug in SAL_WARN_IFrohan2016-03-101-9/+9
* typoStephan Bergmann2016-03-091-23/+23
* Use plain assert (to complement use of static_assert above)Stephan Bergmann2016-03-091-32/+24
* Extract static_asserts out of OSL_DEBUG_LEVEL > 0Stephan Bergmann2016-03-081-87/+95
* Clean up namespaceStephan Bergmann2016-03-081-1/+1
* Extract checking code to its own check.cxxStephan Bergmann2016-03-083-254/+283
* loplugin:cstylecastStephan Bergmann2016-03-081-1/+1
* Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann2016-03-081-4/+4
* tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-085-146/+95
* WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud2016-02-222-2/+2
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas2016-02-151-4/+1
* Remove excess newlinesChris Sherlock2016-02-0910-19/+0
* Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann2016-01-181-2/+4
* Fix typosAndrea Gelmini2016-01-102-2/+2
* loplugin:implicitboolconversionAndrzej Hunt2016-01-031-2/+2
* cppcheck: allocaCalledCaolán McNamara2016-01-032-28/+25
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-7/+14
* i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni2015-11-251-2/+4
* cppcheck:useInitializationListNoel Grandin2015-11-222-4/+4
* 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