Age | Commit message (Expand) | Author |
---|---|---|
2020-03-14 | tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`. | Yukio Siraichi |
2020-03-12 | tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`. | Yukio Siraichi |
2019-01-11 | Fix typo | Andrea Gelmini |
2019-01-10 | Related: tdf#44076 do not leave cast to int to undefined behaviour | Eike Rathke |
2016-09-23 | convert formula error codes to scoped enum | Noel Grandin |
2016-05-04 | Replace namespace ScErrorCodes with formula... | Kohei Yoshida |
2016-04-12 | Avoid reserved identifiers | Stephan Bergmann |
2015-08-14 | forget about the C++ Standard, use our own known goods | Eike Rathke |
2015-08-13 | do not use INFINITY (or NAN while at it..) macro | Eike Rathke |
2015-08-13 | add sc::divide() for defined -fsanitize=float-divide-by-zero behavior | Eike Rathke |
2015-03-09 | extract ScInterpreter::div to own method | Markus Mohrhard |