summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann3-22/+22
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke1-2/+12
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-22improve function-local statics in salNoel Grandin2-15/+9
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-4/+4
2018-11-11Fix typoAndrea Gelmini1-3/+3
2018-11-07loplugin:collapseif in framework..salNoel Grandin1-5/+2
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski2-30/+19
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski1-12/+6
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-59/+55
2018-10-20use rtl_secureZeroMemory when we're zeroing temporaries before returningCaolán McNamara2-13/+16
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann5-17/+17
2018-10-05use std::unordered_map in localeNoel Grandin1-189/+23
2018-09-17New loplugin:externalStephan Bergmann3-4/+4
2018-09-14These rtl_hash* functions appear to never have been exported from salStephan Bergmann1-8/+12
2018-09-07Cppcheck: reduce variable scopeMike Kaganski1-2/+1
2018-08-31-Werror,-Wunused-parameterStephan Bergmann1-0/+1
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+4
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin9-41/+42
2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann1-3/+161
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-02[API CHANGE] add some more asserts to the string functionsNoel Grandin1-6/+13