summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* coverity#1371449 Uninitialized scalar fieldCaolán McNamara2016-08-191-1/+4
* Fix sal log for 32 bit Linux buildGiuseppe Castagno2016-08-181-1/+1
* Move comment block back where it wasTor Lillqvist2016-08-181-3/+3
* If no WARN in SAL_LOG, use the INFO selection for WARNs, tooTor Lillqvist2016-08-181-3/+7
* Add handling of a +RELATIVETIMER flag in the SAL_LOG environment variableTor Lillqvist2016-08-181-23/+50
* No need for nested unnamed namespacesTor Lillqvist2016-08-181-5/+3
* Add handling of a +TIMESTAMP flag in the SAL_LOG environment variableTor Lillqvist2016-08-181-2/+56
* new loplugin to check for static OUStringsNoel Grandin2016-08-161-2/+2
* loplugin:countusersofdefaultparams in oox..sdNoel Grandin2016-08-052-2/+2
* improve passstuffbyref return analysisNoel Grandin2016-07-271-1/+1
* clang-tidy performance-unnecessary-value-param in salStephan Bergmann2016-07-191-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-5/+0
* Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann2016-07-131-4/+0
* sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna2016-07-1312-80/+80
* loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-1/+1
* loplugin:redundantcast: redundant static_casts in salStephan Bergmann2016-07-081-5/+4
* CppunitTest_sal_rtl_ostring: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-081-26/+26
* Silence loplugin:staticmethods under --disable-debugStephan Bergmann2016-07-061-0/+4
* Clarify calculation precedence tdf#39440Muhammet Kara2016-07-051-9/+9
* cppunittester: always print execution time of each testMichael Stahl2016-07-011-6/+3
* CppunitTest_sal_rtl_ostringbuffer: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-07-011-78/+78
* move #includes to top of fileNoel Grandin2016-06-292-3/+8
* AllocatorTraits::size can be static after allStephan Bergmann2016-06-281-2/+2
* unit tests for stringToDouble() separator without digitsEike Rathke2016-06-271-0/+35
* stringToDouble() do not parse separator without digit as 0.0Eike Rathke2016-06-271-0/+13
* comfort the unhappy compilerEike Rathke2016-06-271-4/+4
* stringToDouble() fix broken reverse logic for NaN and INFEike Rathke2016-06-272-1/+29
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2016-06-241-4/+4
* CppunitTest_sal_rtl_digest: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-06-241-22/+22
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* switch to EHs on windowsMarkus Mohrhard2016-06-204-58/+3
* loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann2016-06-193-86/+153
* move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard2016-06-181-0/+6
* Revert "fdo#38913: Prevent invalid parameter handler crashes"Stephan Bergmann2016-06-171-28/+0
* CppunitTest_sal_rtl_cipher: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-06-172-20/+20
* CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-06-097-39/+39
* Replace VALID_CONVERSION macro with functionStephan Bergmann2016-06-071-10/+32
* fix 32bit linux buildCaolán McNamara2016-06-031-3/+3
* CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-06-031-270/+270
* Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann2016-06-031-41/+12
* tdf#100021 - format argument issue in process.cxxRichard PALO2016-05-301-1/+1
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-252-0/+4
* Convert oslCheckMode to scoped enumNoel Grandin2016-05-221-13/+13
* Convert AllocMode to scoped enumNoel Grandin2016-05-223-12/+12
* limit scanf string field widthJochen Nitschke2016-05-181-2/+2
* get breakpad signal handler working on windowsMarkus Mohrhard2016-05-161-2/+12
* fix typoMarkus Mohrhard2016-05-161-1/+1
* -Werror,-Wimplicit-fallthroughTor Lillqvist2016-05-121-6/+6
* sal: -Werror,-Wimplicit-fallthroughMichael Stahl2016-05-111-2/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-103-0/+16