summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Check intermediate for not to be rounded value, tdf#138360 follow-upEike Rathke1-64/+71
2020-12-04Better 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-29Resolves: tdf#138360 better accuracy in rtl_math_round()Eike Rathke1-3/+36
2020-11-28Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-upEike Rathke1-4/+4
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
2020-01-25Change some #define to constexprStephan Bergmann1-7/+7
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin7-58/+58
2019-12-06Remove spurious #includeStephan Bergmann1-1/+0
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann8-4/+68
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-11-12Silence -Werror=sign-compare (--enable-cipher-openssl-backend)Stephan Bergmann1-4/+4
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin1-6/+18
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin2-5/+5
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann1-16/+19
2019-09-06Fixing "...."Andrea Gelmini1-1/+1
2019-08-09Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke1-2/+12
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann1-1/+1
2019-04-13loplugin:sequentialassign in salNoel Grandin1-3/+1
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov1-6/+5
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+1
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov1-15/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-1/+1