summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-26see if including cmath instead of math.h satisfies Android-ARMEike Rathke1-1/+1
2015-10-26Revert "attempted fix for android build"Stephan Bergmann1-1/+0
2015-10-26Revert "sal: fix Android build"Miklos Vajna1-2/+0
2015-10-26sal: fix Android buildMiklos Vajna1-0/+2
2015-10-26The Android NDK for some reason don't have these math functions in std::Tor Lillqvist1-4/+4
2015-10-26attempted fix for android buildNoel Grandin1-0/+1
2015-10-25replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-59/+2
2015-10-24replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke1-225/+4
2015-10-24implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-0/+43
2015-10-24implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+22
2015-10-24prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke1-0/+8