summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2020-12-08tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann
2020-11-13Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist
2020-11-13tdf#123936 Formatting files in module bridges with clang-formatPhilipp Hofer
2020-10-14loplugin:external (clang-cl)Stephan Bergmann
2020-10-14loplugin:includeform (clang-cl)Stephan Bergmann
2020-10-14loplugin:stringconstant (clang-cl)Stephan Bergmann
2020-10-14loplugin:redundantcast (clang-cl)Stephan Bergmann
2020-10-14-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann
2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski
2020-09-27Fix typoAndrea Gelmini
2020-09-23Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist
2020-09-17WIN bridges: unify cpp2uno common codeJan-Marek Glogowski
2020-09-17WIN bridges: unify exception handlingJan-Marek Glogowski
2020-09-17WIN bridges: unify bridge code layoutJan-Marek Glogowski
2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman
2020-08-21Pass -fno-lto unconditionallyStephan Bergmann
2020-08-18Fix typosAndrea Gelmini
2020-08-13gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteExceptionStephan Bergmann
2020-08-13Document that the deleteException hack is only relevant for LLVM 5, not laterStephan Bergmann
2020-08-13gcc3_linux_aarch64 also needs the hack to dynamically adapt to __cxa_exceptionStephan Bergmann
2020-08-12Let exceptions pass through aarch64 callVirtualFunction built with ClangStephan Bergmann
2020-08-12The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabiStephan Bergmann
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist
2020-08-07Update config.{guess,sub} with latest versions and handle fallout of thatTor Lillqvist
2020-08-06ofz#24641 libc++abi __cxa_exception has grown another memberCaolán McNamara
2020-07-29Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann
2020-05-08compact namespace in avmedia..bridgesNoel Grandin
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-30Use a less extreme entitlement for our run-time machine code generationTor Lillqvist
2020-04-18loplugin:flatten in bridgesNoel Grandin
2020-04-14loplugin:buriedassign in b*Noel Grandin
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-02-23.eh_frame section should probably have type @unwindStephan Bergmann
2020-02-13Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann
2020-02-12Blind fix for Linux aarch64 with libcxxabiStephan Bergmann
2020-02-12Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin
2020-01-07aarch64 r18 is reserved at least on AndroidStephan Bergmann
2019-12-18Silence -Werror,-WuninitializedStephan Bergmann
2019-12-18tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.hStephan Bergmann
2019-12-18Fix typos concerning the __cxa_exception checkStephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann
2019-12-18Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin
2019-12-10loplugin:unusedmember (clang-cl)Stephan Bergmann
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky
2019-12-02bridges arm64: Use [[falltrough]].Jan Holesovsky
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann