Age | Commit message (Expand) | Author |
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-09 | loplugin:refcounting (clang-cl) | Stephan Bergmann |
2021-02-09 | loplugin:fakebool (clang-cl) | Stephan Bergmann |
2021-02-09 | Silence -Werror,-Wunused-variable (clang-cl) | Stephan Bergmann |
2021-02-01 | Drop FAR/NEAR from 16-bit WinAPI times | Mike Kaganski |
2021-01-31 | Simplify thread apartment initialization | Mike Kaganski |
2021-01-28 | WIN handle GetMessageW return values | Jan-Marek Glogowski |
2021-01-12 | Simplify some string construction | Stephan Bergmann |
2020-12-19 | make *String(string_view) constructors explicit | Noel Grandin |
2020-11-13 | tdf#123936 Formatting files in module embedserv with clang-format | Philipp Hofer |
2020-10-19 | clang-cl: Adapt Windows-specific code to extended loplugin:cstylecast | Stephan Bergmann |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-08-21 | loplugin:stringstatic (clang-cl) | Stephan Bergmann |
2020-08-04 | loplugin:elidestringvar (clang-cl) | Stephan Bergmann |
2020-07-07 | embedserv: create instances with uno constructors | Noel Grandin |
2020-05-20 | use for-range on Sequence in e* | Noel Grandin |
2020-05-20 | use for-range on Sequence in d* | Noel Grandin |
2020-05-08 | compact namespace in editeng..extensions | Noel Grandin |
2020-03-20 | -Werror,-Wpointer-to-int-cast (LLVM 10 trunk clang-cl) | Stephan Bergmann |
2019-12-19 | sal_Char->char in editeng..eventattacher | Noel Grandin |
2019-12-05 | loplugin:external (clang-cl) | Stephan Bergmann |
2019-11-26 | loplugin:consttobool (clang-cl) | Stephan Bergmann |
2019-11-24 | cppcheck: performing init in init list (dbaccess/desktop/dtrans/e.) | Julien Nabet |
2019-11-19 | loplugin:fakebool (clang-cl) | Stephan Bergmann |
2019-11-19 | loplugin:fakebool (clang-cl) | Stephan Bergmann |
2019-11-08 | Avoid C++20 comparison operator overloading ambiguities (clang-cl -std=c++2a) | Stephan Bergmann |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-02 | -Werror,-Wmicrosoft-exception-spec (clang-cl) | Stephan Bergmann |
2019-10-01 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2019-10-01 | loplugin:referencecasting (clang-cl) | Stephan Bergmann |
2019-10-01 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2019-10-01 | loplugin:stringconstant (clang-cl) | Stephan Bergmann |
2019-04-10 | clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment check | Tamás Zolnai |
2019-03-27 | loplugin:typedefparam (clang-cl) | Stephan Bergmann |
2019-02-26 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2019-01-24 | Clean up dead uses of DISABLE_ATL | Stephan Bergmann |
2019-01-21 | o3tl::make_unique -> std::make_unique in dbaccess...framework | Gabor Kelemen |
2019-01-10 | o3tl::string_view -> std::string_view (in embedserv) | Stephan Bergmann |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-11-18 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin |
2018-10-22 | pvs-studio: V716 Suspicious type conversion in return statement | Caolán McNamara |
2018-10-11 | Drop duplicate WINVER and _WIN32_WINNT defines | Jan-Marek Glogowski |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann |
2018-09-17 | loplugin:simplifyconstruct (clang-cl) | Stephan Bergmann |
2018-09-10 | tdf#42949 Fix IWYU warnings in include/cppuhelper/* | Gabor Kelemen |
2018-08-01 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-23 | Fix typos | Andrea Gelmini |
2018-06-26 | tdf#96099 Remove some trivial container iterator typedefs | Arkadiy Illarionov |