summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module sal with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08Fix typos in commentsStephan Bergmann
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-03Fix typoStephan Bergmann
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann
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-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-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan 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-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-11round out StringConcat helpers with sal_Unicode* overloadsNoel 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-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-17Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-17Adapt to C++2a char_tStephan Bergmann