Age | Commit message (Expand) | Author |
2021-01-02 | Use GetShortPathNameW workaround on Windows for help indexer | Mike Kaganski |
2021-01-01 | Use Unicode paths on Windows for help compiler | Mike Kaganski |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module helpcompiler with clang-format | Philipp Hofer |
2020-11-10 | tdf#42949 Fix new IWYU warnings in directories [h-r]* | Gabor Kelemen |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-04-08 | loplugin:flatten in helpcompiler | Noel Grandin |
2019-12-30 | Avoid -Werror,-Wdeprecated-enum-enum-conversion | Stephan Bergmann |
2019-12-19 | sal_Char->char in formula..i18npool | Noel Grandin |
2019-12-05 | make some classes module private | Noel Grandin |
2019-11-22 | cid#1448239 unsafe_xml_parse_config | Caolán McNamara |
2019-11-22 | cid#1448239 unsafe_xml_parse_config | Caolán McNamara |
2019-11-22 | document HelpCompiler::getSourceDocument behaviour | Caolán McNamara |
2019-11-22 | fs::getThreadTextEncoding->osl_getThreadTextEncoding | Caolán McNamara |
2019-11-22 | drop impl_sleep hack | Caolán McNamara |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-03 | make some classes module-private | Noel Grandin |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-11 | simplify "a = a +" to "a +=" | Noel Grandin |
2019-10-01 | loplugin:stringadd in helpcompiler..oox | Noel Grandin |
2019-07-19 | cid#1448495 Unchecked return value | Caolán McNamara |
2019-07-19 | cid#1448441 Unchecked return value | Caolán McNamara |
2019-07-18 | cid#703974 Unchecked return value | Caolán McNamara |
2019-05-30 | tdf#42949 Fix IWYU warnings in helpcompiler/ | Gabor Kelemen |
2019-05-22 | New loplugin:data | Stephan Bergmann |
2019-04-07 | std::string has a std::hash specialisation since C++11 | Noel Grandin |
2019-02-24 | loplugin:unusedfields in helpcompiler..jvmfwk | Noel Grandin |
2019-02-18 | use clear() instead of erase(begin, end) | Noel Grandin |
2019-02-09 | loplugin:indentation in helpcompiler..io | Noel Grandin |
2018-11-29 | remove unnecessary "if (!empty()" checks before loops | Noel Grandin |
2018-11-21 | improve function-local statics in forms..reportdesign | Noel Grandin |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in editeng..i18npool | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-09 | loplugin:simplifyconstruct in helpcompiler..io | Noel Grandin |
2018-07-30 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-27 | loplugin:returnconstant in helpcompiler | Noel Grandin |
2018-07-27 | helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) | Stephan Bergmann |
2018-06-13 | Don't create std::string from nullptr | Stephan Bergmann |
2018-06-11 | tdf#96099 Remove some trivial std::vector typedefs | Arkadiy Illarionov |
2018-06-07 | tdf#96099 Remove std::vector typedefs | Abhyudaya Sharma |
2018-04-16 | loplugin:useuniqueptr in StreamTable | Noel Grandin |
2018-03-18 | Use for-range loops in helpcompiler | Julien Nabet |
2018-02-01 | helpcompiler: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-15 | loplugin:useuniqueptr in BasicCodeTagger | Noel Grandin |
2017-11-26 | Replace lists by vector and deque (helpcompiler) | Julien Nabet |
2017-10-30 | loplugin:constmethod in idl,helpcompiler | Noel Grandin |
2017-10-23 | loplugin:includeform: helpcompiler | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-03 | Replace more reinterpret_cast with SAL_W/SAL_U | Mike Kaganski |