summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
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-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-03-11Get rid of some SAL_MATH_FINITE useStephan Bergmann
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-26cppcheck: shadowFunction in sal/osl_FileJulien Nabet
2020-01-18Removed redundant semicolonAndrea Gelmini
2019-12-27Fix typoAndrea Gelmini
2019-12-27sal_osl_security: Windows: Handle cases with same hostname and usernameMike Kaganski
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-12-05Fix various clang-cl and loplugin warnings in sal/qa/osl/file/osl_File.cxxStephan Bergmann
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-03WIN map ERROR_DIRECTORY to osl_File_E_NOTDIRJan-Marek Glogowski
2019-12-03WIN enable osl_File.cxx part of CppUnitTest_sal_oslJan-Marek Glogowski
2019-11-29WIN enable NoAuthority testJan-Marek Glogowski
2019-11-27Fix some checkUNXBehaviour_getSystemPathFromFileURL testsStephan Bergmann
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-20Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14Fix misuse of OStringLiteralStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann
2019-08-24loplugin:returnconstval in sal..scNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-08-20Fix typosAndrea Gelmini
2019-08-02Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-05-10an is used before a vowel soundCaolán McNamara
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann