summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2014-12-15java: remove some unused fields and variablesNoel Grandin4-23/+3
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara1-0/+1
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-11bridges: fix gcc3_linux_arm buildMiklos Vajna1-1/+1
2014-12-11reduce scope of local variablesMichael Weghorn4-13/+7
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-10/+10
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin1-2/+2
2014-12-10Typo: nuber=>numberJulien Nabet2-3/+3
2014-12-09Uno bridge: Apply debug info setting to noopt codeDavid Ostrovsky1-1/+1
2014-12-09Fix base+offset pointer calculations when synthesizing exception dataStephan Bergmann1-12/+33
2014-12-09Fix mscx_filterCppException base+offset pointer calculationsStephan Bergmann1-12/+13
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann7-49/+141
2014-12-08Mark classes as noncopyableStephan Bergmann1-3/+6
2014-12-03Fold URE: WindowsStephan Bergmann1-2/+1
2014-12-02except.cxx: Fix pTypeDescr is unknown in this context errorDavid Ostrovsky1-4/+4
2014-12-02MSVC 2013: Compute uno bridge exception offset for X64David Ostrovsky1-1/+3
2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann1-1/+1
2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-1/+1
2014-11-23gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard1-1/+1
2014-11-23aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard1-0/+2
2014-11-21bridges: oops some semicolons got lostMichael Stahl1-2/+2
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl9-10/+10
2014-11-21bridges: forgot to remove some include diagnose.hMichael Stahl3-6/+0
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl80-581/+431
2014-11-20Include <osl/diagnose.h>Tor Lillqvist3-0/+6
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-1/+0
2014-11-18java: fix some raw types warningsNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin1-4/+4
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist1-0/+1
2014-11-17missing includeMatúš Kukan1-0/+1
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl2-0/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl9-0/+11
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl3-15/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-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 Grandin2-2/+4
2014-11-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-2/+2
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-2/+2
2014-11-05markup with event type not checker typeCaolán McNamara2-3/+5
2014-11-03some coverity false positive markup effortsCaolán McNamara2-0/+3
2014-11-03fix sparc buildNoel Grandin1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-30coverity#704134 silence Resource leak in objectCaolán McNamara1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin60-63/+0