summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann1-3/+1
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann1-7/+1
2016-10-07tdf#100302: gbuild: always use $(LFS_CFLAGS)Michael Stahl4-10/+0
2016-10-04isRepresentableInteger: assert(fAbsValue >= 0.0)Eike Rathke1-0/+1
2016-10-04At least MSVC 2015 doesn't find sal/osl/w32/time.hStephan Bergmann1-1/+1
2016-10-04@since tag; sortingStephan Bergmann1-1/+1
2016-10-04clang-cl loplugin: salStephan Bergmann38-949/+1075
2016-10-03-Werror,-Wdeprecated-declarationTor Lillqvist1-1/+1
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke1-0/+23
2016-10-01let approxEqual() not scale too early for large representable integer valuesEike Rathke2-0/+40
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-30sal: WNT: print errno when oslCreateThread failsMichael Stahl1-0/+20
2016-09-30osl_getSocketOption shall return the new lengthStephan Bergmann1-1/+1
2016-09-29tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl2-1/+41
2016-09-29tdf#83306: sal: fix compare of rtl::OUString/OString containing '\0'Michael Stahl1-4/+5
2016-09-26sal: Mac OS X 10.8 fails test_log1pMichael Stahl1-0/+4
2016-09-23-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+0
2016-09-23This is fixed with MSVC 2015Stephan Bergmann1-1/+1
2016-09-20CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann1-12/+12
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann2-0/+83
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-15Remove outdated commentTor Lillqvist1-1/+0
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin3-13/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-19/+19
2016-09-12Bin some noise comments and superfluous vertical whitespaceTor Lillqvist1-10/+0
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