summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara1-6/+0
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann31-212/+90
2017-03-04Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann2-12/+10
2017-03-04Change sal/osl/w32/*.c -> *.cxxStephan Bergmann16-279/+325
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-12/+12
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini3-12/+12
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2-2/+2
2017-02-23There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann1-108/+6
2017-02-23Silence -Werror=format-overflowStephan Bergmann1-2/+2
2017-02-23-Werror=format-truncationStephan Bergmann1-2/+7
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny2-4/+3
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann1-5/+5
2017-02-20silence coverity#1202740 Bad bit shift operationCaolán McNamara1-1/+3
2017-02-16remove unused Exist from oslCheckMode enumNoel Grandin1-5/+0
2017-02-13Fix typosAndrea Gelmini1-1/+1
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