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