summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2-5/+12
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist6-7/+7
2016-04-07Bin unneeded forward declarations of static functionsTor Lillqvist1-30/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-1/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-10Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-28/+28
2016-03-10Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-141/+141
2016-03-10Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-52/+52
2016-03-04Probably better to not disable this cache in all debug modesStephan Bergmann1-6/+1
2016-03-04Spurious spacesStephan Bergmann1-2/+2
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-27/+5
2016-02-23new loplugin: commaoperatorNoel Grandin5-25/+73
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann3-7/+7
2016-02-11Avoid duplicate declarationTor Lillqvist1-2/+0
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara1-0/+1
2016-01-26Bin leftover cruftTor Lillqvist1-4/+0
2016-01-14use ::std::swap() to reverse bufferEike Rathke1-3/+1