summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2014-10-021-2/+2
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-2/+2
* We always build 64-bit OS X codeTor Lillqvist2014-10-016-1782/+0
* We require OS X SDK 10.8 or newer nowTor Lillqvist2014-10-011-24/+0
* Improve debug outputStephan Bergmann2014-09-2922-55/+222
* Precise, platform-specific Class-Path path for NativeLibraryLoader useStephan Bergmann2014-09-291-3/+3
* The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann2014-09-261-1/+1
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-251-4/+4
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-244-15/+17
* PPC Mac support can go away now (again)Tor Lillqvist2014-09-235-1744/+0
* jni_uno: string comparisonRobert Antoni Buj i Gelonch2014-09-172-2/+2
* mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2014-09-132-56/+4
* No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCallStephan Bergmann2014-09-041-1/+8
* Start of support for Android on AArch64Tor Lillqvist2014-08-301-1/+1
* cppcheck: va_end_missingJulien Nabet2014-08-291-0/+1
* Linux AArch64 portStephan Bergmann2014-08-297-0/+1337
* sigh, simply forgot to include the endian headerCaolán McNamara2014-08-291-1/+1
* cast arg to the right typeDavid Tardon2014-08-281-1/+1
* fix variable nameDavid Tardon2014-08-281-1/+1
* if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2Caolán McNamara2014-08-222-9/+9
* pasted in reverseCaolán McNamara2014-08-221-2/+2
* Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara2014-08-222-3/+22
* Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara2014-08-221-2/+6
* Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara2014-08-223-8/+58
* Related: rhbz#1125588 force existence of argument save areaCaolán McNamara2014-08-221-0/+4
* Related: rhbz#1125588 get to the end of cpp_mediate on ppc64leCaolán McNamara2014-08-211-2/+6
* Related: rhbz#1125588 get as far as privateSnippetExecutorCaolán McNamara2014-08-211-0/+17
* Related: rhbz#1125588 first steps for ppc64leCaolán McNamara2014-08-211-6/+11
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-201-1/+0
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-192-11/+11
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-13/+13
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-13/+13
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-16/+16
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: remove commented out codeNoel Grandin2014-08-141-5/+0
* Clearly we should be moving 64 bit values hereTor Lillqvist2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-131-9/+9
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1219-0/+50
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-1/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-081-1/+1
* java: remove unused fieldsNoel Grandin2014-08-081-3/+0
* WaE: -Werror=unused-parameterCaolán McNamara2014-08-071-0/+1
* New files missing from prev commitStephan Bergmann2014-08-072-0/+238
* Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann2014-08-0731-164/+83
* loplugin:unreffunStephan Bergmann2014-08-052-0/+32
* java: remove commented out codeNoel Grandin2014-08-051-2/+0
* java: remove unused fieldsNoel Grandin2014-08-051-4/+0
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
* loplugin:unreffunStephan Bergmann2014-07-291-2/+0
* new loplugin: externalandnotdefinedNoel Grandin2014-07-1113-24/+29