summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)Author
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
2022-11-07file: Use callocDr. David Alan Gilbert
2022-11-07TempFile: clear handle on closeDr. David Alan Gilbert
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann
2022-09-13cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for nowStephan Bergmann
2022-09-13cid#1509232 silence Out-of-bounds accessCaolán McNamara
2022-09-07Be careful with failed reallocStephan Bergmann
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski
2022-08-23cid#1509185 Logically dead codeCaolán McNamara
2022-08-09crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara
2022-07-20tdf#141421 xml export: default stacksize for threads on macOS is too smallChristian Lohmaier
2022-07-02fix --enable-macosx-sandbox buildNoel Grandin
2022-05-30Avoid uninitialized temp_file_handleStephan Bergmann
2022-05-23Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name"Noel Grandin
2022-05-23rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_ExNoel Grandin
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin
2022-05-23rtl_String->OString in DirectoryItem_ImplNoel Grandin
2022-05-22[API CHANGE] call ftruncate instead of ftruncate_by_nameNoel Grandin
2022-05-21rtl_String->OString in salNoel Grandin
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-14pthread_mutex_t->std::mutex in lookupThreadIdNoel Grandin
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-12tdf#143148 Use pragma once instead of include guardsShady Mohamed
2022-04-10osl signalshared : use std::mutex instead of oslMutex.Arnaud Versini
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-03-24-Werror,-Wunused-functionStephan Bergmann
2022-03-05Fix typosAndrea Gelmini
2022-03-04Remove useless comment on a commented line since always (sal/w32/file_dirvol)Julien Nabet