summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-11-224-62/+30
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-161-3/+12
* coverity#1441100 silence Out-of-bounds accessCaolán McNamara2018-11-071-0/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-16/+13
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-51/+37
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2419-208/+197
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-096-36/+36
* tweak markupCaolán McNamara2018-09-221-2/+2
* New loplugin:externalStephan Bergmann2018-09-173-3/+7
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-101-1/+1
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-062-6/+3
* fix android buildNoel Grandin2018-08-291-1/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-293-22/+22
* loplugin:constantparam (1)Noel Grandin2018-08-291-39/+39
* replace double checked locking patternsJochen Nitschke2018-07-291-11/+4
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-272-2/+2
* Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara2018-07-261-0/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-07-165-0/+5
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-3/+2
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-26/+26
* Fix typosAndrea Gelmini2018-05-221-3/+3
* move Java from config_features to already existing config_javaRene Engelhard2018-05-102-2/+2
* convert these to true assertsCaolán McNamara2018-01-191-2/+2
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-193-6/+6
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-151-3/+3
* loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin2018-01-151-11/+7
* 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 handle static methodsNoel Grandin2017-12-071-1/+1
* 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-2329-478/+478
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-5/+3
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-11/+0
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-1/+1
* 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