summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-04-01loplugin:staticanonymousStephan Bergmann
2016-03-29uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken
2016-03-22android version can also be compiled for x86Christian Lohmaier
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran
2016-03-11cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific beforeMiklos Vajna
2016-03-11Let's use the iterator return by erase method of iterator listJulien Nabet
2016-03-10Remove unnecessary parenthesesStephan Bergmann
2016-03-10Fixed minor negation bug in SAL_WARN_IFrohan
2016-03-09typoStephan Bergmann
2016-03-09Use plain assert (to complement use of static_assert above)Stephan Bergmann
2016-03-08Extract static_asserts out of OSL_DEBUG_LEVEL > 0Stephan Bergmann
2016-03-08Clean up namespaceStephan Bergmann
2016-03-08Extract checking code to its own check.cxxStephan Bergmann
2016-03-08loplugin:cstylecastStephan Bergmann
2016-03-08Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-22WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas
2016-02-09Remove excess newlinesChris Sherlock
2016-01-18Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunkStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2016-01-03loplugin:implicitboolconversionAndrzej Hunt
2016-01-03cppcheck: allocaCalledCaolán McNamara
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-25i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni
2015-11-22cppcheck:useInitializationListNoel Grandin
2015-11-18Use C++11 char16_t for sal_UnicodeStephan Bergmann
2015-11-18Clean upStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10cid#1338241 removed throw from C function.jan iversen
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-02Avoid ASan new-delete-type-mismatch with -fsized-deallocationStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann