summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Work around GCC 7 mis-featureStephan Bergmann1-0/+7
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
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke1-1/+1
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke1-3/+20
2016-01-13sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl1-1/+1
2016-01-13tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke1-0/+67
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2-4/+4
2015-12-17OString/OUString: move constructors and operator=Noel Grandin1-1/+1
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-2/+2
2015-11-10Fix SAL_W32Stephan Bergmann1-0/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-401/+401
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-26Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke1-1/+1