summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Reuse existing sal.osl log areaStephan Bergmann4-25/+25
2016-12-13fix windows build after OSL_TRACE->SAL changesNoel Grandin1-3/+3
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-3/+1
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin4-177/+25
2016-12-12[API CHANGE] Remove salcpprt static libraryStephan Bergmann3-250/+0
2016-12-06Comment cppcheck accessForwarded as harmlessStephan Bergmann1-0/+3
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin11-107/+107
2016-12-01loplugin:unnecessaryoverride (dtors) in salStephan Bergmann2-8/+0
2016-11-29Don't change ustrHostname in case of errorStephan Bergmann1-2/+4
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-3/+3
2016-11-23Remove dead sal/workben/ stuffStephan Bergmann42-7145/+0
2016-11-22trivial makefile cleanupsMichael Stahl1-3/+3
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon2-2/+1
2016-11-21fix for 'warning C4702: unreachable code'Jochen Nitschke1-1/+1
2016-11-08Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann1-3/+1
2016-11-02loplugin:unusedfieldsNoel Grandin2-14/+0
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin2-9/+7
2016-10-26sal::detail::logFormat is no longer neededStephan Bergmann2-47/+9
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-5/+0
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna3-6/+6
2016-10-13approxEqual: check isFinite()Eike Rathke1-0/+2
2016-10-13SOCKET_USE_AUTODIAL is dead codeStephan Bergmann2-231/+55
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2-6/+2
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