summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist5-3/+35
2022-12-13Fix the "Found char > 127" warning to check the correct charactersMike Kaganski1-2/+2
2022-12-13Add Emscripten ifdef to bootstrap_getExecutableFile()Tor Lillqvist1-0/+8
2022-12-10Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann1-5/+6
2022-12-04rtl bootsratp : use enum classArnaud VERSINI1-12/+12
2022-12-04osl : remove useless includesArnaud VERSINI1-2/+0
2022-11-30We won't need Executable_osl_process_child for WASM in the foreseeable futureTor Lillqvist1-0/+2
2022-11-21sal/osl win32 : use non recursive mutexes in file and threadArnaud VERSINI2-52/+32
2022-11-17Revert "TempFile: clear handle on close"Stephan Bergmann1-6/+0
2022-11-11Drop useless std::move of const objectStephan Bergmann1-2/+2
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann2-1/+21
2022-11-07file: Use callocDr. David Alan Gilbert1-3/+1
2022-11-07TempFile: clear handle on closeDr. David Alan Gilbert1-0/+6
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): salStephan Bergmann1-0/+4
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-19/+19
2022-09-27rtl uuid : remove useless endian conversionArnaud VERSINI1-12/+0
2022-09-23tdf#151117: Process non-existent long paths correctlyMike Kaganski1-20/+81
2022-09-16OUString::matchIgnoreAsciiCase returns boolStephan Bergmann1-1/+1
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet4-4/+417
2022-09-13cid#1509290, cid#1509240: Silence "Use of 32-bit time_t (Y2K38_SAFETY)" for nowStephan Bergmann1-0/+2
2022-09-13cid#1509232 silence Out-of-bounds accessCaolán McNamara1-0/+2
2022-09-07Be careful with failed reallocStephan Bergmann1-1/+3
2022-08-30Use some more C++ in sal/osl/w32Mike Kaganski5-272/+213
2022-08-23cid#1509185 Logically dead codeCaolán McNamara1-5/+2
2022-08-23tdf#148430 Use std math functions instead of rtl::mathLiu Hao3-29/+225
2022-08-19tdf#148430 Use std math functions instead of rtl::mathLiu Hao1-29/+29
2022-08-16rtl : use a local std::mutex instead of the global mutexArnaud VERSINI1-2/+4
2022-08-09crashreporting: frequent crash seen in PackedFile::flushCaolán McNamara1-1/+1
2022-08-05Fix typoStephan Bergmann1-1/+1
2022-07-20tdf#141421 xml export: default stacksize for threads on macOS is too smallChristian Lohmaier1-5/+7
2022-07-02fix --enable-macosx-sandbox buildNoel Grandin1-4/+5
2022-06-24Let rtl_[u]stringbuffer_insert throw std::bad_alloc on overflowStephan Bergmann1-0/+4
2022-05-30Avoid uninitialized temp_file_handleStephan Bergmann1-1/+1
2022-05-23Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name"Noel Grandin2-23/+26
2022-05-23rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_ExNoel Grandin3-4/+4
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin4-37/+0
2022-05-23rtl_String->OString in DirectoryItem_ImplNoel Grandin3-14/+10
2022-05-22[API CHANGE] call ftruncate instead of ftruncate_by_nameNoel Grandin2-26/+23
2022-05-21rtl_String->OString in salNoel Grandin4-31/+30
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann1-1/+1
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin3-7/+10
2022-05-14pthread_mutex_t->std::mutex in lookupThreadIdNoel Grandin1-11/+5
2022-05-13Use calloc instead of malloc and memsetdante1-4/+2
2022-05-12-Werror,-WformatStephan Bergmann1-1/+1
2022-05-12-Werror,-Wunused-variableStephan Bergmann1-1/+0
2022-05-11Revert "Disable -fsanitize=float-divide-by-zero in rtl_math_atanh"Stephan Bergmann1-3/+0
2022-05-11tdf#148430 Use atanh from <cmath> instead of our ownofftkp1-1/+1
2022-05-06output error code when SymFromAddr failsNoel Grandin1-69/+43
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin1-4/+4
2022-04-29sal: tweak CppunitTest_sal_osl to run as uid 0Michael Stahl1-3/+30