summaryrefslogtreecommitdiff
path: root/bridges/source/jni_uno
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Fix build error with libstdc++ 4.7 and ClangTor Lillqvist1-2/+2
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-11Fix JNI calls to AsynchronousFinalizerStephan Bergmann3-56/+39
2014-12-11Store JNI_info in JniUnoEnvironmentData instead of BridgeStephan Bergmann6-199/+222
2014-12-11better documentationStephan Bergmann1-0/+4
2014-12-11Move JniUnoEnvironmentData into its own include fileStephan Bergmann5-11/+53
2014-12-11Rename Context -> JniUnoEnvironmentDataStephan Bergmann4-28/+33
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann7-49/+141
2014-12-08Mark classes as noncopyableStephan Bergmann1-3/+6
2014-11-18java: fix some raw types warningsNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin1-4/+4
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-2/+3
2014-11-12java: last statement in finalize() method should be call to super.finalize()Noel Grandin1-1/+2
2014-11-05markup with event type not checker typeCaolán McNamara2-3/+5
2014-11-03some coverity false positive markup effortsCaolán McNamara1-0/+2
2014-10-30coverity#704134 silence Resource leak in objectCaolán McNamara1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin5-8/+0
2014-10-16java: when overriding finalize(), keep it protectedNoel Grandin1-1/+1
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara1-2/+0
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann4-15/+17
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch2-2/+2
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-1/+1
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin1-9/+9
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin2-0/+2
2014-08-05java: remove commented out codeNoel Grandin1-2/+0
2014-06-05bridges: remove SAL_THROW macroNoel Grandin3-7/+7
2014-05-18fix some header guardsThomas Arnhold1-2/+2
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold3-6/+6
2014-05-12Coverity 441351, 441352: JNI_type_info's real dtor is "destroy"Stephan Bergmann1-0/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-01Remove visual noise from bridgesAlexander Wilms7-56/+4
2014-02-23Remove unneccessary commentsAlexander Wilms5-51/+51
2014-02-07auto_ptr -> heap_ptrStephan Bergmann4-39/+16
2014-02-05static assert is enoughStephan Bergmann1-45/+34
2013-12-03-Werror=unused-parameterStephan Bergmann1-1/+1
2013-12-03Clean up string concatenationStephan Bergmann4-133/+77
2013-12-03Clean up use of OSL debug functionalityStephan Bergmann6-279/+209
2013-12-03Remove long dead workaroundStephan Bergmann1-9/+0
2013-12-03BRIDGES_JNI_UNO_FORCE_BOXED_ANY is undefinedStephan Bergmann1-26/+0
2013-10-02No use using auto_ptr here (spares us a -Werror,-Wdeprecated-declarations)Stephan Bergmann1-4/+3
2013-09-11Improve debug outputStephan Bergmann1-1/+4
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-18/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-25/+25
2013-04-02Remove RTL_CONSTASCII_(U)STRINGPARAM in bridgesChr. Rossmanith5-99/+71
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac5-24/+20
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-1/+0
2012-11-15re-base on ALv2 code. Includes:Michael Meeks9-207/+126
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist3-11/+11
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist3-11/+11