Age | Commit message (Expand) | Author |
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 | unit test for negative decimal places rounding, tdf#96918 related | Eike Rathke |
2016-01-14 | handle negative decimal places for rounding, tdf#96918 related | Eike Rathke |
2016-01-13 | Keep MSVC happy | Stephan Bergmann |
2016-01-13 | loplugin:defaultparams | Stephan Bergmann |
2016-01-13 | sal: as always C++ is too stupid to deduce parameter types of min | Michael Stahl |
2016-01-13 | unit test for tdf#96918 display accurate integer double values | Eike Rathke |
2016-01-13 | tdf#96918 display accurate integer double values up to (2^53)-1 | Eike Rathke |
2016-01-13 | sal: avoid " at:\n" at the end of SAL_DEBUG() messages | Miklos Vajna |
2016-01-12 | Fixup SAL_DEBUG_TRACE macro. | Michael Meeks |
2016-01-11 | PCH support on Linux | Ashod Nakashian |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2016-01-07 | loplugin:nullptr | Stephan Bergmann |
2016-01-07 | loplugin:nullptr | Stephan Bergmann |
2016-01-06 | tdf#39631 - branch hints: comment, and tweak variously, also use. | Michael Meeks |
2015-12-20 | sal: replace a list with vector | Michael Stahl |
2015-12-17 | OString/OUString: move constructors and operator= | Noel Grandin |
2015-12-15 | Use %tx to print ptrdiff_t. | Damjan Jovanovic |
2015-12-15 | Use %p to print pointers in sal backtraces.. | Damjan Jovanovic |
2015-12-10 | More loplugin:nullptr automatic rewrite (within templates) | Stephan Bergmann |
2015-12-04 | Fix include | Stephan Bergmann |
2015-12-04 | Missing include | Stephan Bergmann |
2015-12-02 | sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub. | Michael Meeks |
2015-12-02 | Adapt new/delete exception specs for MSVC | Stephan Bergmann |
2015-12-02 | Fix quoting | Stephan Bergmann |
2015-11-30 | Fix Mac build | Stephan Bergmann |
2015-11-30 | fix the value of FRAME_PTR_OFFSET | Damjan Jovanovic |
2015-11-30 | Use the ptrdiff_t printf format code for backtracing on FreeBSD. | Damjan Jovanovic |
2015-11-30 | i66807 - Fix GCC warning in backtrace.c | Pedro Giffuni |
2015-11-30 | Fix the stack frame layout for backtraces on FreeBSD. | Damjan Jovanovic |
2015-11-25 | loplugin:unusedfields various | Noel Grandin |
2015-11-24 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-17 | Don't assume sal_Unicode is unsigned short | Stephan Bergmann |
2015-11-15 | Fast PCH generator and optimized PCH files | Ashod Nakashian |
2015-11-13 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-11-13 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2015-11-12 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-12 | -Werror,-Wextern-initializer | Stephan Bergmann |
2015-11-12 | -Werror,-Wincompatible-pointer-types | Stephan Bergmann |
2015-11-12 | -Werror,-Wparentheses-equality | Stephan Bergmann |
2015-11-12 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-12 | -Werror,-Winconsistent-dllimport | Stephan Bergmann |
2015-11-12 | Work around Coverity warnings about std::length_error | Stephan Bergmann |
2015-11-12 | Windows header sanitization | Ashod Nakashian |
2015-11-10 | loplugin:nullptr (automatic rewrite; Mac-specific code) | Stephan Bergmann |
2015-11-10 | Fix SAL_W32 | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | Prevent += called on temporary O[U]String instances | Stephan Bergmann |