summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
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
2014-08-29Linux AArch64 portStephan Bergmann
2014-08-29sigh, simply forgot to include the endian headerCaolán McNamara
2014-08-28cast arg to the right typeDavid Tardon
2014-08-28fix variable nameDavid Tardon
2014-08-22if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2Caolán McNamara
2014-08-22pasted in reverseCaolán McNamara
2014-08-22Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara
2014-08-22Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara
2014-08-22Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara
2014-08-22Related: rhbz#1125588 force existence of argument save areaCaolán McNamara
2014-08-21Related: rhbz#1125588 get to the end of cpp_mediate on ppc64leCaolán McNamara
2014-08-21Related: rhbz#1125588 get as far as privateSnippetExecutorCaolán McNamara
2014-08-21Related: rhbz#1125588 first steps for ppc64leCaolán McNamara
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
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-14java: remove commented out codeNoel Grandin
2014-08-13Clearly we should be moving 64 bit values hereTor Lillqvist
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-07WaE: -Werror=unused-parameterCaolán McNamara
2014-08-07New files missing from prev commitStephan Bergmann