Age | Commit message (Expand) | Author |
2022-06-23 | Removed duplicated include | Andrea Gelmini |
2022-06-23 | clang-tidy modernize-pass-by-value in l10ntools | Noel Grandin |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-04-15 | address potential find/rfind failures | Noel Grandin |
2022-04-13 | use more string_view in l10ntools | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-10 | use more string_view | Noel Grandin |
2022-04-10 | loplugin:stringview check for getToken and trim | Noel Grandin |
2022-04-08 | loplugin:stringviewparam convert methods using trim | Noel Grandin |
2022-04-02 | loplugin:stringviewparam convert methods using indexOf | Noel Grandin |
2022-02-21 | Fail Executable_ulfex upon duplicate keys in malformed input | Stephan Bergmann |
2022-01-27 | Recheck modules [i-l]* with IWYU | Gabor Kelemen |
2021-12-22 | loplugin:flatten in l10ntools..lotuswordpro | Noel Grandin |
2021-11-26 | loplugin:stringliteraldefine in l10ntools..oox | Noel Grandin |
2021-11-10 | new loplugin:stringliteraldefine | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-04 | drop 'using namespace std' in l* | Julien Nabet |
2021-10-03 | A more lightweight O[U]StringConcatenation | Stephan Bergmann |
2021-09-23 | Extend loplugin:stringviewparam to starts/endsWith: l10ntools | Stephan Bergmann |
2021-09-22 | Fix typos | Andrea Gelmini |
2021-09-01 | clang-tidy:readability-redundant-member-init | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-18 | Simplify a OUString construction | Stephan Bergmann |
2021-06-16 | Adapt implicit OString return value construction to C++23 P2266R1 | Stephan Bergmann |
2021-06-03 | -Werror,-Wunused-but-set-variable (Clang 13 trunk) | Stephan Bergmann |
2021-05-28 | no need to allocate these on the heap | Noel Grandin |
2021-04-19 | use more string_view in OString API | Noel Grandin |
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-01-30 | HelpParser::ProcessHelp: Tidy Null checks | Dr. David Alan Gilbert |
2021-01-29 | loplugin:stringviewparam extend to new.. | Noel |
2021-01-28 | add string_view variants of methods to O[U]StringBuffer | Noel |
2021-01-27 | pocheck: don't require reference for stock labels | Christian Lohmaier |
2021-01-15 | prep to replace stock button labels | Caolán McNamara |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-27 | Simplify loplugin:stringviewparam comparison operator handling | Stephan Bergmann |
2020-12-11 | Adapt the remaining OUString functions to std string_view | Stephan Bergmann |
2020-12-09 | Apparently, Windows doesn't have the concept of a set but empty env var | Stephan Bergmann |
2020-12-08 | Assert that certain env vars are set in these build-time tools | Stephan Bergmann |
2020-12-08 | Use OString::Concat(...) + ... instead of ... + OStringLiteral(...) | Stephan Bergmann |
2020-11-16 | Clean up --disable-assert-always-abort loplugin:stringviewparam | Stephan Bergmann |
2020-11-14 | loplugin:stringviewparam (l10ntools) | Julien Nabet |
2020-11-13 | tdf#123936 Formatting files in module l10ntools with clang-format | Philipp Hofer |
2020-11-11 | loplugin:stringview | Noel |
2020-11-11 | disable O(U)String::concat for internal code | Noel Grandin |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
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-07-01 | Upcoming improved loplugin:staticanonymous -> redundantstatic: l10ntools | Stephan Bergmann |