Age | Commit message (Expand) | Author |
2021-02-23 | update pches | Caolán McNamara |
2021-02-19 | loplugin:refcounting in vbahelper | Noel |
2021-02-08 | update pches | Caolán McNamara |
2021-02-06 | Use more conversion functions from <tools/UnitConversion.hxx> | Mike Kaganski |
2021-02-02 | loplugin:redundantcast catch more dynamic_cast | Noel |
2021-01-28 | simplify code, use more subView() | Noel |
2021-01-16 | make the Color constructors explicitly specify transparency | Noel |
2021-01-09 | fix coverity parse errors | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-26 | New loplugin:stringliteralvar | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
2020-11-30 | loplugin:stringviewparam include comparisons with string literals | Noel |
2020-11-19 | loplugin:stringview: Flag empty string converted to string view | Stephan Bergmann |
2020-11-18 | tdf#123936 Formatting files in module vbahelper with clang-format | Philipp Hofer |
2020-11-17 | loplugin:stringviewparam check methods too | Noel |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin |
2020-11-05 | loplugin:reducevarscope in vbahelper | Noel |
2020-10-26 | switching long to a 64-bit type on 64-bit windows | Noel |
2020-09-22 | OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaround | Caolán McNamara |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-21 | Fix typo in code | Andrea Gelmini |
2020-08-18 | loplugin:unusedvarsglobal | Noel Grandin |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
2020-08-03 | loplugin:flatten in vbahelper | Noel Grandin |
2020-07-30 | loplugin:unusedmethods | Noel Grandin |
2020-07-12 | update pches | Caolán McNamara |
2020-07-11 | vbahelper: create instances with uno constructors | Noel Grandin |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: vbahelper | Stephan Bergmann |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |
2020-05-10 | use compact namespace syntax | Noel Grandin |
2020-04-27 | Make upcasting css::uno::Reference ctor require complete types | Stephan Bergmann |
2020-04-26 | update pches | Caolán McNamara |
2020-04-22 | tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/ | Gabor Kelemen |
2020-04-22 | uiobject.hxx only needs forward declares | Caolán McNamara |
2020-03-16 | Revert "loplugin:constfields in vbahelper" | Noel Grandin |
2020-02-21 | Drop o3tl::optional wrapper | Stephan Bergmann |
2020-02-20 | tdf#42982 Make UNO error reporting more descriptive | Burak Bala |
2020-02-17 | tdf#42949 Fix IWYU warnings in vbahelper/ | Gabor Kelemen |
2020-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-26 | Rephrase cast from sal_Int32 to sal_uInt32 | Stephan Bergmann |
2020-01-24 | loplugin:makeshared in svgio..writerperfect | Noel Grandin |
2019-12-24 | sal_Char->char in vcl | Noel Grandin |
2019-12-01 | Introduce o3tl::optional as an alias for std::optional | Stephan Bergmann |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |