summaryrefslogtreecommitdiff
path: root/helpcompiler
AgeCommit message (Expand)AuthorFilesLines
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+3
2024-03-06Use less boost_headers in low level librariesGabor Kelemen2-2/+0
2024-02-25Use SAL_WNODEPRECATED_DECLARATIONS_(PUSH|POP)Mike Kaganski1-14/+2
2024-01-05upgrade libxml2, libxslt & liblangtagCaolán McNamara1-0/+14
2023-12-13reprobuild: don't write timestamps to clucene index filesThorsten Behrens1-0/+5
2023-12-08cid#1546501 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-04cid#1546485 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna1-0/+4
2023-09-29Use less libxml2 external headers dependencyGabor Kelemen1-1/+0
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen1-0/+1
2023-09-15Related: tdf#157254 Shorten paths by removing relative partsMike Kaganski1-0/+3
2023-08-25Simplify a bitMike Kaganski1-11/+10
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-12/+10
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma3-14/+3
2023-03-14elide some temporary OStringsNoel Grandin1-3/+3
2023-01-27Remove support for AIXStephan Bergmann1-4/+0
2022-06-24loplugin:moveitNoel Grandin1-1/+1
2022-06-22fix build --with-helpNoel Grandin1-1/+1
2022-06-21clang-tidy modernize-pass-by-value in helpcompilerNoel Grandin3-23/+26
2022-06-18tdf#143148 Use pragma once in embedserv and helpcompilerDiane Leigh1-4/+1
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+3
2022-01-27Recheck modules [i-l]* with IWYUGabor Kelemen1-1/+0
2021-12-21Don't build clucene if not neededJan-Marek Glogowski1-1/+1
2021-10-22Revert "Simplify vector initialization in helpcompiler"Julien Nabet1-6/+4
2021-10-16Simplify vector initialization in helpcompilerJulien Nabet1-4/+6
2021-06-24cross-toolset: fix real cross help buildingJan-Marek Glogowski1-1/+4
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski1-2/+4
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