summaryrefslogtreecommitdiff
path: root/helpcompiler/source/HelpLinker.cxx
AgeCommit message (Expand)Author
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2023-12-08cid#1546501 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-04cid#1546485 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-03-14elide some temporary OStringsNoel Grandin
2022-06-24loplugin:moveitNoel Grandin
2021-10-22Revert "Simplify vector initialization in helpcompiler"Julien Nabet
2021-10-16Simplify vector initialization in helpcompilerJulien Nabet
2021-06-02no need to allocate these on the heapNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-04-08loplugin:flatten in helpcompilerNoel Grandin
2019-11-22fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin
2019-07-18cid#703974 Unchecked return valueCaolán McNamara
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin
2018-03-18Use for-range loops in helpcompilerJulien Nabet
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-08-06cppcheck: unreadVariableJochen Nitschke
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-02loplugin:casttovoid: helpcompilerStephan Bergmann
2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin
2017-05-03remove empty commentsNoel Grandin
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-02-16convert HelpProcessingErrorClass to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2017-01-10New loplugin:conststringvar: helpcompilerStephan Bergmann
2017-01-06New loplugin:charrightshiftStephan Bergmann
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-20loplugin:unusedfields helpcompilerNoel Grandin
2015-11-15cppcheck:stlIfStrFindNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338235 Uncaught exceptionCaolán McNamara