summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
2024-08-28-Werror=calloc-transposed-argsStephan Bergmann
2024-05-11lok: add SAL_DISABLE_FSYNC environment to disable fsync.Michael Meeks
2024-04-06lok: provide global random symbol to find random device.Michael Meeks
2024-03-12Blind fix for Linux 32-bit buildsStephan Bergmann
2024-02-21tdf#55004 Fix backup copy creation for files on mounted samba sharesKevin Ottens
2024-02-16tdf#155710 handle conversion failures due to non-UTF8 stringsPatrick Luby
2024-02-09sal: fix some clang plugin warningsMiklos Vajna
2024-01-27cool#8016 open files using O_CLOEXECNoel Grandin
2024-01-24sal: osl::File allow to create files in sandboxSzymon Kłos
2024-01-16Fix buildAron Budea
2024-01-15sal: initial osl::File sand-boxing commit for Unix.Michael Meeks
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
2023-04-09use more OStringToOUStringNoel Grandin
2023-03-25loplugin:stringadd in registry..salNoel Grandin
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-03-09tdf#143148 Use pragma once instead of include guardsYousef_Rabia
2023-02-28cid#1521506 silence Thread deadlockCaolán McNamara
2023-02-24Unify osl_{g,s}etThreadTextEncoding implementation across platformsMike Kaganski
2023-02-24Simplify osl_getTextEncodingFromLocale on WindowsMike Kaganski
2023-02-16use std::condition_variable for oslConditionNoel Grandin
2023-02-14Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTimeStephan Bergmann
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2022-12-13Add Emscripten ifdef to bootstrap_getExecutableFile()Tor Lillqvist
2022-12-04osl : remove useless includesArnaud VERSINI
2022-11-21sal/osl win32 : use non recursive mutexes in file and threadArnaud VERSINI
2022-11-17Revert "TempFile: clear handle on close"Stephan Bergmann
2022-11-11Drop useless std::move of const objectStephan Bergmann
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann