summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2021-07-31rtl::Static -> static localNoel Grandin
2021-07-23no need to allocate these static vars on demandNoel Grandin
2021-07-21Use existing rtl_math_stringToDoubleStephan Bergmann
2021-07-21Use existing rtl_str_toInt64_WithLengthStephan Bergmann
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin
2021-07-09Do not support +/-NaN with an explicit signStephan Bergmann
2021-07-08Reliably generate positive or negative NaN againStephan Bergmann
2021-07-04Remove unused includesBaiXiaochun
2021-07-02Purge out setNan from math.cxxBaiXiaochun
2021-06-29Simplify expresionBaiXiaochun
2021-06-21tdf#135316 add small cache to rtl_bootstrap_args_openNoel Grandin
2021-06-21remove now unnecessary commentNoel Grandin
2021-06-21simplify bootstrap_map (tdf#135316 related)Noel Grandin
2021-06-18Use std::fesetround / std::nearbyint for half-to-even roundingMike Kaganski
2021-05-23Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()Eike Rathke
2021-05-18Replace rtl_string_getTokenView with o3tl::getTokenStephan Bergmann
2021-05-18update "add OString::getTokenView"Noel Grandin
2021-05-15add OString::getTokenView (tdf#42374 related)Noel Grandin
2021-04-23Step 1 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2021-04-21Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-20Simplify some code by using OUString instead of raw rtl_uStringStephan Bergmann
2021-04-12Use more std libMike Kaganski
2021-04-12Unify on std::basic_string_view for indexOfStrMike Kaganski
2021-04-10use std lib for sal_Unicode version of indexOfChar_WithLengthNoel Grandin
2021-04-10use std lib for O[U]String indexOfStrNoel Grandin
2021-03-15Deduplicate trim implementationsMike Kaganski
2021-02-10use zlib crc32() rather our own implementationLuboš Luňák
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-10Missing include guard in new sal/rtl/strtmpl.hxxStephan Bergmann
2021-01-10Replace strtmpl.cxx with actual C++ templates in strtmpl.hxxMike Kaganski
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke
2020-12-18Replace log2() call with parts.exponent-1023, tdf#138360 follow-upEike Rathke
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-08Tighten rtl_{string,uString}_newFromStr_WithLength implementationStephan Bergmann
2020-12-03Better accuracy in rtl_math_approxValue(), tdf#138360 relatedEike Rathke
2020-12-03Related: tdf#138360 Use approxFloor() in rtl_math_round()Eike Rathke
2020-12-02Typo in rounded digit string, tdf#138360 follow-upEike Rathke
2020-12-02Related: tdf#138360 Rounding integers to decimals is futileEike Rathke
2020-11-28Resolves: tdf#138360 better accuracy in rtl_math_round()Eike Rathke
2020-11-27Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-upEike Rathke
2020-11-27Fix commentEike Rathke
2020-11-27Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308Eike Rathke
2020-11-25Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAXEike Rathke
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-11-18Replace #if with if constexpr()Mike Kaganski
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-10-18Limit nDecPlaces to a sensible value [-20, 20]Eike Rathke
2020-10-05loplugin:reducevarscope in salNoel
2020-09-12Replace remaining uses of sal_CharJulien Nabet