summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)AuthorFilesLines
2021-06-02no need to allocate these on the heapNoel Grandin2-4/+4
2021-01-02Use GetShortPathNameW workaround on Windows for help indexerMike Kaganski1-5/+58
2021-01-01Use Unicode paths on Windows for help compilerMike Kaganski1-9/+14
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann2-5/+5
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-3/+3
2020-11-13tdf#123936 Formatting files in module helpcompiler with clang-formatPhilipp Hofer3-12/+12
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen2-3/+0
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-04-08loplugin:flatten in helpcompilerNoel Grandin1-27/+27
2019-12-30Avoid -Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann1-3/+3
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin1-1/+1
2019-12-05make some classes module privateNoel Grandin1-2/+2
2019-11-22cid#1448239 unsafe_xml_parse_configCaolán McNamara1-3/+0
2019-11-22cid#1448239 unsafe_xml_parse_configCaolán McNamara1-0/+1
2019-11-22document HelpCompiler::getSourceDocument behaviourCaolán McNamara1-4/+6
2019-11-22fs::getThreadTextEncoding->osl_getThreadTextEncodingCaolán McNamara3-23/+16
2019-11-22drop impl_sleep hackCaolán McNamara1-21/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-0/+12
2019-11-03make some classes module-privateNoel Grandin1-2/+2
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin1-4/+2
2019-07-19cid#1448495 Unchecked return valueCaolán McNamara1-1/+1
2019-07-19cid#1448441 Unchecked return valueCaolán McNamara1-1/+1
2019-07-18cid#703974 Unchecked return valueCaolán McNamara1-1/+1
2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen11-37/+36
2019-05-22New loplugin:dataStephan Bergmann2-3/+3
2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin2-26/+3
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin2-2/+0
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-1/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-6/+5
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-2/+2
2018-11-21improve function-local statics in forms..reportdesignNoel Grandin1-7/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin1-2/+1
2018-09-17New loplugin:externalStephan Bergmann2-4/+8
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-1/+0
2018-07-30Add missing sal/log.hxx headersGabor Kelemen2-1/+3
2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin4-17/+4
2018-07-27helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-1/+0
2018-06-13Don't create std::string from nullptrStephan Bergmann1-2/+10
2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov4-7/+6
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma1-1/+0
2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin3-13/+13
2018-03-18Use for-range loops in helpcompilerJulien Nabet4-43/+29
2018-02-01helpcompiler: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-9/+0
2018-01-15loplugin:useuniqueptr in BasicCodeTaggerNoel Grandin2-6/+3
2017-11-26Replace lists by vector and deque (helpcompiler)Julien Nabet3-8/+7
2017-10-30loplugin:constmethod in idl,helpcompilerNoel Grandin3-3/+3
2017-10-23loplugin:includeform: helpcompilerStephan Bergmann1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-2/+4