summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove MinGW supportStephan Bergmann10-184/+13
2017-02-10-Werror=unused-parameterStephan Bergmann1-0/+2
2017-02-09-Werror,-Wunused-macrosStephan Bergmann1-7/+1
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann1-1/+1
2017-02-09Some clean upStephan Bergmann1-21/+7
2017-02-09Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann5-36/+37
2017-02-09Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann2-14/+14
2017-02-09Proper -Werror,-Wunused-parameter fix for C codeStephan Bergmann1-4/+8
2017-02-09-Werror,-Wunused-parameterStephan Bergmann1-4/+4
2017-02-09Implement SAL_DEBUG_BACKTRACE for LinuxStephan Bergmann3-3/+62
2017-02-08Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann1-6/+4
2017-02-07Clean up C-style interface nonsenseStephan Bergmann4-19/+22
2017-02-07loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-98/+84
2017-02-03TyposJulien Nabet1-1/+1
2017-02-03tdf#91872: Make SAL_INFO and friends more efficientArnold Dumas2-81/+82
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin4-43/+27
2017-02-01Support signal handlers registered with SA_SIGINFOStephan Bergmann1-48/+77
2017-01-31Work around GCC -Wunused-resultStephan Bergmann1-1/+2
2017-01-27sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl1-0/+18
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-2/+0
2017-01-22coverity#1399029 silence Out-of-bounds readCaolán McNamara2-5/+6
2017-01-20tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara3-11/+9
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