Age | Commit message (Expand) | Author |
2021-07-09 | Do not support +/-NaN with an explicit sign | Stephan Bergmann |
2021-07-08 | Reliably generate positive or negative NaN again | Stephan Bergmann |
2021-07-04 | Remove unused includes | BaiXiaochun |
2021-07-02 | Purge out setNan from math.cxx | BaiXiaochun |
2021-06-29 | Simplify expresion | BaiXiaochun |
2021-06-18 | Use std::fesetround / std::nearbyint for half-to-even rounding | Mike Kaganski |
2021-05-23 | Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round() | Eike Rathke |
2020-12-18 | Check intermediate for not to be rounded value, tdf#138360 follow-up | Eike Rathke |
2020-12-18 | Replace log2() call with parts.exponent-1023, tdf#138360 follow-up | Eike Rathke |
2020-12-03 | Better accuracy in rtl_math_approxValue(), tdf#138360 related | Eike Rathke |
2020-12-03 | Related: tdf#138360 Use approxFloor() in rtl_math_round() | Eike Rathke |
2020-12-02 | Typo in rounded digit string, tdf#138360 follow-up | Eike Rathke |
2020-12-02 | Related: tdf#138360 Rounding integers to decimals is futile | Eike Rathke |
2020-11-28 | Resolves: tdf#138360 better accuracy in rtl_math_round() | Eike Rathke |
2020-11-27 | Consistently use RTL_CONSTASCII_LENGTH(), tdf#136272 follow-up | Eike Rathke |
2020-11-27 | Fix comment | Eike Rathke |
2020-11-27 | Resolves: tdf#136272 convert DBL_MAX to 1.7976931348623157e+308 | Eike Rathke |
2020-11-25 | Related: tdf#136272 accept 1.79769313486232e+308 as DBL_MAX | Eike Rathke |
2020-11-16 | replace std::max(std::min()) with std::clamp | Noel |
2020-10-18 | Limit nDecPlaces to a sensible value [-20, 20] | Eike Rathke |
2020-09-12 | Replace remaining uses of sal_Char | Julien Nabet |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: sal | Stephan Bergmann |
2020-04-17 | Just use __builtin_ffs on GCC and Clang | Stephan Bergmann |
2020-04-15 | loplugin:buriedassign in sal | Noel Grandin |
2020-03-14 | tdf#130975 replace `rtl::math::isNan` with `std::isnan`. | Yukio Siraichi |
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-12 | tdf#130976 replace `rtl::math::isInf` with `std::inf`. | Yukio Siraichi |
2020-03-12 | tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`. | Yukio Siraichi |
2020-02-27 | Related: tdf#130725: use strtod also in rtl::math::stringToDouble | Mike Kaganski |
2019-12-19 | sal_Char->char in remotebridges..sax | Noel Grandin |
2019-08-09 | Resolves: tdf#126766 fix rounding correction at start of negative values | Eike Rathke |
2018-12-01 | A leading or trailing group separator character is not a group separator | Eike Rathke |
2018-11-29 | Rename Mac OS X to official name macOS in comments and documentation | Bartosz Kosiorek |
2018-10-09 | Extend loplugin:redundantinline to catch inline functions w/o external linkage | Stephan Bergmann |
2018-08-27 | directly use malloc/free in sal, instead of rtl_allocateMemory/etc | Noel Grandin |
2018-06-18 | Resolves: tdf#118073 one leading 0 is significant for 0. | Eike Rathke |
2018-03-02 | Disable -fsanitize=float-divide-by-zero in rtl_math_atanh | Stephan Bergmann |
2018-01-29 | Translate German variable name | Johnny_M |
2018-01-19 | Remove include of config_global.h from sal/config.h | Stephan Bergmann |
2018-01-18 | Include android/compatibility.hxx from ubiquitous sal/config.h | Stephan Bergmann |
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 |