summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2016-09-02Fix MSVC 2015 buildStephan Bergmann1-1/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-11/+12
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann1-4/+6
2016-08-29Support ConstCharArrayDetector also for UTF-16 arraysStephan Bergmann3-0/+287
2016-08-29OUString construction from OUStringLiteral1 must not be overruled by...Stephan Bergmann1-2/+1
2016-08-19coverity#1371449 Uninitialized scalar fieldCaolán McNamara1-1/+4
2016-08-18Fix sal log for 32 bit Linux buildGiuseppe Castagno1-1/+1
2016-08-18Move comment block back where it wasTor Lillqvist1-3/+3
2016-08-18If no WARN in SAL_LOG, use the INFO selection for WARNs, tooTor Lillqvist1-3/+7
2016-08-18Add handling of a +RELATIVETIMER flag in the SAL_LOG environment variableTor Lillqvist1-23/+50
2016-08-18No need for nested unnamed namespacesTor Lillqvist1-5/+3
2016-08-18Add handling of a +TIMESTAMP flag in the SAL_LOG environment variableTor Lillqvist1-2/+56
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-2/+2
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in salStephan Bergmann1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann1-4/+0
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna12-80/+80
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in salStephan Bergmann1-5/+4
2016-07-08CppunitTest_sal_rtl_ostring: fix loplugin:cppunitassertequals warningsMiklos Vajna1-26/+26
2016-07-06Silence loplugin:staticmethods under --disable-debugStephan Bergmann1-0/+4
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-9/+9
2016-07-01cppunittester: always print execution time of each testMichael Stahl1-6/+3
2016-07-01CppunitTest_sal_rtl_ostringbuffer: fix loplugin:cppunitassertequals warningsMiklos Vajna1-78/+78
2016-06-29move #includes to top of fileNoel Grandin2-3/+8
2016-06-28AllocatorTraits::size can be static after allStephan Bergmann1-2/+2
2016-06-27unit tests for stringToDouble() separator without digitsEike Rathke1-0/+35
2016-06-27stringToDouble() do not parse separator without digit as 0.0Eike Rathke1-0/+13
2016-06-27comfort the unhappy compilerEike Rathke1-4/+4
2016-06-27stringToDouble() fix broken reverse logic for NaN and INFEike Rathke2-1/+29
2016-06-24clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+4
2016-06-24CppunitTest_sal_rtl_digest: fix loplugin:cppunitassertequals warningsMiklos Vajna1-22/+22
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-20switch to EHs on windowsMarkus Mohrhard4-58/+3
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann3-86/+153
2016-06-18move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard1-0/+6
2016-06-17Revert "fdo#38913: Prevent invalid parameter handler crashes"Stephan Bergmann1-28/+0
2016-06-17CppunitTest_sal_rtl_cipher: fix loplugin:cppunitassertequals warningsMiklos Vajna2-20/+20
2016-06-09CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warningsMiklos Vajna7-39/+39
2016-06-07Replace VALID_CONVERSION macro with functionStephan Bergmann1-10/+32
2016-06-03fix 32bit linux buildCaolán McNamara1-3/+3
2016-06-03CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna1-270/+270
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann1-41/+12
2016-05-30tdf#100021 - format argument issue in process.cxxRichard PALO1-1/+1
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-0/+4
2016-05-22Convert oslCheckMode to scoped enumNoel Grandin1-13/+13
2016-05-22Convert AllocMode to scoped enumNoel Grandin3-12/+12
2016-05-18limit scanf string field widthJochen Nitschke1-2/+2