summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)AuthorFilesLines
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-3/+3
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-05-10compact namespace in ucb..uuiNoel Grandin8-16/+16
2020-03-15Revert "loplugin:constfields in unoidl"Noel Grandin7-17/+17
2020-03-02ofz#20976 build-failureCaolán McNamara2-0/+8
2020-03-02Revert "ofz#20976 build-failure"Caolán McNamara2-8/+0
2020-03-02ofz#20976 build-failureCaolán McNamara2-0/+8
2020-02-03avoid flex-caused warnings about unused functionsLuboš Luňák1-0/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin4-8/+8
2020-01-25tdf#124176: Use pragma once instead of include guardsOnur Yilmaz1-4/+1
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+2
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-2/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski1-2/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin3-17/+17
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): unoidlStephan Bergmann2-29/+29
2019-07-26cid#1448388 Assignment of overlapping memoryCaolán McNamara1-2/+5
2019-07-24cid#1448548 Assignment of overlapping memoryCaolán McNamara1-6/+15
2019-07-06small optimisationsNoel Grandin2-0/+2
2019-05-22New loplugin:dataStephan Bergmann1-2/+2
2019-04-27tdf#42949 Add filter file to unoidl/Gabor Kelemen1-0/+6
2019-02-28loplugin:includeformStephan Bergmann1-6/+6
2019-02-13tdf#42949 Fix IWYU warnings in unoidl/Gabor Kelemen7-9/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-13/+13
2018-11-08loplugin:collapseif in tools..xmloffNoel Grandin1-4/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin3-12/+12
2018-10-17Simplify containers iterations in unodevtools, unoidlArkadiy Illarionov1-81/+28
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-6/+3
2018-09-26loplugin:constfields in unoidlNoel Grandin7-17/+17
2018-09-17New loplugin:externalStephan Bergmann3-5/+5
2018-09-08clang-tidy bugprone-unused-return-valueNoel Grandin1-3/+3
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-6/+4
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin1-4/+6
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-14/+18
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen1-0/+1
2018-03-16Typo in error messageStephan Bergmann1-1/+1
2017-10-24loplugin:includeform: unoidl (macOS)Stephan Bergmann1-1/+1
2017-10-23loplugin:includeform: unoidlStephan Bergmann14-98/+98
2017-10-23Fix typosAndrea Gelmini2-2/+2
2017-10-19loplugin:includeform: manual changes to unoidl/source/sourceprovider-parser.yStephan Bergmann1-5/+5
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-57/+35
2017-07-17loplugin:constparams in comphelper,unoidlNoel Grandin1-1/+1
2017-06-16Still more tests to suppressStephan Bergmann1-0/+4
2017-06-02Improved loplugin:redundantcast static_cast handling: unoidlStephan Bergmann1-1/+1
2017-04-15Fix typosAndrea Gelmini1-1/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-2/+2
2017-02-10test coverity sanitizing in-source modellingCaolán McNamara1-0/+7
2017-02-06loplugin:nullptrJochen Nitschke1-5/+5