summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Expand)Author
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-21loplugin:cstylecastStephan Bergmann
2015-01-20Some more loplugin:cstylecast: bridgesStephan Bergmann
2015-01-16fdo#72755: Only use double mmap as fallbackStephan Bergmann
2015-01-08loplugin:cstylecast,stringconstantStephan Bergmann
2015-01-07loplugin:cstylecast: bridgesStephan Bergmann
2015-01-07Revert "Revert "boost::unordered_map->std::unordered_map""Stephan Bergmann
2015-01-06Revert "boost::unordered_map->std::unordered_map"Caolán McNamara
2015-01-05Fix build error with libstdc++ 4.7 and ClangTor Lillqvist
2015-01-05boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02No need for USE_DOUBLE_MMAP on OS XTor Lillqvist
2014-12-25Uno bridge msvc-x86_64: Fix EH memory and addressing issuesMark Williams
2014-12-18bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-16bridges: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolá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-11bridges: fix gcc3_linux_arm buildMiklos Vajna
2014-12-11reduce scope of local variablesMichael Weghorn
2014-12-10Typo: nuber=>numberJulien Nabet
2014-12-09Fix base+offset pointer calculations when synthesizing exception dataStephan Bergmann
2014-12-09Fix mscx_filterCppException base+offset pointer calculationsStephan Bergmann
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann
2014-12-08Mark classes as noncopyableStephan Bergmann
2014-12-02except.cxx: Fix pTypeDescr is unknown in this context errorDavid Ostrovsky
2014-12-02MSVC 2013: Compute uno bridge exception offset for X64David Ostrovsky
2014-11-23gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard
2014-11-23aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard
2014-11-21bridges: oops some semicolons got lostMichael Stahl
2014-11-21bridges: oops, static_assert requires 2nd string parameterMichael Stahl
2014-11-21bridges: forgot to remove some include diagnose.hMichael Stahl
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
2014-11-20Include <osl/diagnose.h>Tor Lillqvist
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-18java: fix some raw types warningsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-17Blind fix attempt: include <osl/diagnose.h>Tor Lillqvist
2014-11-17missing includeMatúš Kukan
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
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-11Avoid -fsanitize=signed-integer-overflowStephan Bergmann