summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)AuthorFilesLines
2021-05-29gbuild: implement gb_Library_get_target_for_buildJan-Marek Glogowski1-16/+16
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann5-27/+28
2021-05-07loplugin:noexcept (macOS)Stephan Bergmann3-9/+9
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski1-0/+2
2021-05-04loplugin:noexcept (macOS)Stephan Bergmann1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-8/+8
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-12/+9
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+4
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski1-7/+6
2021-03-02Handle floating-point return values correctly on iOSTor Lillqvist1-13/+11
2021-02-10Remove unneeded breaksAndrea Gelmini1-1/+0
2021-02-09loplugin:stringview (clang-cl)Stephan Bergmann1-2/+2
2021-01-02Fix some warnings for Raspberry pi 4 (part4)Julien Nabet3-55/+21
2021-01-02Fix some warnings for Raspberry pi 4 (part3)Julien Nabet3-88/+117
2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet2-18/+24
2021-01-01Add rtti.hxx for gcc3_linux_armJulien Nabet1-0/+33
2021-01-01Fix some warnings for Raspberry pi 4 (part1)Julien Nabet4-24/+25
2020-12-18Mention relevant Clang bug in commentStephan Bergmann1-1/+3
2020-12-17Various minor loplugin fixes (macOS ARM64)Stephan Bergmann4-79/+123
2020-12-17Make the pthread_jit_write_protect_np call pair exception-safeStephan Bergmann1-38/+43
2020-12-16Fix macOS ARM64 RTTI generationStephan Bergmann1-54/+13
2020-12-08tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann1-4/+15
2020-12-06Related tdf#134754: Detect failed mmap on macOSStephan Bergmann1-0/+5
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