summaryrefslogtreecommitdiffstats
path: root/sal/rtl/strtmpl.cxx
Commit message (Expand)AuthorAgeFilesLines
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* [API CHANGE] add some more asserts to the string functionsNoel Grandin2018-08-021-6/+13
* Use memcpy for string ImplNewCopy functionsNoel Grandin2018-08-021-8/+3
* avoid writing StringBuffer twiceNoel Grandin2018-07-301-1/+1
* bChanged can be boolNoel Grandin2018-07-291-6/+6
* Use memmove in trim_WithLengthNoel Grandin2018-07-291-11/+2
* optimise newFromStr functionsNoel Grandin2018-07-291-14/+2
* Typ-o negativIlmari Lauhakangas2018-01-301-3/+3
* More loplugin:cstylecast: salStephan Bergmann2018-01-121-14/+14
* sal: add pre-initialization scheme for allocations.Michael Meeks2017-12-151-2/+2
* new loplugin unnecessaryparenNoel Grandin2017-07-051-8/+8
* Avoid -fsanitize=signed-integer-overflowStephan Bergmann2017-06-081-0/+5
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-3/+5
* tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl2016-09-291-4/+5
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-3/+3
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-2/+2
* tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2016-01-061-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-11/+11
* loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann2015-05-291-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Turn function-like macro into true functionStephan Bergmann2015-03-021-4/+8
* typoStephan Bergmann2015-03-021-9/+9
* sal: add some argument checking assertions for strings and buffersMichael Stahl2015-02-051-0/+73
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-3/+2
* Missing constStephan Bergmann2015-01-201-3/+3
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-201-10/+10
* Assert ASCII precond of rtl_uString_newFromAscii/LiteralStephan Bergmann2014-12-191-3/+3
* IMPL_RTL_INTERN -> IMPL_RTL_IS_USTRINGStephan Bergmann2014-12-191-17/+9
* coverity#1241327 Dereference after null checkCaolán McNamara2014-10-031-17/+15
* coverity#1241080 Dereference after null checkCaolán McNamara2014-10-031-3/+2
* Include <algorithm> for std::minTor Lillqvist2014-07-281-0/+1
* Use standard library optimised routines for OUString/OStringNoel Grandin2014-07-041-60/+178
* coverity#983373 Dereference before null checkCaolán McNamara2014-03-311-3/+1
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-54/+3
* sal: sal_Bool -> boolStephan Bergmann2014-02-171-3/+3
* Move string hash function into String class.Muthu Subramanian2014-02-131-0/+13
* Fail fast at least in debug buildsStephan Bergmann2013-10-091-1/+1
* Clean up rtl/character.hxxStephan Bergmann2013-09-301-32/+19
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-301-50/+19
* Various undefined behavior involving signed integersStephan Bergmann2013-08-221-25/+26
* rtl::compareAsciiIgnoreCase cannot be used hereStephan Bergmann2013-08-201-11/+21
* Introduce rtl::compareIgnoreCase and deprecate rtl/character.hxx equivalents.Arnaud Versini2013-08-191-21/+11
* Introduce O[U]String::toUInt32Stephan Bergmann2013-06-131-27/+42
* No need for a template hereStephan Bergmann2013-03-261-39/+31
* Could the failing MSVC tinderbox be due to implementation-defined /Stephan Bergmann2013-03-261-2/+22
* Handle oveflow in O(U)String::toInt() functionsZolnai Tamás2013-03-251-0/+8
* coverity#704247 Logically dead codeJulien Nabet2013-03-231-4/+1
* Bin pointless single-child directory levelTor Lillqvist2013-02-221-0/+1775