Age | Commit message (Expand) | Author |
2019-03-12 | Simplify containers iterations in chart2, cli_ure, comphelper, configmgr | Arkadiy Illarionov |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-02-27 | loplugin:unusedfields look for classes where we can make all the.. | Noel Grandin |
2019-02-19 | Some uses of C++17 class template argument deduction | Stephan Bergmann |
2019-01-16 | Replace uses of rtl/instance.hxx with plain local static vars in configmgr | Stephan Bergmann |
2019-01-11 | Replace OUStringBuffer::appendCopy with append(std::u16string_view) | Stephan Bergmann |
2019-01-10 | o3tl::string_view -> std::string_view (in configmgr) | Stephan Bergmann |
2018-12-28 | Use indexed getToken() | Matteo Casalin |
2018-12-28 | Fix typo | Andrea Gelmini |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-21 | improve function-local statics in basic..cui | Noel Grandin |
2018-11-09 | Simplify and fix Java UNO API test makefiles | Jan-Marek Glogowski |
2018-11-02 | fix signatures of deleted copy/assign operators | Noel Grandin |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-09-05 | clang-tidy performance-inefficient-vector-operation | Noel Grandin |
2018-08-29 | Replace find_if with proper quantifier algorithms | Arkadiy Illarionov |
2018-08-20 | Simplify containers iterations, tdf#96099 follow-up | Arkadiy Illarionov |
2018-08-14 | create appendCopy method in OUStringBuffer | Noel Grandin |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-05-25 | Improve re-throwing of UNO exceptions | Noel Grandin |
2018-05-09 | Missing template clone() in configmgr dconf mode | Stephan Bergmann |
2018-05-09 | Add possibility to read <value xsi:nil="true"/> from winreg conf backend | Andras Timar |
2018-04-25 | Winreg config layer: Allow to define external backend separately | Mike Kaganski |
2018-04-04 | Ignore dangling symlink configuration files | Stephan Bergmann |
2018-02-27 | Use for-range loops in comphelper and configmgr | Julien Nabet |
2018-02-08 | Better return nil than an arbitrary xml:lang="..." value | Stephan Bergmann |
2018-02-01 | configmgr: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2017-12-23 | loplugin:passstuffbyref improved returns | Noel Grandin |
2017-12-19 | inline use-once typedefs | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-11-05 | Replace lists by vectors in configmgr/unotools | Julien Nabet |
2017-11-02 | Winreg configuration layer: don't assert on user input | Mike Kaganski |
2017-11-01 | Winreg configuration layer: use writeAttributeValue for oox:external | Mike Kaganski |
2017-11-01 | Winreg configuration layer: support oox:external values | Mike Kaganski |
2017-10-31 | typo: xs::boolean -> xs:boolean | Andras Timar |
2017-10-30 | loplugin:constmethod in idl,helpcompiler | Noel Grandin |
2017-10-23 | loplugin:includeform: configmgr | Stephan Bergmann |
2017-10-13 | Replace list by vector in components (configmgr) | Julien Nabet |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-04 | add << operator for css::uno::Exception | Noel Grandin |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski |
2017-09-22 | Fresh run of bin/update_pch.sh | Mike Kaganski |
2017-09-21 | loplugin:flatten in basctl..configmgr | Noel Grandin |
2017-09-17 | use more default copy ctors | Jochen Nitschke |
2017-09-13 | New rtl::isUnicodeScalarValue, rtl::isSurrogate | Stephan Bergmann |
2017-09-11 | clang-tidy modernize-use-emplace in c* | Noel Grandin |
2017-08-30 | loplugin:constparams | Stephan Bergmann |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin |
2017-08-11 | error: ‘class configmgr::NodeMap’ has no member named ‘emplace’ | Caolán McNamara |