Age | Commit message (Expand) | Author |
2020-09-17 | Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14 | Tor Lillqvist |
2020-08-04 | Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler code | Stephan Bergmann |
2020-08-04 | aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protection | Stephan Bergmann |
2020-08-04 | Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabi | Stephan Bergmann |
2020-08-04 | Blind fix for Linux aarch64 with libcxxabi | Stephan Bergmann |
2020-08-04 | Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabi | Stephan Bergmann |
2020-08-04 | aarch64 r18 is reserved at least on Android | Stephan Bergmann |
2020-06-10 | ofz#11611 build failure with std::unexpected_handler | Caolán McNamara |
2019-12-20 | Silence -Werror,-Wuninitialized | Stephan Bergmann |
2019-12-20 | tdf#128671: Rely on unwind.h, declare what's missing from cxxabi.h | Stephan Bergmann |
2019-12-02 | sync std::unexpected_handler across bridges | Caolán McNamara |
2019-12-02 | bridges arm64: Use [[falltrough]]. | Jan Holesovsky |
2019-11-29 | WIP android: Avoid throwing exceptions through the bridges. | Jan Holesovsky |
2019-10-30 | Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abi | Stephan Bergmann |
2019-10-30 | Fix getRTTI for Android x86 | Stephan Bergmann |
2019-10-22 | android: add support for 64bit build | Christian Lohmaier |
2019-10-22 | android: support NDK 19 and above (20 as of this commit) | Christian Lohmaier |
2019-10-09 | Export RTTI symbols from liblo-native-code.so, for binary UNO bridge | Stephan Bergmann |
2019-07-25 | Bin some unused declarations | Tor Lillqvist |
2019-07-25 | Do like effe6b3d84302afce3d5095e4f376e7e3bf669e0 for iOS, too | Tor Lillqvist |
2019-02-09 | The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, too | Stephan Bergmann |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin |
2018-11-12 | Fix typos | Andrea Gelmini |
2018-11-04 | replace double-checked locking patterns with thread safe local statics | Mike Kaganski |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-11-01 | gbuild: rename value OS=IOS to OS=iOS | Michael Stahl |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-09-24 | Simplify assertion code | Stephan Bergmann |
2018-09-18 | loplugin:external (macOS) | Stephan Bergmann |
2018-09-18 | Fix for --enable-debug --disable-assert-always-abort | Stephan Bergmann |
2018-09-18 | loplugin:useuniqueptr in VtableFactory::createBlock | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-15 | Re-think cppu::throwException() and the C++/UNO bridge on iOS | Tor Lillqvist |
2018-09-05 | loplugin:simplifyconstruct in accessibility..bridges | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-16 | -Werror,-Wmultichar (clang-cl) | Stephan Bergmann |
2018-08-16 | loplugin:reservedid (clang-cl) | Stephan Bergmann |
2018-08-09 | Don't use internal __CxxDetectRethrow: it has side effects | Mike Kaganski |
2018-08-04 | fix arm build | Caolán McNamara |
2018-08-04 | fillUnoException not working on std::rethrow_exception exceptions | Caolán McNamara |
2018-08-03 | loplugin:useuniqueptr in bridges | Noel Grandin |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-23 | Fix typos | Andrea Gelmini |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-05-15 | loplugin:stringconcat, loplugin:sallogareas (clang-cl) | Stephan Bergmann |
2018-05-07 | bridges (win32/64): Log method calls | Samuel Mehrbrodt |
2018-04-16 | loplugin:useuniqueptr in bridges | Noel Grandin |
2018-04-10 | Adapt remaining cpp_uno bridges to #i114635# | Stephan Bergmann |
2018-03-20 | iOS, simplified assembler | jan Iversen |