summaryrefslogtreecommitdiff
path: root/bridges/source
AgeCommit message (Collapse)Author
2014-10-08coverity#706248 Uncaught exceptionCaolán McNamara
because get_stack_trace uses rtl_mem::allocate and that throws on a (unlikely) memory allocation failure Change-Id: Ic2d0e6ec76eab5cf73025fa4d3199c29eb5b2982
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl
This is supported in GCC 4.6.0 already: https://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Diagnostic-Pragmas.html Change-Id: I2f67e588eea3a323a2e9c81e39e56ab2e715a817
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
This has been supported by GCC and clang for a very long time. Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
2014-10-01We always build 64-bit OS X codeTor Lillqvist
Change-Id: I527c66c7be1372ab5ddf86625667d2f315e9b5d3
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist
Change-Id: I68eee76c8710c89af8e3c1e1006345f908923ece
2014-09-29Improve debug outputStephan Bergmann
Change-Id: Iba0c35a5bc07ac7b67186c3eeae1a2c926a6bc69
2014-09-26The unused source_arena arg to alloc/freeExec can just be nullStephan Bergmann
Change-Id: I16f8a9e8f421215fe5d392ba3f1f304618d70174
2014-09-24Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann
Change-Id: Iac70c9be13892a36bfb5975f62e5345b88d4f144
2014-09-23PPC Mac support can go away now (again)Tor Lillqvist
Change-Id: Ie1b2ab13eda584c48aaa0a4a0941f1be451697c1
2014-09-17jni_uno: string comparisonRobert Antoni Buj i Gelonch
Change-Id: If093afb43f6ad8d4fcf6c0ec426eb48a6061ef3e Reviewed-on: https://gerrit.libreoffice.org/11470 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
Change-Id: Ie2d476780a48b5815961598e214343d5def962c1
2014-08-29cppcheck: va_end_missingJulien Nabet
Change-Id: I316830b56aba7874cff4a164925520a7b6c6131d
2014-08-29Linux AArch64 portStephan Bergmann
Change-Id: I37044a37348b203944a8eb9d2204e619055f069d
2014-08-29sigh, simply forgot to include the endian headerCaolán McNamara
so the ppc64 bridge was broken Change-Id: Ib60274ed25531f500bcd97f5ea9b04091ce01825
2014-08-28cast arg to the right typeDavid Tardon
According to desc., typelib_TypeDescription can be safely used where typelib_TypeDescriptionReference is expected. Change-Id: Ibc3effd7e2894ba6ff738503e747f5157c146454
2014-08-28fix variable nameDavid Tardon
Change-Id: I170f0390f8f510591d444f44c20434b15077e687
2014-08-22if _CALL_ELF -> if defined(_CALL_ELF) && _CALL_ELF == 2Caolán McNamara
Change-Id: I34e9a98586b795a3fa31ae775aee7898b36e65d4
2014-08-22pasted in reverseCaolán McNamara
Change-Id: I6a3f8c9bffd2dbac90c73e472f99dd97b9977127
2014-08-22Resolves: rhbz#1125588 ppc64le passes testtoolsCaolán McNamara
*bzzt*, <lightning arcs, faint smell of ozone>, it's alive! Change-Id: I0b42f4e2603e6d76200d63ab2e26bbb856ae1173
2014-08-22Related: rhbz#1125588 ppc64le fix simple struct returningCaolán McNamara
Change-Id: I1e253922fdb606648eff9865f1125a24e35b0d9a
2014-08-22Related: rhbz#1125588 ppc64le has new struct passing rulesCaolán McNamara
http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01145.html http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01147.html now we just fail instead of crash Change-Id: I329c676337885bcf4fdfdcdb5912d75424862126
2014-08-22Related: rhbz#1125588 force existence of argument save areaCaolán McNamara
ELFv2 ABI on ppc64 optimises stack allocation (http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01149.html so we're getting no argument save area This now appears to pass the simple cases and onwards to the tricky ones Change-Id: Ie56d148ebea7fcfc023cb7183bc97f09186e66b4
2014-08-21Related: rhbz#1125588 get to the end of cpp_mediate on ppc64leCaolán McNamara
Change-Id: Id3928ef5ac68ea13a7aa8723bc8b068ecf8075a0
2014-08-21Related: rhbz#1125588 get as far as privateSnippetExecutorCaolán McNamara
Change-Id: Icc386083ecd9faefbedebbb9d2496a4eddfa0b2b
2014-08-21Related: rhbz#1125588 first steps for ppc64leCaolán McNamara
almost certainly won't get us too far, but a start Change-Id: Ic20b97a97b6d506c32322173bd8332d15c3a4555
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
2014-08-13Clearly we should be moving 64 bit values hereTor Lillqvist
Change-Id: Ide34abab9417b849ea58aafab386e13e67d240be
2014-08-13java: reduce scope, make fields privateNoel Grandin
found by UCDetector Change-Id: I7f97e15667159cf8ee776e8f32fdcdec8ec00ed6
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-07WaE: -Werror=unused-parameterCaolán McNamara
Change-Id: I064c738b371999bb73726bde3669c710742fae80
2014-08-07New files missing from prev commitStephan Bergmann
Change-Id: I9889e97a7f9e70d8b2d82e26d9e0f971a943d007
2014-08-07Include RTTI in generated vtables for ubsan's vptr-based checksStephan Bergmann
...though only on gcc3_linux_x86-64 for now. Change-Id: Id90554425e78b38a5a97149f2a7d3ac04cbe0c9b
2014-08-05loplugin:unreffunStephan Bergmann
Change-Id: Ie5608777b0bee002437117709d2c96062a39ff55
2014-08-05java: remove commented out codeNoel Grandin
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-07-29loplugin:unreffunStephan Bergmann
Change-Id: Iad6a0e5e04dd899827f7dc5dcdbde360ce34716d
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
2014-07-08No need for that #else #error, breaks compilation for the simulatorTor Lillqvist
Change-Id: I5703b269380bbaefd503780b8d396552e6517ddc
2014-07-07Drop unnecessary nFPR parameterStephan Bergmann
...as passing (an upper bound on) the number of vector registers used in %al is only required for variable-argument function calls, according to <http://www.x86-64.org/documentation/abi.pdf> "System V Application Binary Interface: AMD64 Architecture Processor Supplement, Draft Version 0.99.6." Unclear why this got added in f424e55b4e66ffbee5b34f45ef5ea18d77c4d15c "INTEGRATION: CWS sixtyfour11," maybe on the basis of "doesn't hurt." Change-Id: If6f8359d5bf6458274905d64adf82634bf90a24d
2014-07-07Drop unused nGPR parameterStephan Bergmann
Change-Id: I60026ccc9c752389260a6b4e6255c53981eea4ba
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
2014-06-11fix buildCaolán McNamara
Change-Id: Ic301459b751585a91aa4d6667fbe512d13bbb458
2014-06-11Fix build on FreeBSD with libc++Baptiste Daroussin
Change-Id: Ib51b05eb3f7c5d1288bee0f9f738ab1f37251c3e Reviewed-on: https://gerrit.libreoffice.org/9722 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-05bridges: remove SAL_THROW macroNoel Grandin
Change-Id: I2daafd711aedab17b6c13fde95c8af5f49d38a7c
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
when throwing exceptions Change-Id: I6edfb6b6745499f802b0e3c0e096a36fb7c32aac
2014-05-23Fix undefined misaligned writesStephan Bergmann
Change-Id: I8ad64babd43c2a692c305f3fa56331edb6d502ee
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
Now that we have default values for Exception constructor params, remove lots of boilerplate code. Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
2014-05-21Work around Clang -fsanitize=address inline asm errorStephan Bergmann
same as 08947735f9cc4b7bd69676c9dd4d1700e8e3b15b for gcc_linux_x86-64 Change-Id: I28d138dd13adc9a3e09d46befe69ac86ab1fffb6
2014-05-18fix some header guardsThomas Arnhold
Change-Id: Id2c15eba3f70cd8f1ae8869bc0838aef13cd96ee
2014-05-15Work around Clang -fsanitize=address inline asm errorStephan Bergmann
Change-Id: Ia37b21af217af9b24522da28e817b4cb6ca2f8c9