summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_oustring_stringliterals.cxx
AgeCommit message (Expand)Author
2021-11-03Revert "Adapt CPPUNIT_ASSERT to C++20 deleted ostream <<Gabor Kelemen
2021-04-20Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann
2017-10-23loplugin:includeform: salStephan Bergmann
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann
2017-02-10Remove MinGW supportStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
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-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna
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
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna
2016-06-07Replace VALID_CONVERSION macro with functionStephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2014-12-17Fix 32-bit buildsStephan Bergmann
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-01but back a unittest check about invalid char[] -> OUString(Buffer) conversionLuboš Luňák
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
2012-09-06add O(U)String::startsWith() to complement endsWith()Luboš Luňák
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-04-06string literal O(U)StringBuffer ctors too, after allLuboš Luňák
2012-03-28CPPUNIT_ASSERT_EQUAL() takes expected as the first argumentLuboš Luňák
2012-03-28make unittest check also for invalid conversions with OUStringBufferLuboš Luňák
2012-03-28string literal overload for OUStringBuffer::insert()Luboš Luňák
2012-03-28use SFINAE to remove non-const char[N] OUString overloadsLuboš Luňák
2012-03-26string literal overload for OString::operator=()Luboš Luňák
2012-03-26CPPUNIT_ASSERT( == ) -> CPPUNIT_ASSERT_EQUAL()Luboš Luňák
2012-03-26string literal overloads for OUStringBufferLuboš Luňák
2012-03-12implement OUString::endsWithIgnoreAsciiCase()Luboš Luňák
2012-03-12also check that string literals do not actually trigger OUString ctorsLuboš Luňák
2012-03-12unittest checking basic string literals OUString functions functionalityLuboš Luňák