summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2020-09-17Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist
2020-08-04Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann
2020-08-04aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann
2020-08-04Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann
2020-08-04Blind fix for Linux aarch64 with libcxxabiStephan Bergmann
2020-08-04Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann
2020-08-04aarch64 r18 is reserved at least on AndroidStephan Bergmann
2020-06-10ofz#11611 build failure with std::unexpected_handlerCaolán McNamara
2019-12-20Silence -Werror,-WuninitializedStephan Bergmann
2019-12-20tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann
2019-12-02sync std::unexpected_handler across bridgesCaolán McNamara
2019-12-02bridges arm64: Use [[falltrough]].Jan Holesovsky
2019-11-29WIP android: Avoid throwing exceptions through the bridges.Jan Holesovsky
2019-10-30Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abiStephan Bergmann
2019-10-30Fix getRTTI for Android x86Stephan Bergmann
2019-10-22android: add support for 64bit buildChristian Lohmaier
2019-10-22android: support NDK 19 and above (20 as of this commit)Christian Lohmaier
2019-10-09Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann
2019-07-25Bin some unused declarationsTor Lillqvist
2019-07-25Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, tooTor Lillqvist
2019-02-09The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, tooStephan Bergmann
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-12Fix typosAndrea Gelmini
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-24Simplify assertion codeStephan Bergmann
2018-09-18loplugin:external (macOS)Stephan Bergmann
2018-09-18Fix for --enable-debug --disable-assert-always-abortStephan Bergmann
2018-09-18loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-15Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-16-Werror,-Wmultichar (clang-cl)Stephan Bergmann
2018-08-16loplugin:reservedid (clang-cl)Stephan Bergmann
2018-08-09Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski
2018-08-04fix arm buildCaolán McNamara
2018-08-04fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara
2018-08-03loplugin:useuniqueptr in bridgesNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-23Fix typosAndrea Gelmini
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-15loplugin:stringconcat, loplugin:sallogareas (clang-cl)Stephan Bergmann
2018-05-07bridges (win32/64): Log method callsSamuel Mehrbrodt
2018-04-16loplugin:useuniqueptr in bridgesNoel Grandin
2018-04-10Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann
2018-03-20iOS, simplified assemblerjan Iversen