summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2021-01-02Fix some warnings for Raspberry pi 4 (part4)Julien Nabet
2021-01-02Fix some warnings for Raspberry pi 4 (part3)Julien Nabet
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet
2021-01-01Add rtti.hxx for gcc3_linux_armJulien Nabet
2021-01-01Fix some warnings for Raspberry pi 4 (part1)Julien Nabet
2020-12-18Mention relevant Clang bug in commentStephan Bergmann
2020-12-17Various minor loplugin fixes (macOS ARM64)Stephan Bergmann
2020-12-17Make the pthread_jit_write_protect_np call pair exception-safeStephan Bergmann
2020-12-16Fix macOS ARM64 RTTI generationStephan Bergmann
2020-12-08tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann
2020-12-06Related tdf#134754: Detect failed mmap on 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