summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno
Commit message (Expand)AuthorAgeFilesLines
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-032-18/+10
* loplugin:indentation in cppu..cuiNoel Grandin2019-02-081-2/+2
* cppu: fix Android buildMiklos Vajna2019-01-292-0/+8
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-2911-27/+14
* 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
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-248-55/+51
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-093-25/+25
* tweak markupCaolán McNamara2018-09-221-2/+2
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-101-1/+1
* 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
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-3/+2
* 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-191-2/+2
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-124-92/+92
* loplugin:salcall fix functionsNoel Grandin2017-12-114-28/+28
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-4/+4
* loplugin:constmethods in unotoolsNoel Grandin2017-10-261-2/+2
* loplugin:includeform: cppuStephan Bergmann2017-10-2313-77/+77
* overload std::hash for OUString and OStringNoel Grandin2017-10-232-5/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-1/+1
* convert std::map::insert to std::map::emplace IINoel Grandin2017-08-111-2/+1
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-111-4/+3
* Remove excess SAL_INFOsStephan Bergmann2017-08-101-12/+0
* loplugin:constparams in cppuNoel Grandin2017-07-192-5/+5
* cppu: remove unnecessary LOG_LIFECYCLE_* macrosChris Sherlock2017-07-171-14/+4
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-134-10/+10
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* fix m68k build (again)Rene Engelhard2017-07-041-6/+20
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-032-3/+2
* revert OSL_ASSERT changesChris Sherlock2017-05-079-29/+29
* tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock2017-05-079-29/+29
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-122-14/+5
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-3/+3
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-131-1/+1
* uno: Add support for targets with 16-bit alignmentJohn Paul Adrian Glaubitz2016-12-121-5/+31
* 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-151-1/+1
* icopyConstructFromElements's nAlloc is never negativeStephan Bergmann2016-08-231-39/+19
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-2/+2
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-011-3/+1
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-1/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-203-6/+6