summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
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-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-06-16tdf#143148: Use pragma once instead of include guardsVenetia Furtado
2023-03-25loplugin:stringadd in registry..salNoel 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-16use std::condition_variable for oslConditionNoel Grandin
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-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-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-23cid#1509185 Logically dead codeCaolá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-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2022-01-18Add HAVE_(UNIX_)DLAPI config header defineJan-Marek Glogowski
2022-01-11Fix ISO C++11 -Wwritable-stringsJan-Marek Glogowski
2022-01-10Use one define for the common NLS archsJan-Marek Glogowski
2021-12-30Add configure test for the backtrace implementationIsmael Luceno
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-10-23move access inside mutex guardLuboš Luňák
2021-10-22fix std::unique_lock unlockingLuboš Luňák
2021-10-22prefer llvm-addr2line to addr2line for backtraces if possibleLuboš Luňák
2021-10-22revert part of "Simplify vector initialization in sal"Luboš Luňák
2021-10-22cache negative addr2line hitsLuboš Luňák