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