summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-126-122/+122
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-113-21/+15
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-232-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-1115-74/+74
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-4/+4
* Replace lists by vector or deque (cppu)Julien Nabet2017-11-184-59/+30
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-2/+2
* loplugin:includeform: cppuStephan Bergmann2017-10-2324-129/+129
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-5/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-043-3/+3
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-112-5/+4
* Remove excess SAL_INFOsStephan Bergmann2017-08-101-12/+0
* loplugin:constparams in cppuNoel Grandin2017-07-195-8/+8
* cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock2017-07-176-96/+14
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-134-10/+10
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* fix m68k build (again)Rene Engelhard2017-07-041-6/+20
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-032-3/+2
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-181-1/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-282-19/+7
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-0719-97/+97
* tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock2017-05-0712-66/+66
* tdf#43157: convert cppu's LogBridge from OSL_ASSERT to assertChris Sherlock2017-05-071-4/+4
* tdf#43157: convert cppu's AffineBridge from OSL_ASSERT to assertChris Sherlock2017-05-071-7/+7
* tdf#43157: convert cppu's threadpool from OSL_ASSERT to assertChris Sherlock2017-05-075-20/+20
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-2/+2
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-124-69/+48
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-5/+5
* Assert IdContainer's bInit in uno_releaseIdFromCurrentThreadStephan Bergmann2017-02-232-1/+2
* loplugin:subtlezeroinit: cppuStephan Bergmann2017-02-212-2/+2
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-153-6/+6
* coverity#704593 Dereference after null checkCaolán McNamara2017-01-071-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-152-2/+2
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-132-2/+2
* uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz2016-12-121-5/+31
* Prevent self-join in ThreadAdmin::joinStephan Bergmann2016-12-071-1/+5
* Use OUString ctor instead of rtl_uString_newFromAsciiStephan Bergmann2016-10-281-32/+15
* cppu/source/uno/EnvDcp.c -> cppu/source/uno/EnvDcp.cxxStephan Bergmann2016-10-281-0/+0
* cid#1371314: Add move semanticsStephan Bergmann2016-09-201-0/+10
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-152-3/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-6/+6
* std::list<sal_Int64> -> std::dequeNoel Grandin2016-09-012-4/+3
* ::std::list < sal_Int64 > -> std::vectorNoel Grandin2016-09-012-14/+11
* icopyConstructFromElements's nAlloc is never negativeStephan Bergmann2016-08-231-39/+19
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-2/+2