summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist2020-09-172-3/+48
* Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann2020-08-043-66/+75
* aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann2020-08-041-1/+6
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2020-08-042-1/+46
* Blind fix for Linux aarch64 with libcxxabiStephan Bergmann2020-08-041-2/+2
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann2020-08-041-0/+22
* aarch64 r18 is reserved at least on AndroidStephan Bergmann2020-08-041-2/+5
* ofz#11611 build failure with std::unexpected_handlerCaolán McNamara2020-06-101-1/+1
* Silence -Werror,-WuninitializedStephan Bergmann2019-12-201-0/+1
* tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann2019-12-203-36/+92
* sync std::unexpected_handler across bridgesCaolán McNamara2019-12-0216-16/+16
* bridges arm64: Use [[falltrough]].Jan Holesovsky2019-12-023-9/+9
* WIP android: Avoid throwing exceptions through the bridges.Jan Holesovsky2019-11-291-0/+4
* Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abiStephan Bergmann2019-10-301-0/+9
* Fix getRTTI for Android x86Stephan Bergmann2019-10-302-6/+37
* android: add support for 64bit buildChristian Lohmaier2019-10-222-1/+11
* android: support NDK 19 and above (20 as of this commit)Christian Lohmaier2019-10-221-2/+2
* Export RTTI symbols from liblo-native-code.so, for binary UNO bridgeStephan Bergmann2019-10-091-3/+0
* Bin some unused declarationsTor Lillqvist2019-07-251-55/+0
* Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, tooTor Lillqvist2019-07-251-1/+1
* The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, tooStephan Bergmann2019-02-093-4/+6
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-162-7/+8
* Fix typosAndrea Gelmini2018-11-121-1/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-0422-286/+59
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-025-14/+14
* gbuild: rename value OS=IOS to OS=iOSMichael Stahl2018-11-011-2/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* loplugin:external (clang-cl)Stephan Bergmann2018-09-243-6/+39
* Simplify assertion codeStephan Bergmann2018-09-241-13/+8
* loplugin:external (macOS)Stephan Bergmann2018-09-181-1/+1
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-181-2/+2
* loplugin:useuniqueptr in VtableFactory::createBlockNoel Grandin2018-09-181-7/+6
* New loplugin:externalStephan Bergmann2018-09-173-4/+4
* Re-think cppu::throwException() and the C++/UNO bridge on iOSTor Lillqvist2018-09-151-0/+4
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-2/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-293-11/+11
* -Werror,-Wmultichar (clang-cl)Stephan Bergmann2018-08-162-2/+2
* loplugin:reservedid (clang-cl)Stephan Bergmann2018-08-162-6/+6
* Don't use internal __CxxDetectRethrow: it has side effectsMike Kaganski2018-08-093-13/+116
* fix arm buildCaolán McNamara2018-08-042-2/+2
* fillUnoException not working on std::rethrow_exception exceptionsCaolán McNamara2018-08-0460-156/+209
* loplugin:useuniqueptr in bridgesNoel Grandin2018-08-033-52/+4
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-273-6/+6
* Fix typosAndrea Gelmini2018-07-231-3/+3
* Add missing sal/log.hxx headersGabor Kelemen2018-07-093-0/+3
* loplugin:stringconcat, loplugin:sallogareas (clang-cl)Stephan Bergmann2018-05-151-5/+5
* bridges (win32/64): Log method callsSamuel Mehrbrodt2018-05-072-0/+17
* loplugin:useuniqueptr in bridgesNoel Grandin2018-04-162-9/+9
* Adapt remaining cpp_uno bridges to #i114635#Stephan Bergmann2018-04-1018-88/+379
* iOS, simplified assemblerjan Iversen2018-03-202-34/+17