summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-3/+0
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar7-75/+39
2016-03-03sal: replace boost::bind with C++11 lambdasMichael Stahl2-3/+2
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin7-43/+115
2016-02-21WaE vs2015: pointer to int castingNorbert Thiebaud1-1/+1
2016-02-21WaE vs2015: int to pointer castingNorbert Thiebaud1-1/+1
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran4-129/+0
2016-02-18coverity#1352316 Explicit null dereferencedCaolán McNamara1-7/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin20-64/+63
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-5/+5
2016-02-16coverity#1352448 Use of untrusted scalar valueCaolán McNamara1-2/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann5-11/+14
2016-02-11Avoid duplicate declarationTor Lillqvist1-2/+0
2016-02-10loplugin:nullptr, loplugin:overrideStephan Bergmann1-15/+15
2016-02-10Add existing CppUnit test for sal/rtl/randomChristoph Brill2-0/+22
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-02-07Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic2-8/+8
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara1-0/+1
2016-01-26fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard1-1/+5
2016-01-26support unnamed namespaces with CPPUNIT_TEST_NAMEMarkus Mohrhard1-1/+17
2016-01-26Bin leftover cruftTor Lillqvist1-4/+0
2016-01-20drop obsolete cruftDavid Tardon10-1472/+0
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-4/+0
2016-01-18loplugin: unused return valuesNoel Grandin1-2/+2
2016-01-18Trade a little weaker test against loplugin:stringconstantStephan Bergmann1-4/+0
2016-01-16sal: (rtl) test OUString::isEmpty()Chris Sherlock1-0/+26
2016-01-14use ::std::swap() to reverse bufferEike Rathke1-3/+1
2016-01-14use getN10Exp(x) instead of pow(10.0,x)Eike Rathke1-1/+1
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke1-0/+14
2016-01-14handle negative decimal places for rounding, tdf#96918 relatedEike Rathke1-3/+20
2016-01-13Keep MSVC happyStephan Bergmann1-6/+6
2016-01-13loplugin:defaultparamsStephan Bergmann1-2/+2
2016-01-13sal: as always C++ is too stupid to deduce parameter types of minMichael Stahl1-1/+1
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke1-0/+41
2016-01-13tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke1-0/+67
2016-01-13sal: avoid " at:\n" at the end of SAL_DEBUG() messagesMiklos Vajna1-1/+1
2016-01-12Fixup SAL_DEBUG_TRACE macro.Michael Meeks1-4/+13
2016-01-11PCH support on LinuxAshod Nakashian1-4/+28
2016-01-10Fix typosAndrea Gelmini9-10/+10
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2016-01-07loplugin:nullptrStephan Bergmann1-1/+1
2016-01-07loplugin:nullptrStephan Bergmann1-2/+2
2016-01-06tdf#39631 - branch hints: comment, and tweak variously, also use.Michael Meeks2-4/+4
2015-12-20sal: replace a list with vectorMichael Stahl1-2/+1
2015-12-17OString/OUString: move constructors and operator=Noel Grandin1-1/+1
2015-12-15Use %tx to print ptrdiff_t.Damjan Jovanovic1-2/+2
2015-12-15Use %p to print pointers in sal backtraces..Damjan Jovanovic1-3/+3
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann1-2/+2
2015-12-04Fix includeStephan Bergmann1-1/+1