summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-13/+13
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-11/+11
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-10/+10
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin3-8/+8
2020-03-11Get rid of some SAL_MATH_FINITE useStephan Bergmann1-4/+2
2020-03-04ofz#21036: Avoid UBSan signed-integer-overflow in external/dtoaStephan Bergmann1-0/+5
2020-02-27Related: tdf#130725: use strtod also in rtl::math::stringToDoubleMike Kaganski1-0/+31
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin12-24/+24
2020-01-26cppcheck: shadowFunction in sal/osl_FileJulien Nabet1-4/+4
2020-01-18Removed redundant semicolonAndrea Gelmini1-1/+1
2019-12-27Fix typoAndrea Gelmini1-1/+1
2019-12-27sal_osl_security: Windows: Handle cases with same hostname and usernameMike Kaganski1-1/+13
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin10-178/+178
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-0/+4
2019-12-05Fix various clang-cl and loplugin warnings in sal/qa/osl/file/osl_File.cxxStephan Bergmann1-39/+30
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann4-0/+7
2019-12-03WIN map ERROR_DIRECTORY to osl_File_E_NOTDIRJan-Marek Glogowski1-2/+0
2019-12-03WIN enable osl_File.cxx part of CppUnitTest_sal_oslJan-Marek Glogowski2-36/+58
2019-11-29WIN enable NoAuthority testJan-Marek Glogowski1-2/+0
2019-11-27Fix some checkUNXBehaviour_getSystemPathFromFileURL testsStephan Bergmann1-8/+3
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet3-6/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann11-5/+69
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-8/+10
2019-10-20Replace some uses of OUStringChar with string literalsStephan Bergmann1-12/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-21/+21
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-6/+4
2019-10-15new loplugin:bufferaddNoel Grandin2-23/+18
2019-10-14Fix misuse of OStringLiteralStephan Bergmann2-0/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin1-0/+3
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-32/+30
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák4-23/+51
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann1-3/+3
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann1-0/+9
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann1-0/+30
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann1-1/+1
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann1-0/+21
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann2-12/+16
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-1/+1
2019-08-20Fix typosAndrea Gelmini3-15/+15
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-02Fix typosAndrea Gelmini3-5/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+3
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-30improve loplugin:stringconstantNoel Grandin1-1/+1
2019-04-13loplugin:sequentialassign in salNoel Grandin7-57/+29
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1