summaryrefslogtreecommitdiffstats
path: root/bridges
Commit message (Expand)AuthorAgeFilesLines
* Extend return values < 32-bit on macOS ARM64Stephan Bergmann2021-10-151-1/+29
* arm: fix bridgeCaolán McNamara2021-08-231-7/+7
* gbuild: implement gb_Library_get_target_for_buildJan-Marek Glogowski2021-05-291-16/+16
* loplugin:noexcept (clang-cl)Stephan Bergmann2021-05-195-27/+28
* loplugin:noexcept (macOS)Stephan Bergmann2021-05-073-9/+9
* WASM: add initial support for Emscripten cross buildJan-Marek Glogowski2021-05-051-0/+2
* loplugin:noexcept (macOS)Stephan Bergmann2021-05-041-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-8/+8
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-291-12/+9
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-2/+4
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* Rename LO Windows arm64 ID to aarch64Jan-Marek Glogowski2021-03-231-7/+6
* Handle floating-point return values correctly on iOSTor Lillqvist2021-03-021-13/+11
* Remove unneeded breaksAndrea Gelmini2021-02-101-1/+0
* loplugin:stringview (clang-cl)Stephan Bergmann2021-02-091-2/+2
* Fix some warnings for Raspberry pi 4 (part4)Julien Nabet2021-01-023-55/+21
* Fix some warnings for Raspberry pi 4 (part3)Julien Nabet2021-01-023-88/+117
* Fix some warnings for Raspberry pi 4 (part2)Julien Nabet2021-01-022-18/+24
* Add rtti.hxx for gcc3_linux_armJulien Nabet2021-01-011-0/+33
* Fix some warnings for Raspberry pi 4 (part1)Julien Nabet2021-01-014-24/+25
* Mention relevant Clang bug in commentStephan Bergmann2020-12-181-1/+3
* Various minor loplugin fixes (macOS ARM64)Stephan Bergmann2020-12-174-79/+123
* Make the pthread_jit_write_protect_np call pair exception-safeStephan Bergmann2020-12-171-38/+43
* Fix macOS ARM64 RTTI generationStephan Bergmann2020-12-161-54/+13
* tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann2020-12-081-4/+15
* Related tdf#134754: Detect failed mmap on macOSStephan Bergmann2020-12-061-0/+5
* 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