summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)Author
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
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-08-17cppcheck: noExplicitConstructorCaolán McNamara
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-02loplugin:unusedmethods bridges,ucbhelper,io,pyunoNoel Grandin
2015-06-15Work around change in JNI func sigs between Java 6 and 7Stephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-08jboolean-related clean-upStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann