summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2-8/+8
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin3-7/+7
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin2-9/+9
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+0
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin2-8/+1
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock1-290/+2
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-2/+2
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-0/+5
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-3/+5
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke1-19/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-0/+12
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-2/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-05-03Work around GCC 7 mis-featureStephan Bergmann1-0/+7
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann2-5/+5
2017-04-13Removed duplicated includesAndrea Gelmini1-8/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin5-55/+40
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-2/+6
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-12/+12
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara1-1/+3
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann1-6/+4
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara2-5/+6
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara3-11/+9
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-4/+4
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin2-16/+16
2016-10-13approxEqual: check isFinite()Eike Rathke1-0/+2
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann1-3/+1
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann1-7/+1
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke1-0/+1
2016-10-04clang-cl loplugin: salStephan Bergmann2-5/+5
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist1-1/+1
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke1-0/+39
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl1-4/+5
2016-09-26sal: Mac OS X 10.8 fails test_log1pMichael Stahl1-0/+4
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann1-0/+203
2016-07-08loplugin:redundantcast: redundant static_casts in salStephan Bergmann1-5/+4
2016-06-29move #includes to top of fileNoel Grandin1-2/+4
2016-06-27stringToDouble() do not parse separator without digit as 0.0Eike Rathke1-0/+13
2016-06-27stringToDouble() fix broken reverse logic for NaN and INFEike Rathke1-1/+1
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-73/+129
2016-05-22Convert AllocMode to scoped enumNoel Grandin3-12/+12
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2-0/+15
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-9/+7
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann5-16/+16
2016-04-15fix case when fileName lacks "/MacOS/"Douglas Mencken1-2/+3