summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbmap.cxx
AgeCommit message (Expand)AuthorFilesLines
3 daysloplugin:ostr in cppu,cppuhelperNoel Grandin1-2/+2
2023-09-28cid#1546008 silence Using invalid iteratorCaolán McNamara1-1/+1
2023-03-24loplugin:stringadd in c*Noel Grandin1-17/+16
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin1-13/+14
2022-05-09osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin1-4/+4
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens1-0/+1
2021-10-03drop 'using namespace std' in cppuJulien Nabet1-3/+2
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-07-19osl::Mutex->std::mutex in MappingsDataNoel Grandin1-3/+4
2021-01-29loplugin:stringviewparam extend to new..Noel1-3/+3
2020-05-24inline some use-once typedefsNoel Grandin1-3/+2
2020-04-18loplugin:flatten in cppuNoel Grandin1-22/+22
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+15
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski1-11/+8
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov1-3/+2
2019-01-29cppu: fix Android buildMiklos Vajna1-0/+4
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen1-4/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-3/+12
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-5/+5
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 Engelhard1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-4/+4
2017-10-23loplugin:includeform: cppuStephan Bergmann1-16/+16
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-5/+5
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock1-5/+5
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-4/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-3/+3
2016-09-20cid#1371314: Add move semanticsStephan Bergmann1-0/+10
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan1-1/+1
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-11-10cid#1338241 removed throw from C function.jan iversen1-1/+8
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-01-29cppu: convert some OSL_TRACEMichael Stahl1-11/+3
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann1-1/+1
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-3/+3
2015-01-08valgrind: uninitialized variableCaolán McNamara1-1/+1
2015-01-08coverity#1261762 Resource leakCaolán McNamara1-16/+17
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-4/+4
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-4/+4
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-7/+2
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-1/+1