summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Handle floating-point return values correctly on iOSTor Lillqvist2021-04-051-13/+11
* tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann2020-12-081-1/+17
* Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist2020-11-132-2/+258
* tdf#123936 Formatting files in module bridges with clang-formatPhilipp Hofer2020-11-134-73/+68
* loplugin:external (clang-cl)Stephan Bergmann2020-10-141-0/+5
* loplugin:includeform (clang-cl)Stephan Bergmann2020-10-141-4/+4
* loplugin:stringconstant (clang-cl)Stephan Bergmann2020-10-141-1/+1
* loplugin:redundantcast (clang-cl)Stephan Bergmann2020-10-142-3/+3
* -Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann2020-10-141-1/+1
* bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski2020-09-3011-5/+1414
* Fix typoAndrea Gelmini2020-09-271-1/+1
* Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist2020-09-232-1/+42
* WIN bridges: unify cpp2uno common codeJan-Marek Glogowski2020-09-175-618/+390
* WIN bridges: unify exception handlingJan-Marek Glogowski2020-09-1712-1012/+628
* WIN bridges: unify bridge code layoutJan-Marek Glogowski2020-09-176-580/+547
* tdf#124176 Use #pragma once in bridgesGeorge Bateman2020-09-0446-165/+46
* Pass -fno-lto unconditionallyStephan Bergmann2020-08-211-1/+1
* Fix typosAndrea Gelmini2020-08-181-1/+1
* gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteExceptionStephan Bergmann2020-08-132-8/+88
* Document that the deleteException hack is only relevant for LLVM 5, not laterStephan Bergmann2020-08-133-14/+16
* gcc3_linux_aarch64 also needs the hack to dynamically adapt to __cxa_exceptionStephan Bergmann2020-08-132-2/+42
* Let exceptions pass through aarch64 callVirtualFunction built with ClangStephan Bergmann2020-08-121-0/+1
* The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabiStephan Bergmann2020-08-125-12/+12
* Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist2020-08-107-9/+106
* Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist2020-08-071-5/+8
* ofz#24641 libc++abi __cxa_exception has grown another memberCaolán McNamara2020-08-062-0/+42
* Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann2020-07-293-65/+75
* compact namespace in avmedia..bridgesNoel Grandin2020-05-0828-62/+60
* Move all public Java classes to libreoffice.jarSamuel Mehrbrodt2020-05-061-4/+2
* Use a less extreme entitlement for our run-time machine code generationTor Lillqvist2020-04-301-0/+6
* loplugin:flatten in bridgesNoel Grandin2020-04-184-208/+208
* loplugin:buriedassign in b*Noel Grandin2020-04-141-1/+2
* Extend loplugin:cstylecast to certain function-style castsStephan Bergmann2020-03-261-1/+1
* .eh_frame section should probably have type @unwindStephan Bergmann2020-02-231-1/+1
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2020-02-132-1/+46
* Blind fix for Linux aarch64 with libcxxabiStephan Bergmann2020-02-121-2/+2
* Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann2020-02-121-0/+22
* remove some unused local varsNoel Grandin2020-01-261-1/+0
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-146-12/+12
* aarch64 r18 is reserved at least on AndroidStephan Bergmann2020-01-071-2/+5
* Silence -Werror,-WuninitializedStephan Bergmann2019-12-181-0/+1
* tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann2019-12-183-36/+92
* Fix typos concerning the __cxa_exception checkStephan Bergmann2019-12-182-2/+2
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann2019-12-185-122/+4
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin2019-12-181-21/+1
* loplugin:unusedmember (clang-cl)Stephan Bergmann2019-12-101-1/+1
* loplugin:external (macOS)Stephan Bergmann2019-12-062-0/+8
* loplugin:external (clang-cl)Stephan Bergmann2019-12-051-1/+18
* android: Avoid throwing exceptions through the bridges.Jan Holesovsky2019-12-051-0/+4
* bridges arm64: Use [[falltrough]].Jan Holesovsky2019-12-023-9/+9