Age | Commit message (Expand) | Author |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-24 | Remove o3tl/heap_ptr.hxx, use std::unique_ptr instead | Stephan Bergmann |
2014-09-23 | PPC Mac support can go away now (again) | Tor Lillqvist |
2014-09-17 | jni_uno: string comparison | Robert Antoni Buj i Gelonch |
2014-09-13 | mac: clean-up obsolete conditional code based on old SDK | Norbert Thiebaud |
2014-09-04 | No -fstack-protect-strong for gcc3_linux_aarch64/cpp2uno.cxx vtableSlotCall | Stephan Bergmann |
2014-08-30 | Start of support for Android on AArch64 | Tor Lillqvist |
2014-08-29 | cppcheck: va_end_missing | Julien Nabet |
2014-08-29 | Linux AArch64 port | Stephan Bergmann |
2014-08-29 | sigh, simply forgot to include the endian header | Caolán McNamara |
2014-08-28 | cast arg to the right type | David Tardon |
2014-08-28 | fix variable name | David Tardon |
2014-08-22 | if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2 | Caolán McNamara |
2014-08-22 | pasted in reverse | Caolán McNamara |
2014-08-22 | Resolves: rhbz#1125588 ppc64le passes testtools | Caolán McNamara |
2014-08-22 | Related: rhbz#1125588 ppc64le fix simple struct returning | Caolán McNamara |
2014-08-22 | Related: rhbz#1125588 ppc64le has new struct passing rules | Caolán McNamara |
2014-08-22 | Related: rhbz#1125588 force existence of argument save area | Caolán McNamara |
2014-08-21 | Related: rhbz#1125588 get to the end of cpp_mediate on ppc64le | Caolán McNamara |
2014-08-21 | Related: rhbz#1125588 get as far as privateSnippetExecutor | Caolán McNamara |
2014-08-21 | Related: rhbz#1125588 first steps for ppc64le | Caolán McNamara |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | Clearly we should be moving 64 bit values here | Tor Lillqvist |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-07 | WaE: -Werror=unused-parameter | Caolán McNamara |
2014-08-07 | New files missing from prev commit | Stephan Bergmann |
2014-08-07 | Include RTTI in generated vtables for ubsan's vptr-based checks | Stephan Bergmann |
2014-08-05 | loplugin:unreffun | Stephan Bergmann |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-07-29 | loplugin:unreffun | Stephan Bergmann |
2014-07-11 | new loplugin: externalandnotdefined | Noel Grandin |
2014-07-08 | No need for that #else #error, breaks compilation for the simulator | Tor Lillqvist |
2014-07-07 | Drop unnecessary nFPR parameter | Stephan Bergmann |
2014-07-07 | Drop unused nGPR parameter | Stephan Bergmann |
2014-06-27 | loplugin:unreffun: also warn about redundant redeclarations | Stephan Bergmann |
2014-06-23 | fdo#71000: Fix SOLARIS-INTEL case | Stephan Bergmann |
2014-06-11 | fix build | Caolán McNamara |
2014-06-11 | Fix build on FreeBSD with libc++ | Baptiste Daroussin |