summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky11-11/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-14update cppunit to 1.14.0Markus Mohrhard1-6/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin6-83/+66
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin2-35/+39
2017-03-03Remove redundant 'inline' keywordStephan Bergmann2-5/+5
2017-02-23Assert IdContainer's bInit in uno_releaseIdFromCurrentThreadStephan Bergmann2-1/+2
2017-02-21loplugin:subtlezeroinit: cppuStephan Bergmann2-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist3-6/+6
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-8/+4
2017-01-07coverity#704593 Dereference after null checkCaolán McNamara1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-2/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin2-2/+2
2016-12-12uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz1-5/+31
2016-12-07Prevent self-join in ThreadAdmin::joinStephan Bergmann1-1/+5
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann4-80/+90
2016-10-28Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann1-32/+15
2016-10-28cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann2-4/+1
2016-09-20cid#1371314: Add move semanticsStephan Bergmann1-0/+10
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-9/+9
2016-09-01std::list<sal_Int64> -> std::dequeNoel Grandin2-4/+3
2016-09-01::std::list < sal_Int64 > -> std::vectorNoel Grandin2-14/+11
2016-08-23icopyConstructFromElements's nAlloc is never negativeStephan Bergmann1-39/+19
2016-08-19cppu: fix loplugin:cppunitassertequals warningsMiklos Vajna2-27/+27
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin1-2/+2
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-07-11int -> boolStephan Bergmann1-4/+4
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-3/+3
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+9
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-5/+3
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-1/+2
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl1-5/+5
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky1-60/+0
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan1-1/+1
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann1-84/+0
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-13/+13
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann8-46/+46
2016-04-20Use cast to bool to normalize sal_Bool valuesStephan Bergmann3-7/+7
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2-4/+8
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-04-01loplugin:staticanonymousStephan Bergmann1-2/+2
2016-03-29uno/check.cxx: use alignment calculated at runtime instead of hardcodeDouglas Mencken1-23/+20
2016-03-22android version can also be compiled for x86Christian Lohmaier1-1/+2