Age | Commit message (Expand) | Author |
2021-05-19 | loplugin:noexcept (clang-cl) | Stephan Bergmann |
2021-05-07 | loplugin:noexcept (macOS) | Stephan Bergmann |
2021-05-05 | WASM: add initial support for Emscripten cross build | Jan-Marek Glogowski |
2021-05-04 | loplugin:noexcept (macOS) | Stephan Bergmann |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-29 | loplugin:stringadd simplify some *StringBuffer operations | Noel Grandin |
2021-04-07 | Updated README.md files to represent current code / use Markdown format | Hossein |
2021-03-24 | Using .md extension/Markdown syntax for modules README | Hossein |
2021-03-23 | Rename LO Windows arm64 ID to aarch64 | Jan-Marek Glogowski |
2021-03-02 | Handle floating-point return values correctly on iOS | Tor Lillqvist |
2021-02-10 | Remove unneeded breaks | Andrea Gelmini |
2021-02-09 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2021-01-02 | Fix some warnings for Raspberry pi 4 (part4) | Julien Nabet |
2021-01-02 | Fix some warnings for Raspberry pi 4 (part3) | Julien Nabet |
2021-01-02 | Fix some warnings for Raspberry pi 4 (part2) | Julien Nabet |
2021-01-01 | Add rtti.hxx for gcc3_linux_arm | Julien Nabet |
2021-01-01 | Fix some warnings for Raspberry pi 4 (part1) | Julien Nabet |
2020-12-18 | Mention relevant Clang bug in comment | Stephan Bergmann |
2020-12-17 | Various minor loplugin fixes (macOS ARM64) | Stephan Bergmann |
2020-12-17 | Make the pthread_jit_write_protect_np call pair exception-safe | Stephan Bergmann |
2020-12-16 | Fix macOS ARM64 RTTI generation | Stephan Bergmann |
2020-12-08 | tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOS | Stephan Bergmann |
2020-12-06 | Related tdf#134754: Detect failed mmap on macOS | Stephan Bergmann |
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 |