summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)Author
2024-05-06loplugin:ostr in bridgesNoel Grandin
2024-02-08Check bridges with IWYUGabor Kelemen
2023-11-20Extended loplugin:ostr: bridgesStephan Bergmann
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-02-02osl::Mutex->std::mutex in JniUnoEnvironmentDataNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-08-22cid#1500671 silence Resource leakCaolán McNamara
2022-08-13bridges/jni : remove useless using and use css instead of com::sun::starArnaud VERSINI
2022-06-21elide some makeStringAndClear() callsNoel Grandin
2022-05-21clang-tidy modernize-pass-by-value in bridgesNoel Grandin
2022-04-22use more string_view in bridgesNoel Grandin
2022-03-25bridges : use std::mutex in java brigeArnaud Versini
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman
2020-04-18loplugin:flatten in bridgesNoel Grandin
2020-01-26remove some unused local varsNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-04-16loplugin:useuniqueptr in bridgesNoel Grandin
2018-01-25Fix typosAndrea Gelmini
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: bridgesStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-28Replace use of oslInterlockedCount with std::atomic in bridgesStephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-05-23loplugin:comparisonwithconstant in bridgesNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-10Remove MinGW supportStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-01Fix loop to actually get executedStephan Bergmann
2016-02-01boost::unordered_map->std::unordered_map in bridgesNoel Grandin
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann