Age | Commit message (Expand) | Author |
2023-04-12 | loplugin:stringview whitelist getLength and isEmpty | Noel Grandin |
2023-04-09 | new loplugin:unnecessarygetstr | Noel Grandin |
2023-04-06 | loplugin:stringadd also check O[U]StringBuffers | Noel Grandin |
2022-11-23 | Work around system(3) dropping DYLD_LIBRARY_PATH on macOS | Stephan Bergmann |
2022-11-22 | Simplify previous fix | Stephan Bergmann |
2022-11-21 | Avoid external processes picking up instdir/program/libxml2.so.2 | Stephan Bergmann |
2022-11-20 | Clean up CfgParser::aStack | Stephan Bergmann |
2022-11-20 | Avoid some unnecessary, wrong downcasts during `make translations` | Stephan Bergmann |
2022-11-15 | asan: fix leak in lcl_MergeLevel | Julien Nabet |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
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 |