summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-02Revert "sb138: #i115619# fix for MinGW"Mike Kaganski
2021-06-01fix leak in SocketTestNoel Grandin
2021-05-31Replace inet_addr with inet_ptonStephan Bergmann
2021-05-31Replace inet_ntoa with inet_ntopStephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-04Also check number of invocations in the testMike Kaganski
2021-03-04Improve unit test accuracyMike Kaganski
2021-03-03tdf#116983 tdf#136175: retry if failedMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-12Make sure to resolve symlinks in temp path in path testsMike Kaganski
2021-02-10Fix creation of some OUString from non-ASCII ordinary string literalsStephan Bergmann
2021-02-10Be a bit more verbose in that crappy test codeStephan Bergmann
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-09loplugin:fakebool followed by loplugin:implicitboolconversion (clang-cl)Stephan Bergmann
2021-02-09report what value was found in messageCaolán McNamara
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-05osl_File checks: creation in root can also fail because of read-only filesystemChristian Lohmaier
2021-02-04Fix typo in codeAndrea Gelmini
2021-02-03Enable previously disabled file and directory testsMike Kaganski
2021-02-02Do not forget to remove "." and ".." path parts in osl_getAbsoluteFileURLMike Kaganski
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist
2021-01-10fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Use char16_t string literalsStephan Bergmann
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-12-07Revert "Fix osl_Security::getHomeDir test under fakeroot"Stephan Bergmann
2020-12-03tdf#138360: sal_rtl: Add unittestXisco Fauli
2020-11-28Unit tests for DBL_MAX to string conversion, tdf#136272Eike Rathke
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-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-05loplugin:reducevarscope in salNoel
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-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann