summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)Author
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: l10ntoolsStephan Bergmann
2023-07-28tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrosahil
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-06loplugin:stringadd also check O[U]StringBuffersNoel Grandin
2022-11-23Work around system(3) dropping DYLD_LIBRARY_PATH on macOSStephan Bergmann
2022-11-22Simplify previous fixStephan Bergmann
2022-11-21Avoid external processes picking up instdir/program/libxml2.so.2Stephan Bergmann
2022-11-20Clean up CfgParser::aStackStephan Bergmann
2022-11-20Avoid some unnecessary, wrong downcasts during `make translations`Stephan Bergmann
2022-11-15asan: fix leak in lcl_MergeLevelJulien Nabet
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-06-23Removed duplicated includeAndrea Gelmini
2022-06-23clang-tidy modernize-pass-by-value in l10ntoolsNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-04-15address potential find/rfind failuresNoel Grandin
2022-04-13use more string_view in l10ntoolsNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-10use more string_viewNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-21Fail Executable_ulfex upon duplicate keys in malformed inputStephan Bergmann
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin
2021-11-26loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-04drop 'using namespace std' in l*Julien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann
2021-09-22Fix typosAndrea Gelmini
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Simplify a OUString constructionStephan Bergmann
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-30HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27pocheck: don't require reference for stock labelsChristian Lohmaier
2021-01-15prep to replace stock button labelsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann