summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2017-11-21Fix typosAndrea Gelmini
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-24Make testUtf8StringLiterals work when char is unsignedStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-13Make reading UTF-8 strictStephan Bergmann
2017-07-25tell msvc our source code is written using utf-8Caolán McNamara
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann
2017-01-10New loplugin:conststringvar: salStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan
2016-12-17Make OUStringLiteral more usefulStephan Bergmann
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann
2016-12-06Comment cppcheck accessForwarded as harmlessStephan Bergmann
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke
2016-10-01Fix typosAndrea Gelmini
2016-09-29tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl
2016-09-20CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-02Fix MSVC 2015 buildStephan Bergmann
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann