summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
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
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-08-11loplugin:flattenNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: salStephan Bergmann
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin
2020-04-17Just use __builtin_ffs on GCC and ClangStephan Bergmann
2020-04-15loplugin:buriedassign in salNoel Grandin
2020-04-02loplugin:flatten in salNoel Grandin
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski
2020-01-28loplugin:unsignedcompare (--enable-cipher-openssl-backend)Stephan Bergmann
2020-01-25Change some #define to constexprStephan Bergmann
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-06Remove spurious #includeStephan Bergmann
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-12Silence -Werror=sign-compare (--enable-cipher-openssl-backend)Stephan Bergmann
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann
2019-09-06Fixing "...."Andrea Gelmini