summaryrefslogtreecommitdiff
path: root/unoidl/source
AgeCommit message (Expand)Author
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-07-22elide some makeStringAndClear() callsNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-18clang-tidy modernize-pass-by-value in unoidlNoel Grandin
2022-05-17use reserve before filling some vectorsNoel Grandin
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin
2022-04-21use more string_view in unoidl,codemakerNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10use more string_viewNoel Grandin
2022-04-09Introduce `unoidl-read --summary` modeStephan Bergmann
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2021-10-21loplugin:flattenNoel Grandin
2021-10-14Enforce the UNOIDL identifier schemeStephan Bergmann
2021-10-11loplugin:moveparam in unoidlNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-21Implement the SourceTreeProvider CursorStephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-26loplugin:flattenNoel
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC
2021-02-16loplugin:referencecasting in UnoControls..unoxmlNoel
2021-02-11Silence some -Wimplicit-fallthroughStephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-13loplugin:stringview (macOS)Stephan Bergmann
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-18tdf#123936 Formatting files in module unoidl with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-06Revert "loplugin:stringbuffer"Noel Grandin
2020-11-06loplugin:stringbufferNoel
2020-10-18tdf#124176: Using pragma oncemariamfahmy
2020-08-18unoidl-read: Avoid redundant redeclarationsStephan Bergmann
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin
2020-05-10compact namespace in ucb..uuiNoel Grandin
2020-03-15Revert "loplugin:constfields in unoidl"Noel Grandin
2020-02-03avoid flex-caused warnings about unused functionsLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-25tdf#124176: Use pragma once instead of include guardsOnur Yilmaz
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoidlStephan Bergmann
2019-07-26cid#1448388 Assignment of overlapping memoryCaolán McNamara
2019-07-24cid#1448548 Assignment of overlapping memoryCaolán McNamara