summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods in sc/Noel Grandin2016-01-191-4/+0
* loplugin: unused return valuesNoel Grandin2016-01-181-2/+2
* Trade a little weaker test against loplugin:stringconstantStephan Bergmann2016-01-181-4/+0
* sal: (rtl) test OUString::isEmpty()Chris Sherlock2016-01-161-0/+26
* use ::std::swap() to reverse bufferEike Rathke2016-01-141-3/+1
* use getN10Exp(x) instead of pow(10.0,x)Eike Rathke2016-01-141-1/+1
* unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke2016-01-141-0/+14
* handle negative decimal places for rounding, tdf#96918 relatedEike Rathke2016-01-141-3/+20
* Keep MSVC happyStephan Bergmann2016-01-131-6/+6
* loplugin:defaultparamsStephan Bergmann2016-01-131-2/+2
* sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl2016-01-131-1/+1
* unit test for tdf#96918 display accurate integer double valuesEike Rathke2016-01-131-0/+41
* tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke2016-01-131-0/+67
* sal: avoid " at:\n" at the end of SAL_DEBUG() messagesMiklos Vajna2016-01-131-1/+1
* Fixup SAL_DEBUG_TRACE macro.Michael Meeks2016-01-121-4/+13
* PCH support on LinuxAshod Nakashian2016-01-111-4/+28
* Fix typosAndrea Gelmini2016-01-109-10/+10
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-082-3/+3
* loplugin:nullptrStephan Bergmann2016-01-071-1/+1
* loplugin:nullptrStephan Bergmann2016-01-071-2/+2
* tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2016-01-062-4/+4
* sal: replace a list with vectorMichael Stahl2015-12-201-2/+1
* OString/OUString: move constructors and operator=Noel Grandin2015-12-171-1/+1
* Use %tx to print ptrdiff_t.Damjan Jovanovic2015-12-151-2/+2
* Use %p to print pointers in sal backtraces..Damjan Jovanovic2015-12-151-3/+3
* More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2015-12-101-2/+2
* Fix includeStephan Bergmann2015-12-041-1/+1
* Missing includeStephan Bergmann2015-12-041-0/+2
* sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks2015-12-025-1/+107
* Adapt new/delete exception specs for MSVCStephan Bergmann2015-12-021-2/+8
* Fix quotingStephan Bergmann2015-12-021-2/+2
* Fix Mac buildStephan Bergmann2015-11-301-4/+2
* fix the value of FRAME_PTR_OFFSETDamjan Jovanovic2015-11-301-1/+1
* Use the ptrdiff_t printf format code for backtracing on FreeBSD.Damjan Jovanovic2015-11-301-10/+4
* i66807 - Fix GCC warning in backtrace.cPedro Giffuni2015-11-301-1/+9
* Fix the stack frame layout for backtraces on FreeBSD.Damjan Jovanovic2015-11-301-2/+0
* loplugin:unusedfields variousNoel Grandin2015-11-252-3/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-242-10/+10
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+2
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-70/+30
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-132-2/+2
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-131-0/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-121-0/+2
* -Werror,-Wextern-initializerStephan Bergmann2015-11-121-1/+1
* -Werror,-Wincompatible-pointer-typesStephan Bergmann2015-11-121-1/+1
* -Werror,-Wparentheses-equalityStephan Bergmann2015-11-121-1/+1
* -Werror,-Wunused-functionStephan Bergmann2015-11-121-6/+0
* -Werror,-Winconsistent-dllimportStephan Bergmann2015-11-121-1/+1
* Work around Coverity warnings about std::length_errorStephan Bergmann2015-11-121-2/+8
* Windows header sanitizationAshod Nakashian2015-11-125-189/+189