summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)Author
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
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-05Fix build error with libstdc++ 4.7 and ClangTor Lillqvist
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-11Fix JNI calls to AsynchronousFinalizerStephan Bergmann
2014-12-11Store JNI_info in JniUnoEnvironmentData instead of BridgeStephan Bergmann
2014-12-11better documentationStephan Bergmann
2014-12-11Move JniUnoEnvironmentData into its own include fileStephan Bergmann
2014-12-11Rename Context -> JniUnoEnvironmentDataStephan Bergmann
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
2014-12-08Mark classes as noncopyableStephan Bergmann
2014-11-18java: fix some raw types warningsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara