summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2015-08-03ppc64: using a fp register also consumes a gp register slotCaolan McNamara
2015-08-03ppc64: simplify this a littleCaolan McNamara
2015-02-19Adapt gcc3_solaris_intel bridge to GCC 4.7Gabriele Bulfon
2015-01-30rhbz#1186897: bridges: oops, fix s390 bridge buildMichael Stahl
2014-11-25gcc3_linux_powerpc64 bridges: assert -> static_assert to fix buildRene Engelhard
2014-11-25aarch63 bridges: add missing #include <osl/mutex.hxx>Rene Engelhard
2014-11-25bridges: oops some semicolons got lostMichael Stahl
2014-11-25bridges: oops, static_assert requires 2nd string parameterMichael Stahl
2014-11-25bridges: forgot to remove some include diagnose.hMichael Stahl
2014-11-25ibridges: 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
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-11-03some coverity false positive markup effortsCaolán McNamara
2014-11-03fix sparc buildNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
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-14fix use of RuntimeException constructorNoel Grandin
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-10-01We always build 64-bit OS X codeTor Lillqvist
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
2014-09-29Improve debug outputStephan Bergmann
2014-09-29Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
2014-09-04No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCallStephan Bergmann
2014-08-30Start of support for Android on AArch64Tor Lillqvist
2014-08-29cppcheck: va_end_missingJulien Nabet