summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/textenc
AgeCommit message (Expand)Author
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-12-08Improve a CPPUNIT_ASSERT messageStephan Bergmann
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
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-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-02-09loplugin:indentation in registry..saxNoel Grandin
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): salStephan Bergmann
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-09-24Map Windows code page 42 to RTL_TEXTENCODING_SYMBOLStephan Bergmann
2017-09-13Make reading UTF-8 strictStephan Bergmann
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-09Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-08-13WaE: Unreferenced function definitionTor Lillqvist
2014-08-13textenc: disable failing tests on Windows for nowThomas Arnhold
2014-08-13warning C4706: assignment within conditional expressionThomas Arnhold
2014-07-01New loplugin:stringconcatStephan Bergmann
2014-04-24More hacking on --with-localesTor Lillqvist
2014-04-24Get rid of the "failure #23" style messages in CppunitTest_sal_rtl_textencTor Lillqvist
2014-04-24Add missing right paren in assertion log messagesTor Lillqvist
2014-04-23Make assertion failures in CppunitTest_sal_rtl_textenc more informativeTor Lillqvist
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-01Remove visual noise from salAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-02-22silence warning.Michael Meeks