Age | Commit message (Expand) | Author |
2020-11-13 | Improve the C++/UNO bridge for macOS on Apple Silicon | Tor Lillqvist |
2020-11-13 | tdf#123936 Formatting files in module bridges with clang-format | Philipp Hofer |
2020-10-14 | loplugin:external (clang-cl) | Stephan Bergmann |
2020-10-14 | loplugin:includeform (clang-cl) | Stephan Bergmann |
2020-10-14 | loplugin:stringconstant (clang-cl) | Stephan Bergmann |
2020-10-14 | loplugin:redundantcast (clang-cl) | Stephan Bergmann |
2020-10-14 | -Werror,-Wmicrosoft-exception-spec (clang-cl) | Stephan Bergmann |
2020-09-30 | bridges: add a Windows Arm64 UNO bridge | Jan-Marek Glogowski |
2020-09-27 | Fix typo | Andrea Gelmini |
2020-09-23 | Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14 | Tor Lillqvist |
2020-09-17 | WIN bridges: unify cpp2uno common code | Jan-Marek Glogowski |
2020-09-17 | WIN bridges: unify exception handling | Jan-Marek Glogowski |
2020-09-17 | WIN bridges: unify bridge code layout | Jan-Marek Glogowski |
2020-09-04 | tdf#124176 Use #pragma once in bridges | George Bateman |
2020-08-21 | Pass -fno-lto unconditionally | Stephan Bergmann |
2020-08-18 | Fix typos | Andrea Gelmini |
2020-08-13 | gcc3_linux_{aarch64,x86-64} need the __cxa_exception hack in deleteException | Stephan Bergmann |
2020-08-13 | Document that the deleteException hack is only relevant for LLVM 5, not later | Stephan Bergmann |
2020-08-13 | gcc3_linux_aarch64 also needs the hack to dynamically adapt to __cxa_exception | Stephan Bergmann |
2020-08-12 | Let exceptions pass through aarch64 callVirtualFunction built with Clang | Stephan Bergmann |
2020-08-12 | The __cxa_exception::reserve member has been backported to LLVM 10 libcxxabi | Stephan Bergmann |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
2020-08-07 | Update config.{guess,sub} with latest versions and handle fallout of that | Tor Lillqvist |
2020-08-06 | ofz#24641 libc++abi __cxa_exception has grown another member | Caolán McNamara |
2020-07-29 | Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler code | Stephan Bergmann |
2020-05-08 | compact namespace in avmedia..bridges | Noel Grandin |
2020-05-06 | Move all public Java classes to libreoffice.jar | Samuel Mehrbrodt |
2020-04-30 | Use a less extreme entitlement for our run-time machine code generation | Tor Lillqvist |
2020-04-18 | loplugin:flatten in bridges | Noel Grandin |
2020-04-14 | loplugin:buriedassign in b* | Noel Grandin |
2020-03-26 | Extend loplugin:cstylecast to certain function-style casts | Stephan Bergmann |
2020-02-23 | .eh_frame section should probably have type @unwind | Stephan Bergmann |
2020-02-13 | Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabi | Stephan Bergmann |
2020-02-12 | Blind fix for Linux aarch64 with libcxxabi | Stephan Bergmann |
2020-02-12 | Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabi | Stephan Bergmann |
2020-01-26 | remove some unused local vars | Noel Grandin |
2020-01-14 | clang-tidy modernize-concat-nested-namespace in basic..canvas | Noel Grandin |
2020-01-07 | aarch64 r18 is reserved at least on Android | Stephan Bergmann |
2019-12-18 | Silence -Werror,-Wuninitialized | Stephan Bergmann |
2019-12-18 | tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.h | Stephan Bergmann |
2019-12-18 | Fix typos concerning the __cxa_exception check | Stephan Bergmann |
2019-12-18 | Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics), | Stephan Bergmann |
2019-12-18 | Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics) | Noel Grandin |
2019-12-10 | loplugin:unusedmember (clang-cl) | Stephan Bergmann |
2019-12-06 | loplugin:external (macOS) | Stephan Bergmann |
2019-12-05 | loplugin:external (clang-cl) | Stephan Bergmann |
2019-12-05 | android: Avoid throwing exceptions through the bridges. | Jan Holesovsky |
2019-12-02 | bridges arm64: Use [[falltrough]]. | Jan Holesovsky |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-19 | loplugin:fakebool (clang-cl) | Stephan Bergmann |