summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann1-16/+0
2020-04-29Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10Stephan Bergmann1-0/+16
2019-11-30Fix typoAndrea Gelmini1-4/+4
2019-11-29Enable O[U]String move ctor/assignment for WinMike Kaganski1-4/+0
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-14New loplugin:getstrStephan Bergmann1-1/+1
2019-10-12Use size_t for string lengthsStephan Bergmann1-2/+2
2019-10-12Simplify some O(U)String methodsMike Kaganski1-6/+2
2019-10-11Revert "Use constexpr if in const char array ctors"Mike Kaganski1-12/+4
2019-10-11Use constexpr if in const char array ctorsMike Kaganski1-4/+12
2019-09-26Simplify external implementations of O(U)String::numberMike Kaganski1-19/+9
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-0/+64
2019-08-30new loplugin:noexceptmoveNoel Grandin1-2/+2
2019-07-19Fix typosAndrea Gelmini1-9/+9
2019-03-22Fix some doxygen-generated documentation.Christophe JAILLET1-18/+18
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann1-0/+11
2019-01-10Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna1-0/+1
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann1-0/+8
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-24/+24
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann1-3/+0
2018-08-22new loplugin:conststringfieldNoel Grandin1-0/+3
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen1-3/+0
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin1-8/+29
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-1/+1
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-5/+6
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-8/+8
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-0/+21
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski1-1/+3
2017-08-04rtl: typo in doc commentAshod Nakashian1-1/+1
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann1-25/+7
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-1/+9
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-21/+17
2017-03-03Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann1-1/+1
2017-01-09New loplugin:externvar: salStephan Bergmann1-0/+4
2016-12-17Make OUStringLiteral more usefulStephan Bergmann1-6/+328
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann1-1/+1
2016-10-31Revert "Revert "Prevent nonsensical comparations between OUString and nullptr...Stephan Bergmann1-0/+12
2016-10-31Revert "Prevent nonsensical comparations between OUString and nullptr_t"Stephan Bergmann1-11/+0
2016-10-31Prevent nonsensical comparations between OUString and nullptr_tStephan Bergmann1-0/+11
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann1-0/+520
2016-06-14sal: rename O[U]String parameterMichael Stahl1-10/+10
2015-12-20sal: make OString/OUString immovable for MSVCMichael Stahl1-0/+4
2015-12-17OString/OUString: move constructors and operator=Noel Grandin1-0/+32
2015-11-10Missing includes (for NULL)Stephan Bergmann1-0/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-62/+62
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-1/+24
2015-08-11new loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1