summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)Author
2016-05-22Convert AllocMode to scoped enumNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-15fix case when fileName lacks "/MacOS/"Douglas Mencken
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist
2016-04-07Bin unneeded forward declarations of static functionsTor Lillqvist
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-03-10Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-04Probably better to not disable this cache in all debug modesStephan Bergmann
2016-03-04Spurious spacesStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-11Avoid duplicate declarationTor Lillqvist
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara
2016-01-26Bin leftover cruftTor Lillqvist
2016-01-14use ::std::swap() to reverse bufferEike Rathke
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke
2016-01-13sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl
2016-01-13tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2015-12-17OString/OUString: move constructors and operator=Noel Grandin
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-11-10Fix SAL_W32Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-26Revert "see if including cmath instead of math.h satisfies Android-ARM"Eike Rathke
2015-10-26see if including cmath instead of math.h satisfies Android-ARMEike Rathke
2015-10-26Revert "attempted fix for android build"Stephan Bergmann
2015-10-26Revert "sal: fix Android build"Miklos Vajna
2015-10-26sal: fix Android buildMiklos Vajna
2015-10-26The Android NDK for some reason don't have these math functions in std::Tor Lillqvist
2015-10-26attempted fix for android buildNoel Grandin
2015-10-25replace implementation of rtl_math_expm1() and rtl_math_log1p()Eike Rathke
2015-10-24replace implementation of rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
2015-10-24implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24prevent endless recursion through rtl_math_erf* for Inf or NaNEike Rathke
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-10-01Revert "by default use the system memory allocator"Markus Mohrhard
2015-09-28by default use the system memory allocatorMarkus Mohrhard
2015-09-18valgrind: memleak in randompoolCaolán McNamara
2015-07-21loplugin:cstylecastNoel Grandin