/prj/

in'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/rtl/strtmpl.cxx
AgeCommit message (Expand)Author
2018-03-19sal: 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