summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* 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
* No need for that #else #error, breaks compilation for the simulatorTor Lillqvist2014-07-081-2/+0
* Drop unnecessary nFPR parameterStephan Bergmann2014-07-073-17/+7
* Drop unused nGPR parameterStephan Bergmann2014-07-073-7/+5
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-2/+0
* fdo#71000: Fix SOLARIS-INTEL caseStephan Bergmann2014-06-231-5/+3
* fix buildCaolán McNamara2014-06-111-1/+1
* Fix build on FreeBSD with libc++Baptiste Daroussin2014-06-112-0/+39
* Filter out OS not needing -ldlBaptiste Daroussin2014-06-101-1/+1
* bridges: remove SAL_THROW macroNoel Grandin2014-06-0538-220/+209
* remove more unnecesary OUString constructor useNoel Grandin2014-05-2916-95/+32