summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-1718-43/+43
* FreeBSD PPC: Missing patchPedro Giffuni2017-01-151-0/+9
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-113-17/+16
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-118-13/+14
* Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann2017-01-112-53/+53
* fix windows buildNoel Grandin2017-01-101-2/+3
* New loplugin:conststringvar: salStephan Bergmann2017-01-102-4/+4
* rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACENoel Grandin2017-01-105-14/+30
* New loplugin:externvar: salStephan Bergmann2017-01-097-12/+35
* Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann2017-01-051-1/+1
* ofz#358 SJIS_84 table mnLeadEnd is out by oneCaolán McNamara2017-01-011-3/+3
* cleanup tailing backslashesJochen Nitschke2016-12-304-5/+5
* tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan2016-12-2340-583/+68
* tdf#97283: Merge sal osl tests to one makefileMatúš Kukan2016-12-2325-318/+46
* Don't malloc between for and execStephan Bergmann2016-12-201-2/+0
* keep salinit for non-DESKTOP but not for ANDROID/IOSCaolán McNamara2016-12-201-1/+1
* salinit for non-DESKTOP tooCaolán McNamara2016-12-201-1/+1
* bootstrap building with --disable-dynloading on standard linuxCaolán McNamara2016-12-201-1/+1
* add an option to pipe log output to fileMarkus Mohrhard2016-12-201-5/+18
* this textenc hack is for android and disable-dynamic-loadingCaolán McNamara2016-12-192-4/+11
* Make OUStringLiteral more usefulStephan Bergmann2016-12-171-0/+97
* -Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann2016-12-161-12/+12
* Typo in meant-to-be-overloading function nameStephan Bergmann2016-12-161-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-152-7/+6
* I guess FREEBSD doesn't need this implementation of fcvtStephan Bergmann2016-12-141-47/+0
* Reuse existing sal.osl log areaStephan Bergmann2016-12-134-25/+25
* fix windows build after OSL_TRACE->SAL changesNoel Grandin2016-12-131-3/+3
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-3/+1
* OSL_TRACE->SAL in framework..salNoel Grandin2016-12-134-177/+25
* [API CHANGE] Remove salcpprt static libraryStephan Bergmann2016-12-123-250/+0
* Comment cppcheck accessForwarded as harmlessStephan Bergmann2016-12-061-0/+3
* new loplugin/rewriter comparisonwithconstantNoel Grandin2016-12-0611-107/+107
* loplugin:unnecessaryoverride (dtors) in salStephan Bergmann2016-12-012-8/+0
* Don't change ustrHostname in case of errorStephan Bergmann2016-11-291-2/+4
* loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann2016-11-251-3/+3
* Remove dead sal/workben/ stuffStephan Bergmann2016-11-2342-7145/+0
* trivial makefile cleanupsMichael Stahl2016-11-221-3/+3
* remove dep on unotest from osl_Pipe testDavid Tardon2016-11-212-2/+1
* fix for 'warning C4702: unreachable code'Jochen Nitschke2016-11-211-1/+1
* Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann2016-11-081-3/+1
* loplugin:unusedfieldsNoel Grandin2016-11-022-14/+0
* loplugin:oncevar in sal..scriptingNoel Grandin2016-11-012-9/+7
* sal::detail::logFormat is no longer neededStephan Bergmann2016-10-262-47/+9
* loplugin:expandablemethodds in reportdesign..salNoel Grandin2016-10-191-5/+0
* CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-10-143-6/+6
* approxEqual: check isFinite()Eike Rathke2016-10-131-0/+2
* SOCKET_USE_AUTODIAL is dead codeStephan Bergmann2016-10-132-231/+55
* Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2016-10-122-6/+2
* Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann2016-10-101-3/+1
* New rtl::splitSurrogates, remove code duplicationStephan Bergmann2016-10-071-7/+1