summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-16coverity#1352448 Use of untrusted scalar valueCaolán McNamara
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-11Avoid duplicate declarationTor Lillqvist
2016-02-10loplugin:nullptr, loplugin:overrideStephan Bergmann
2016-02-10Add existing CppUnit test for sal/rtl/randomChristoph Brill
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
2016-02-07Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara
2016-01-26fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard
2016-01-26support unnamed namespaces with CPPUNIT_TEST_NAMEMarkus Mohrhard
2016-01-26Bin leftover cruftTor Lillqvist
2016-01-20drop obsolete cruftDavid Tardon
2016-01-19loplugin:unusedmethods in sc/Noel Grandin
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-18Trade a little weaker test against loplugin:stringconstantStephan Bergmann
2016-01-16sal: (rtl) test OUString::isEmpty()Chris Sherlock
2016-01-14use ::std::swap() to reverse bufferEike Rathke
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke
2016-01-13Keep MSVC happyStephan Bergmann
2016-01-13loplugin:defaultparamsStephan Bergmann
2016-01-13sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke
2016-01-13tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke
2016-01-13sal: avoid " at:\n" at the end of SAL_DEBUG() messagesMiklos Vajna
2016-01-12Fixup SAL_DEBUG_TRACE macro.Michael Meeks
2016-01-11PCH support on LinuxAshod Nakashian
2016-01-10Fix typosAndrea Gelmini
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara
2016-01-07loplugin:nullptrStephan Bergmann
2016-01-07loplugin:nullptrStephan Bergmann
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks
2015-12-20sal: replace a list with vectorMichael Stahl
2015-12-17OString/OUString: move constructors and operator=Noel Grandin
2015-12-15Use %tx to print ptrdiff_t.Damjan Jovanovic
2015-12-15Use %p to print pointers in sal backtraces..Damjan Jovanovic
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann
2015-12-04Fix includeStephan Bergmann
2015-12-04Missing includeStephan Bergmann
2015-12-02sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks
2015-12-02Adapt new/delete exception specs for MSVCStephan Bergmann
2015-12-02Fix quotingStephan Bergmann
2015-11-30Fix Mac buildStephan Bergmann
2015-11-30fix the value of FRAME_PTR_OFFSETDamjan Jovanovic
2015-11-30Use the ptrdiff_t printf format code for backtracing on FreeBSD.Damjan Jovanovic
2015-11-30i66807 - Fix GCC warning in backtrace.cPedro Giffuni
2015-11-30Fix the stack frame layout for backtraces on FreeBSD.Damjan Jovanovic