summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2023-03-15Related: tdf#152943 Test that a quiet NaN payload is propagatedEike Rathke
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-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2023-02-16use std::condition_variable for oslConditionNoel Grandin
2023-02-14Let +TIMESTAMP and +RELATIVETIMER use the same osl_getSystemTimeStephan Bergmann
2023-02-01Finally drop undocumented rtl_[u]String_newFromStr null argument supportStephan Bergmann
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2023-01-27Remove support for AIXStephan Bergmann
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist
2022-12-13Fix the "Found char > 127" warning to check the correct charactersMike Kaganski
2022-12-13Add Emscripten ifdef to bootstrap_getExecutableFile()Tor Lillqvist
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann
2022-12-04rtl bootsratp : use enum classArnaud VERSINI
2022-12-04osl : remove useless includesArnaud VERSINI
2022-11-30We won't need Executable_osl_process_child for WASM in the foreseeable futureTor Lillqvist
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-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): salStephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-27rtl uuid : remove useless endian conversionArnaud VERSINI
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
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-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao
2022-08-16rtl : use a local std::mutex instead of the global mutexArnaud VERSINI
2022-08-09crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara
2022-08-05Fix typoStephan Bergmann
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-06-24Let rtl_[u]stringbuffer_insert throw std::bad_alloc on overflowStephan Bergmann
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