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