summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2017-07-05fix m68k build (again)Rene Engelhard
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2017-05-07tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assertChris Sherlock
2017-05-07tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assertChris Sherlock
2017-05-07tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock
2017-04-28loplugin:salunicodeliteral: cppuStephan Bergmann
2017-04-28loplugin:cppunitassertequals: cppuStephan Bergmann
2017-04-28Remove now-duplicate css::uno::Type operator <<Stephan Bergmann
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-14update cppunit to 1.14.0Markus Mohrhard
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-23Assert IdContainer's bInit in uno_releaseIdFromCurrentThreadStephan Bergmann
2017-02-21loplugin:subtlezeroinit: cppuStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-07coverity#704593 Dereference after null checkCaolán McNamara
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-12uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz
2016-12-07Prevent self-join in ThreadAdmin::joinStephan Bergmann
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann
2016-10-28Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann
2016-10-28cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann
2016-09-20cid#1371314: Add move semanticsStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-01std::list<sal_Int64> -> std::dequeNoel Grandin
2016-09-01::std::list < sal_Int64 > -> std::vectorNoel Grandin
2016-08-23icopyConstructFromElements's nAlloc is never negativeStephan Bergmann
2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-07-11int -> boolStephan Bergmann
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann
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