Age | Commit message (Expand) | Author |
2021-05-14 | Directly partly initialize vector in access.cxx | Julien Nabet |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-04-07 | rtl::Static -> function local static | Noel Grandin |
2021-03-10 | Drop 'static_cast<cppu::OWeakObject*>' syntactic noise | Mike Kaganski |
2021-03-09 | Mark workaround as fixed upstream | Stephan Bergmann |
2021-02-17 | loplugin:referencecasting in configmgr | Noel |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-10 | fix coverity parse errors | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-25 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2020-11-22 | Make it clear again what the comment appertains to | Stephan Bergmann |
2020-11-22 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | gozeloglu |
2020-11-22 | tdf#123936 Formatting files in module configmgr with clang-format | Philipp Hofer |
2020-11-12 | New loplugin:stringviewparam | Stephan Bergmann |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-10-02 | Use the new single-instance="true" attribute in configmgr | Stephan Bergmann |
2020-09-24 | Fix typo in code | Andrea Gelmini |
2020-09-04 | tdf#124176 Use #pragma once in configmgr | George Bateman |
2020-08-17 | inline some use-once typedefs | Noel Grandin |
2020-08-03 | loplugin:flatten in configmgr..i18nutil | Noel Grandin |
2020-07-23 | configmgr: Use a proper LanguageTag-based locale fallback mechanism. | Jan Holesovsky |
2020-07-18 | compact namespace: connectivity | Noel Grandin |
2020-07-06 | configmgr: create instances with uno constructors | Noel Grandin |
2020-06-30 | Upcoming improved loplugin:staticanonymous -> redundantstatic: configmgr | Stephan Bergmann |
2020-06-15 | Use getBcp47() instead of getLanguage() | Andras Timar |
2020-05-24 | inline some use-once typedefs | Noel Grandin |
2020-05-18 | use for-range on Sequence in cli_ure..connectivity | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-05-06 | "resolved" is a better name than "isResolved" here | Stephan Bergmann |
2020-05-06 | Remove support for "module" layers | Stephan Bergmann |
2020-02-04 | std::set<T*> -> o3tl::sorted_vector | Noel Grandin |
2020-01-29 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Canberk TURAN |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-25 | tdf#130137 Replace remaining uses of WNT define checks with _WIN32 | A_GAN |
2020-01-25 | tdf#124176: Use pragma once instead of include guard | Efdal İncesu |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in codemaker..configmgr | Noel Grandin |
2020-01-10 | use more std::make_shared | Noel Grandin |
2020-01-02 | Revert "no need to use shared_ptr here" | Noel Grandin |
2019-12-30 | Clean up newly unused includes | Stephan Bergmann |
2019-12-24 | no need to use shared_ptr here | Noel Grandin |
2019-11-12 | use std::move when popping stuff off stacks | Noel Grandin |
2019-10-23 | loplugin:stringadd (clang-cl) | Stephan Bergmann |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-15 | new loplugin:bufferadd | Noel Grandin |
2019-10-06 | convert equals() to operator== in xmlreader::Span | Noel Grandin |
2019-09-27 | Add conversion from rtl::OStringNumber to std::string_view | Stephan Bergmann |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-08-27 | loplugin:referencecasting find more redundant static_cast | Noel Grandin |