summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl18-43/+43
2017-01-15FreeBSD PPC: Missing patchPedro Giffuni1-0/+9
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann3-17/+16
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann8-13/+14
2017-01-11Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann2-53/+53
2017-01-10fix windows buildNoel Grandin1-2/+3
2017-01-10New loplugin:conststringvar: salStephan Bergmann2-4/+4
2017-01-10rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACENoel Grandin5-14/+30
2017-01-09New loplugin:externvar: salStephan Bergmann7-12/+35
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2017-01-01ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara1-3/+3
2016-12-30cleanup tailing backslashesJochen Nitschke4-5/+5
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan40-583/+68
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan25-318/+46
2016-12-20Don't malloc between for and execStephan Bergmann1-2/+0
2016-12-20keep salinit for non-DESKTOP but not for ANDROID/IOSCaolán McNamara1-1/+1
2016-12-20salinit for non-DESKTOP tooCaolán McNamara1-1/+1
2016-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara1-1/+1
2016-12-20add an option to pipe log output to fileMarkus Mohrhard1-5/+18
2016-12-19this textenc hack is for android and disable-dynamic-loadingCaolán McNamara2-4/+11
2016-12-17Make OUStringLiteral more usefulStephan Bergmann1-0/+97
2016-12-16-Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann1-12/+12
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann1-1/+1
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin2-7/+6
2016-12-14I guess FREEBSD doesn't need this implementation of fcvtStephan Bergmann1-47/+0
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