summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)Author
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
2014-11-03some coverity false positive markup effortsCaolán McNamara
2014-10-30coverity#704134 silence Resource leak in objectCaolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-16java: when overriding finalize(), keep it protectedNoel Grandin
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
2014-05-18fix some header guardsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from bridgesAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-07auto_ptr -> heap_ptrStephan Bergmann
2014-02-05static assert is enoughStephan Bergmann
2013-12-03-Werror=unused-parameterStephan Bergmann
2013-12-03Clean up string concatenationStephan Bergmann
2013-12-03Clean up use of OSL debug functionalityStephan Bergmann
2013-12-03Remove long dead workaroundStephan Bergmann