summaryrefslogtreecommitdiff
path: root/sal/rtl
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-9/+7
2016-01-15tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke1-0/+82
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
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-10-01Revert "by default use the system memory allocator"Markus Mohrhard1-5/+1
2015-09-28by default use the system memory allocatorMarkus Mohrhard1-1/+5
2015-09-18valgrind: memleak in randompoolCaolán McNamara1-1/+1
2015-07-21loplugin:cstylecastNoel Grandin1-1/+1
2015-07-20use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud1-9/+30
2015-07-07performance tuning of rtl_ustr_indexOfAscii_WithLength()Norbert Thiebaud1-6/+18
2015-06-30Coverity 1308555, 1308562, 1308600: Drop some SAL_THROW_EXTERN_CStephan Bergmann1-7/+6
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
2015-06-26Add optimized OUString += literal overloadStephan Bergmann1-0/+24
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann1-3/+3
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann1-0/+58
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-25/+25
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-05-29loplugin:redundantcast: Work around OS X memchr bugStephan Bergmann1-2/+2
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann3-24/+23
2015-04-20duplicate surrogate codeCaolán McNamara4-53/+3
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31loplugin:redundantcastStephan Bergmann1-1/+1
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara3-3/+18
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann12-94/+94
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-02Turn function-like macro into true functionStephan Bergmann1-4/+8
2015-03-02typoStephan Bergmann2-10/+10
2015-02-23tdf#88835 Calc: General format: 2 digits in exponentLaurent Balland-Poirier1-9/+17
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin7-49/+49
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-227/+0
2015-02-12coverity#1268298 mark up codeCaolán McNamara1-4/+5
2015-02-08make this a comment a coverity quellerCaolán McNamara1-4/+4
2015-02-07coverity#1268297 Logically dead codeCaolán McNamara1-2/+0
2015-02-06Remove bogus assertsStephan Bergmann2-2/+0
2015-02-05sal: add some argument checking assertions for strings and buffersMichael Stahl5-8/+155