summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2024-02-07sal: rtlRandomPool: require OS random device, abort if not presentMichael Stahl
2024-02-05sal: Re-add missing includesHeiko Becker
2023-12-24Silence new GCC 14 trunk -Werror=alloc-sizeStephan Bergmann
2023-12-24-Werror=calloc-transposed-argsStephan Bergmann
2023-12-11Step 3 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann
2023-10-24Use requires-clausesStephan Bergmann
2023-10-21clang-format sal/rtl/math.cxxMike Kaganski
2023-09-24Drop some newly obsolete __clang_major__ version checksStephan Bergmann
2023-09-19tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2023-07-21tdf#139306 Incorrect nDecPlaces value after clampingVladislav Tarakanov
2023-07-12Simplify a bitMike Kaganski
2023-05-07Revert a thinko from commit 876010cbc4584249e919c694b8b977fd4e83084eMike Kaganski
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-06Simplify rtl_(u)string_newReplace implementationMike Kaganski
2023-05-06Simplify a bitMike Kaganski
2023-05-04Provide std::u16string_view based o3tl::iterateCodePointsStephan Bergmann
2023-04-29Simplify strtmpl.hxxMike Kaganski
2023-04-12Use o3tl::trim in strtmpl.hxxMike Kaganski
2023-04-02Simplify a bitMike Kaganski
2023-03-25loplugin:stringadd in registry..salNoel Grandin
2023-03-20rtl_allocateString takes a size_t parameterStephan Bergmann
2023-03-20Shrink rtl_[u]String allocation size to what's actually neededStephan Bergmann
2023-02-01Finally drop undocumented rtl_[u]String_newFromStr null argument supportStephan 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-04rtl bootsratp : use enum classArnaud VERSINI
2022-09-27rtl uuid : remove useless endian conversionArnaud VERSINI
2022-08-16rtl : use a local std::mutex instead of the global mutexArnaud VERSINI
2022-08-05Fix typoStephan Bergmann
2022-06-24Let rtl_[u]stringbuffer_insert throw std::bad_alloc on overflowStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-13Use calloc instead of malloc and memsetdante
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-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
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-01Use some more string_viewStephan Bergmann
2022-03-22tdf#145614 Convert #define to enum or constexprDeep17
2022-03-21Removed duplicated includesAndrea Gelmini
2022-03-21Move implementation of doubleToString to sal/rtl/strtmpl.hxxMike Kaganski
2022-03-21Reorganize the code a bit to drop some detail::* helper functionsMike Kaganski
2022-03-18tdf#145614 Convert #define to enum or constexprDeep17
2022-03-11Remove redundant checkStephan Bergmann
2022-03-09Drop misguided test added in 82a1d32d3d3ac1b4b0a6d4cfaca791c77d9b3c03Mike Kaganski
2022-03-09Simplify getTokenMike Kaganski