Age | Commit message (Expand) | Author |
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 |
2019-11-17 | Extend loplugin:external to warn about enums | Stephan Bergmann |
2019-11-06 | loplugin:indentation find broken if statements | Noel Grandin |
2019-11-05 | typeinfo fix for x86 | Tomoyuki Kubota |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-16 | loplugin:bufferadd loosen some constraints | Noel Grandin |
2019-09-24 | latest update of Visual Studio complains about typeinfo.h | Tomoyuki Kubota |
2019-09-23 | android: add support for 64bit build | Christian Lohmaier |
2019-09-19 | improve and enable loplugin:fragiledestructor | Noel Grandin |
2019-09-05 | loplugin:useuniqueptr in VtableFactory | Noel Grandin |
2019-08-21 | loplugin:constvars, look for loop vars that can be const | Noel Grandin |
2019-08-18 | Fix typos | Andrea Gelmini |
2019-05-31 | Replace 0 in nullptr | Juergen Funk |
2019-05-10 | an uno -> a uno | Caolán McNamara |
2019-04-19 | optimise find/insert pattern | Noel Grandin |
2019-04-13 | use more std::make_unique | Noel Grandin |
2019-04-03 | Revert "add more append methods to *StringBuffer" | Noel Grandin |
2019-04-03 | add more append methods to *StringBuffer | Noel Grandin |
2019-03-27 | loplugin:typedefparam (clang-cl) | Stephan Bergmann |
2019-03-16 | Simplify containers iterations in basctl, basegfx, basic, bridges | Arkadiy Illarionov |
2019-02-22 | tdf#112689: Replace changed O(U)StringBuffer::append() with operator+ | Omer Fatih Celik |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann |
2019-02-19 | tdf#112689:Replace chained O(U)StringBuffer::append() with operator+ | Salih Sariyar |
2019-02-11 | Revert "tdf#112689: Replace changed O(U)StringBuffer::append() with operator+" | Tor Lillqvist |
2019-02-11 | tdf#112689: Replace changed O(U)StringBuffer::append() with operator+ | Omer Fatih Celik |
2019-02-08 | The gcc3_linux_aarch64 bridge needs to call __cxa_current_exception_type, too | Stephan Bergmann |
2019-02-08 | loplugin:indentation in basctl..bridges | Noel Grandin |
2019-01-30 | loplugin:redundantinline (clang-cl) | Stephan Bergmann |
2019-01-16 | o3tl::make_unique -> std::make_unique in basctl...bridges | Gabor Kelemen |
2018-12-13 | Add missing "!" | Stephan Bergmann |
2018-12-13 | Fix getRTTI for Android x86 | Stephan Bergmann |
2018-12-13 | Adapt gcc3_linux_arm __cxa_exception to NDK 18 libc++abi | Stephan Bergmann |
2018-12-13 | Export RTTI symbols from liblo-native-code.so, for binary UNO bridge | Stephan Bergmann |
2018-12-13 | Use declarations from cxxabi.h where available | Stephan Bergmann |
2018-12-11 | -Werror,-Wunused-variable | Stephan Bergmann |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |