summaryrefslogtreecommitdiff
path: root/include/rtl/string.hxx
AgeCommit message (Expand)Author
2019-10-24Fix typoAndrea Gelmini
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-12Use size_t for string lengthsStephan Bergmann
2019-10-12Simplify some O(U)String methodsMike Kaganski
2019-10-11Revert "Use constexpr if in const char array ctors"Mike Kaganski
2019-10-11Use constexpr if in const char array ctorsMike Kaganski
2019-09-26Simplify external implementations of O(U)String::numberMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-18Fix typoAndrea Gelmini
2019-01-10Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann
2018-11-19Fix typosAndrea Gelmini
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen
2018-05-23Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2016-06-14sal: rename O[U]String parameterMichael Stahl
2015-12-20sal: make OString/OUString immovable for MSVCMichael Stahl
2015-12-17OString/OUString: move constructors and operator=Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann
2015-08-11new loplugin: defaultparamsNoel Grandin
2015-07-12Rule out OString(std::nullptr_t)Stephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-07remove boost::unordered_* from commentsCaolán McNamara
2014-12-19Make O[U]StringLiteral ctor explicitStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan 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-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-07-08'internal' is a keyword in current C++/CLITor Lillqvist
2014-06-05sal/rtl: remove SAL_THROW macroNoel Grandin
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17String cleanups.Muthu Subramanian
2014-02-13Move string hash function into String class.Muthu Subramanian