summaryrefslogtreecommitdiff
path: root/sal/osl/all
AgeCommit message (Expand)Author
2024-03-25Best effort to create directories of SAL_LOG_FILEStephan Bergmann
2024-03-13Support environment variable expansion in logging.iniStephan Bergmann
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Use filesystem::path to avoid MAX_PATH limitationMike Kaganski
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-02-24Unify osl_{g,s}etThreadTextEncoding implementation across platformsMike Kaganski
2023-02-14Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTimeStephan Bergmann
2022-12-04osl : remove useless includesArnaud VERSINI
2022-04-10osl signalshared : use std::mutex instead of oslMutex.Arnaud Versini
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2021-10-10OSL : remove useless rtl::Static in debugbaseArnaud Versini
2021-07-27[API CHANGE] Drop obsolete osl_demultiplexSocketEvents et alStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-04-28Add API to LibreOfficeKit to set arbitrary run-time options in coreTor Lillqvist
2021-01-30Simplify osl_getGlobalMutex to use function-local staticMike Kaganski
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-07-07Allow making SAL_LOG based output fatalJan-Marek Glogowski
2020-04-02loplugin:flatten in salNoel Grandin
2020-01-08Grammar fixesAndrea Gelmini
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:simplifyconstruct (clang-cl)Stephan Bergmann
2019-08-10cid#1452268 Uninitialized scalar variableCaolán McNamara
2019-08-02Fix typosAndrea Gelmini
2019-08-01Silence -Wunused-function on AndroidMike Kaganski
2019-08-01Unify some code across platforms to use static initializersMike Kaganski
2019-04-28tdf#120703 PVS: dereference before nullptr checkMike Kaganski
2019-03-01make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-06-29Make the RELATIVETIMER be relative to start of the process, not to first callTor Lillqvist
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-06-05sal: WNT -> _WIN32Thorsten Behrens
2018-06-05sal: fix logfile path retrieval from logging.iniThorsten Behrens
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens
2018-03-02Make SAL_LOG_FILE work on Windows also without logging.iniStephan Bergmann
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-22loplugin:nullptr (clang-cl)Stephan Bergmann
2018-01-19coverity#1427647 acknowledge Resource leak is deliberateCaolán McNamara
2018-01-19Remove include of config_global.h from sal/config.hStephan Bergmann
2018-01-17sal: use snprintf for sal logThorsten Behrens
2018-01-17WNT: allow to set log level/path from fileSamuel Mehrbrodt
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-24loplugin:includeform: compat.cxx reduxStephan Bergmann