summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2021-05-23Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()Eike Rathke1-15/+26
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann2-71/+0
2021-05-18update "add OString::getTokenView"Noel Grandin2-14/+0
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin2-0/+86
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann2-0/+14
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-6/+8
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann1-11/+7
2021-04-12Use more std libMike Kaganski1-88/+10
2021-04-12Unify on std::basic_string_view for indexOfStrMike Kaganski1-184/+25
2021-04-10use std lib for sal_Unicode version of indexOfChar_WithLengthNoel Grandin1-1/+8
2021-04-10use std lib for O[U]String indexOfStrNoel Grandin1-63/+113
2021-03-15Deduplicate trim implementationsMike Kaganski1-28/+20
2021-02-10use zlib crc32() rather our own implementationLuboš Luňák1-116/+12
2021-02-08Remove unneeded breaksAndrea Gelmini1-1/+0
2021-01-10Missing include guard in new sal/rtl/strtmpl.hxxStephan Bergmann1-0/+2
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski3-498/+1112
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke1-61/+67
2020-12-18Replace log2() call with parts.exponent-1023, tdf#138360 follow-upEike Rathke1-3/+4
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-0/+10
2020-12-08Tighten rtl_{string,uString}_newFromStr_WithLength implementationStephan Bergmann1-1/+2
2020-12-03Better accuracy in rtl_math_approxValue(), tdf#138360 relatedEike Rathke1-3/+11
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke1-19/+5
2020-12-02Typo in rounded digit string, tdf#138360 follow-upEike Rathke1-1/+1
2020-12-02Related: tdf#138360 Rounding integers to decimals is futileEike Rathke1-1/+4
2020-11-28Resolves: tdf#138360 better accuracy in rtl_math_round()Eike Rathke1-3/+36
2020-11-27Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-upEike Rathke1-3/+3
2020-11-27Fix commentEike Rathke1-1/+1
2020-11-27Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308Eike Rathke1-0/+78
2020-11-25Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAXEike Rathke1-1/+20
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann2-13/+24
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer1-4/+3
2020-11-18Replace #if with if constexpr()Mike Kaganski1-10/+12
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-10-18Limit nDecPlaces to a sensible value [-20, 20]Eike Rathke1-0/+6
2020-10-05loplugin:reducevarscope in salNoel2-6/+5
2020-09-12Replace remaining uses of sal_CharJulien Nabet1-1/+1
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann1-1/+10
2020-08-11loplugin:flattenNoel Grandin1-12/+12
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann7-14/+14
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-2/+2
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann1-9/+2
2020-04-15loplugin:buriedassign in salNoel Grandin3-14/+26
2020-04-02loplugin:flatten in salNoel Grandin5-174/+174
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-3/+3
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-5/+5
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin1-2/+2
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski1-132/+73
2020-01-28loplugin:unsignedcompare (--enable-cipher-openssl-backend)Stephan Bergmann1-4/+5