summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Work around system(3) dropping DYLD_LIBRARY_PATH on macOSStephan Bergmann1-0/+5
2022-11-22Simplify previous fixStephan Bergmann2-10/+4
2022-11-21Avoid external processes picking up instdir/program/libxml2.so.2Stephan Bergmann1-2/+16
2022-11-20Clean up CfgParser::aStackStephan Bergmann1-0/+15
2022-11-20Avoid some unnecessary, wrong downcasts during `make translations`Stephan Bergmann1-3/+9
2022-11-15asan: fix leak in lcl_MergeLevelJulien Nabet1-5/+4
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann1-2/+2
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-4/+4
2022-06-23Removed duplicated includeAndrea Gelmini1-1/+0
2022-06-23clang-tidy modernize-pass-by-value in l10ntoolsNoel Grandin16-51/+60
2022-05-05use more o3tl::getTokenNoel Grandin1-0/+1
2022-04-15address potential find/rfind failuresNoel Grandin2-5/+13
2022-04-13use more string_view in l10ntoolsNoel Grandin6-20/+20
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-7/+7
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin2-7/+10
2022-04-10use more string_viewNoel Grandin6-43/+45
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+1
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin2-6/+8
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin3-11/+11
2022-02-21Fail Executable_ulfex upon duplicate keys in malformed inputStephan Bergmann1-1/+7
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen23-50/+37
2021-12-22loplugin:flatten in l10ntools..lotuswordproNoel Grandin1-16/+16
2021-11-26loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin1-2/+2
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-5/+6
2021-10-04drop 'using namespace std' in l*Julien Nabet4-41/+34
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann1-4/+5
2021-09-22Fix typosAndrea Gelmini1-2/+2
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin3-22/+8
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-3/+3
2021-06-18Simplify a OUString constructionStephan Bergmann1-1/+1
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-2/+2
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-14/+3
2021-05-28no need to allocate these on the heapNoel Grandin3-8/+8
2021-04-19use more string_view in OString APINoel Grandin2-4/+4
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-1/+3
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-01-30HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert1-9/+5
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-28add string_view variants of methods to O[U]StringBufferNoel3-5/+5
2021-01-27pocheck: don't require reference for stock labelsChristian Lohmaier1-2/+5
2021-01-15prep to replace stock button labelsCaolán McNamara1-1/+32
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann12-35/+47
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-1/+1
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann4-6/+8
2020-12-09Apparently, Windows doesn't have the concept of a set but empty env varStephan Bergmann1-3/+1
2020-12-08Assert that certain env vars are set in these build-time toolsStephan Bergmann3-4/+17
2020-12-08Use OString::Concat(...) + ... instead of ... + OStringLiteral(...)Stephan Bergmann1-10/+10
2020-11-16Clean up --disable-assert-always-abort loplugin:stringviewparamStephan Bergmann2-11/+5