summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
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
2019-08-09Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke
2019-08-02Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-22improve function-local statics in salNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-11Fix typoAndrea Gelmini
2018-11-07loplugin:collapseif in framework..salNoel Grandin
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin