summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2024-04-30we dereference pProfile->m_Lines on the next line anywayCaolán McNamara
2024-04-30WaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara
2024-04-30convert HeapAlloc to make_uniqueNoel Grandin
2024-04-29WaE: C6054: String 'baseDrive' might not be zero-terminatedCaolán McNamara
2024-04-26loplugin:ostr in salNoel Grandin
2024-04-15lok: provide global random symbol to find random device.Michael Meeks
2024-04-03Allow custom "eye catcher" from LO_TESTNAME in tempfiles on WindowsMike Kaganski
2024-03-26No need to define ETIMEStephan Bergmann
2024-03-26Silence -Wdeprecated-pragmaStephan Bergmann
2024-03-25Best effort to create directories of SAL_LOG_FILEStephan Bergmann
2024-03-25Avoid -Werror,-Wcast-function-type-mismatchStephan Bergmann
2024-03-18use our internal backtrace API for signal faultsNoel Grandin
2024-03-13Support environment variable expansion in logging.iniStephan Bergmann
2024-03-08Avoid mentioning Glibc-internal type __fsword_tStephan Bergmann
2024-03-08Blind fix for Linux 32-bit buildsStephan Bergmann
2024-02-26Simplify a bitMike Kaganski
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
2024-02-20Simplify a bitMike Kaganski
2024-02-20Move some stuff from path_helper to file_dirvol, and simplifyMike Kaganski
2024-02-19Drop obsolete commentsMike Kaganski
2024-02-18tdf#55004 Fix backup copy creation for files on mounted samba sharesKevin Ottens
2024-02-11tdf#155710 handle conversion failures due to non-UTF8 stringsPatrick Luby
2024-02-11osl_get_system_random_data should return boolStephan Bergmann
2024-01-28cool#8016 open files using O_CLOEXECNoel Grandin
2024-01-18-Werror,-Wunused-variable (Emscripten)Stephan Bergmann
2023-12-24-Werror=calloc-transposed-argsStephan Bergmann
2023-12-19Fix typoAndrea Gelmini
2023-12-06loplugin:ostr (macOS)Stephan Bergmann
2023-11-19Extended loplugin:ostr: salStephan Bergmann
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann
2023-11-08-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: salStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-12split up the backtrace implementations into separate filesNoel Grandin
2023-10-01Fix iOS build breakages when building on macOS SonomaPatrick Luby
2023-09-28cid#1546363 Unused valueCaolán McNamara
2023-09-26tdf#157448: ignore FILE_ATTRIBUTE_READONLY when FILE_ATTRIBUTE_DIRECTORY is setMike Kaganski
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2023-08-30tdf#146619 Remove unused includes from sal/osl/unxGabor Kelemen
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2023-08-09tdf#146619 Remove unused includes from sal/ [system.hxx]Gabor Kelemen
2023-08-09Use _beginthreadex instead of CreateThreadMike Kaganski
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado
2023-06-16tdf#143148: Use pragma once instead of include guardsVenetia Furtado
2023-05-02tdf#155122: implement CtrlHandler on WindowsMike Kaganski
2023-05-02improve windows backtrace_to_stringNoel Grandin
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski
2023-04-17loplugin:stringaddStephan Bergmann