summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)AuthorFilesLines
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin1-11/+7
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann6-122/+122
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin3-21/+15
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin2-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin15-74/+74
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-11-18Replace lists by vector or deque (cppu)Julien Nabet4-59/+30
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: cppuStephan Bergmann24-129/+129
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-5/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin3-3/+3
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin2-5/+4
2017-08-10Remove excess SAL_INFOsStephan Bergmann1-12/+0
2017-07-19loplugin:constparams in cppuNoel Grandin5-8/+8
2017-07-17cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock6-96/+14
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin4-10/+10
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-2/+2
2017-07-04fix m68k build (again)Rene Engelhard1-6/+20
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke2-3/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-19/+7
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock19-97/+97
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock12-66/+66
2017-05-07tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-05-07tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assertChris Sherlock1-7/+7
2017-05-07tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock5-20/+20
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin4-69/+48
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-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-10-28Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann1-32/+15
2016-10-28cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann1-0/+0
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 Bergmann6-6/+6
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