summaryrefslogtreecommitdiff
path: root/sal/rtl/strtmpl.cxx
AgeCommit message (Expand)Author
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-02Turn function-like macro into true functionStephan Bergmann
2015-03-02typoStephan Bergmann
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-20Missing constStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2014-12-19Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann
2014-12-19IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann
2014-10-03coverity#1241327 Dereference after null checkCaolán McNamara
2014-10-03coverity#1241080 Dereference after null checkCaolán McNamara
2014-07-28Include <algorithm> for std::minTor Lillqvist
2014-07-04Use standard library optimised routines for OUString/OStringNoel Grandin
2014-03-31coverity#983373 Dereference before null checkCaolán McNamara
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann
2014-02-17sal: sal_Bool -> boolStephan Bergmann
2014-02-13Move string hash function into String class.Muthu Subramanian
2013-10-09Fail fast at least in debug buildsStephan Bergmann
2013-09-30Clean up rtl/character.hxxStephan Bergmann
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-08-22Various undefined behavior involving signed integersStephan Bergmann
2013-08-20rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann
2013-08-19Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann
2013-03-26No need for a template hereStephan Bergmann
2013-03-26Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann
2013-03-25Handle oveflow in O(U)String::toInt() functionsZolnai Tamás
2013-03-23coverity#704247 Logically dead codeJulien Nabet
2013-02-22Bin pointless single-child directory levelTor Lillqvist