Age | Commit message (Expand) | Author |
2018-01-16 | sal: try to fix Android build, no std::round | Michael Stahl |
2018-01-16 | tdf#96821 fix corner cases for Calc function ROUND. | Winfried Donkers |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2018-01-04 | ofz#4886 Integer-overflow | Caolán McNamara |
2017-11-23 | loplugin:simplifybool can't invert conditions involving float types | Noel Grandin |
2017-11-23 | loplugin:simplifybool for negation of comparison operator | Noel Grandin |
2017-11-22 | ofz#4366 Divide-by-zero | Stephan Bergmann |
2017-10-25 | ofz#3789 Integer-overflow | Caolán McNamara |
2017-10-23 | loplugin:includeform: sal | Stephan Bergmann |
2017-10-20 | Comment some values that 16 doesn't work | Eike Rathke |
2017-10-19 | tdf#113211: fix calculations with big integers | Mike Kaganski |
2017-07-23 | rtl: cleanup equality conditions in math.cxx | Chris Sherlock |
2017-06-09 | clang-tidy readability-non-const-parameter | Noel Grandin |
2017-04-12 | clang-tidy: readability-else-after-return | Noel Grandin |
2017-03-22 | Prevent calls to rtl/character.hxx functions with (signed) char arguments | Stephan Bergmann |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-02-08 | Solaris C++ 5.2 compiler is no longer relevant | Stephan Bergmann |
2016-10-13 | approxEqual: check isFinite() | Eike Rathke |
2016-10-10 | Handle loplugin:fpcomparison false positives by whitelist | Stephan Bergmann |
2016-10-04 | isRepresentableInteger: assert(fAbsValue >= 0.0) | Eike Rathke |
2016-10-01 | let approxEqual() not scale too early for large representable integer values | Eike Rathke |
2016-09-26 | sal: Mac OS X 10.8 fails test_log1p | Michael Stahl |
2016-06-27 | stringToDouble() do not parse separator without digit as 0.0 | Eike Rathke |
2016-06-27 | stringToDouble() fix broken reverse logic for NaN and INF | Eike Rathke |
2016-01-14 | use ::std::swap() to reverse buffer | Eike Rathke |
2016-01-14 | use getN10Exp(x) instead of pow(10.0,x) | Eike Rathke |
2016-01-14 | handle negative decimal places for rounding, tdf#96918 related | Eike Rathke |
2016-01-13 | sal: as always C++ is too stupid to deduce parameter types of min | Michael Stahl |
2016-01-13 | tdf#96918 display accurate integer double values up to (2^53)-1 | Eike Rathke |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-10-26 | Revert "see if including cmath instead of math.h satisfies Android-ARM" | Eike Rathke |
2015-10-26 | see if including cmath instead of math.h satisfies Android-ARM | Eike Rathke |
2015-10-26 | Revert "attempted fix for android build" | Stephan Bergmann |
2015-10-26 | Revert "sal: fix Android build" | Miklos Vajna |
2015-10-26 | sal: fix Android build | Miklos Vajna |
2015-10-26 | The Android NDK for some reason don't have these math functions in std:: | Tor Lillqvist |
2015-10-26 | attempted fix for android build | Noel Grandin |
2015-10-25 | replace implementation of rtl_math_expm1() and rtl_math_log1p() | Eike Rathke |
2015-10-24 | replace implementation of rtl_math_erf() and rtl_math_erfc() | Eike Rathke |
2015-10-24 | implement Inf and NaN handling for rtl_math_expm1() and rtl_math_log1p() | Eike Rathke |
2015-10-24 | implement proper Inf and NaN handling in rtl_math_erf() and rtl_math_erfc() | Eike Rathke |
2015-10-24 | prevent endless recursion through rtl_math_erf* for Inf or NaN | Eike Rathke |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-02-23 | tdf#88835 Calc: General format: 2 digits in exponent | Laurent Balland-Poirier |
2014-11-20 | Introduce OStringBuffer::appendUninitialized | Stephan Bergmann |
2014-11-20 | Clean up Mac _imp_getProcessLocale | Stephan Bergmann |
2014-04-03 | Kill superfluous vertical whitespace | Tor Lillqvist |
2014-03-11 | "overflow" is one word | Tor Lillqvist |