summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-07-26cid#1448407 silence Resource leakCaolán McNamara1-0/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-11/+8
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+7
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2-18/+10
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-2/+2
2019-01-29cppu: fix Android buildMiklos Vajna2-0/+8
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen11-27/+14
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-3/+12
2018-11-07coverity#1441100 silence Out-of-bounds accessCaolán McNamara1-0/+1
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski1-16/+13
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin8-55/+51
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-25/+25
2018-09-22tweak markupCaolán McNamara1-2/+2
2018-09-10Fix for --enable-debug --disable-assert-always-abortStephan Bergmann1-1/+1
2018-08-29fix android buildNoel Grandin1-1/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin3-22/+22
2018-08-29loplugin:constantparam (1)Noel Grandin1-39/+39
2018-07-29replace double checked locking patternsJochen Nitschke1-11/+4
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-3/+2
2018-05-10move Java from config_features to already existing config_javaRene Engelhard2-2/+2
2018-01-19convert these to true assertsCaolán McNamara1-2/+2
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann4-92/+92
2017-12-11loplugin:salcall fix functionsNoel Grandin4-28/+28
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: cppuStephan Bergmann13-77/+77
2017-10-23overload std::hash for OUString and OStringNoel Grandin2-5/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+3
2017-08-10Remove excess SAL_INFOsStephan Bergmann1-12/+0
2017-07-19loplugin:constparams in cppuNoel Grandin2-5/+5
2017-07-17cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock1-14/+4
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin4-10/+10
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
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-05-07revert OSL_ASSERT changesChris Sherlock9-29/+29
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock9-29/+29
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin2-14/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-1/+1
2016-12-12uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz1-5/+31
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 Stahl1-1/+1
2016-08-23icopyConstructFromElements's nAlloc is never negativeStephan Bergmann1-39/+19