summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Handle wchar_t as native C++11 type on windowsDavid Ostrovsky2016-05-031-60/+0
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-1/+1
* Cannot extract Any to sal_uInt32Stephan Bergmann2016-04-251-84/+0
* loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann2016-04-211-13/+13
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-208-46/+46
* Use cast to bool to normalize sal_Bool valuesStephan Bergmann2016-04-203-7/+7
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-082-4/+8
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* loplugin:staticanonymousStephan Bergmann2016-04-011-2/+2
* uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken2016-03-291-23/+20
* android version can also be compiled for x86Christian Lohmaier2016-03-221-1/+2
* tdf#84323: Make osl::Condition::wait more readableGurkaran2016-03-221-2/+2
* cppu: SAL_WARN_IF() -> SAL_INFO_IF() where it was dbglevel=2-specific beforeMiklos Vajna2016-03-111-9/+9
* Let's use the iterator return by erase method of iterator listJulien Nabet2016-03-111-3/+2
* 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