summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
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
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-14pthread_mutex_t->std::mutex in lookupThreadIdNoel Grandin
2022-05-13Use calloc instead of malloc and memsetdante
2022-05-12-Werror,-WformatStephan Bergmann
2022-05-12-Werror,-Wunused-variableStephan Bergmann
2022-05-11Revert "Disable -fsanitize=float-divide-by-zero in rtl_math_atanh"Stephan Bergmann
2022-05-11tdf#148430 Use atanh from <cmath> instead of our ownofftkp
2022-05-06output error code when SymFromAddr failsNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-04-29sal: tweak CppunitTest_sal_osl to run as uid 0Michael Stahl
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-12tdf#143148 Use pragma once instead of include guardsShady Mohamed
2022-04-10Move impl functions to the only place they are usedMike Kaganski
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-10osl signalshared : use std::mutex instead of oslMutex.Arnaud Versini
2022-04-09add a more complete o3tl::getTokenNoel Grandin
2022-04-01Use some more string_viewStephan Bergmann
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2022-03-31Fix -Werror=array-boundsStephan Bergmann
2022-03-31-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann