summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/lbmap.cxx
Commit message (Expand)AuthorAgeFilesLines
* catchallprivate/jmux/current-reorgaJan-Marek Glogowski2021-12-101-2/+0
* WASM add minimal dummy bridgeThorsten Behrens2021-12-101-0/+3
* drop 'using namespace std' in cppuJulien Nabet2021-10-031-3/+2
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-031-2/+2
* osl::Mutex->std::mutex in MappingsDataNoel Grandin2021-07-191-3/+4
* loplugin:stringviewparam extend to new..Noel2021-01-291-3/+3
* inline some use-once typedefsNoel Grandin2020-05-241-3/+2
* loplugin:flatten in cppuNoel Grandin2020-04-181-22/+22
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-0/+15
* new loplugin:noexceptmoveNoel Grandin2019-08-301-2/+2
* tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski2019-04-271-11/+8
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-031-3/+2
* cppu: fix Android buildMiklos Vajna2019-01-291-0/+4
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-291-4/+1
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-161-3/+12
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-2/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-5/+5
* 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-101-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-111-4/+4
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-4/+4
* loplugin:includeform: cppuStephan Bergmann2017-10-231-16/+16
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+1
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-5/+5
* tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock2017-05-071-5/+5
* clang-tidy: readability-else-after-returnNoel Grandin2017-04-121-4/+1
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-3/+3
* cid#1371314: Add move semanticsStephan Bergmann2016-09-201-0/+10
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-20/+20
* cid#1338241 removed throw from C function.jan iversen2015-11-101-1/+8
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* cppu: convert some OSL_TRACEMichael Stahl2015-01-291-11/+3
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-281-1/+1
* Some more loplugin:cstylecast: cppuStephan Bergmann2015-01-201-3/+3
* valgrind: uninitialized variableCaolán McNamara2015-01-081-1/+1
* coverity#1261762 Resource leakCaolán McNamara2015-01-081-16/+17
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-4/+4
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-4/+4
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-7/+2
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-1/+1
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-1/+1
* cppu: remove SAL_THROW macroNoel Grandin2014-06-051-31/+16
* Remove visual noise from cppuAlexander Wilms2014-02-271-13/+13
* Remove unneccessary commentsAlexander Wilms2014-02-231-13/+13