summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* drop various _MSC_VER < 1900 conditionalsCaolán McNamara2017-03-061-6/+0
* Change sal/osl/w32/*.h -> *.hxxStephan Bergmann2017-03-0431-212/+90
* Change sal/osl/w32/dllentry.c -> .cxxStephan Bergmann2017-03-042-12/+10
* Change sal/osl/w32/*.c -> *.cxxStephan Bergmann2017-03-0416-279/+325
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-12/+12
* Fix typosAndrea Gelmini2017-03-031-3/+3
* Fix typosAndrea Gelmini2017-03-033-12/+12
* Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2017-03-022-2/+2
* There's no way to create an oslVolumeDeviceHandle for unxStephan Bergmann2017-02-231-108/+6
* Silence -Werror=format-overflowStephan Bergmann2017-02-231-2/+2
* -Werror=format-truncationStephan Bergmann2017-02-231-2/+7
* Kill bitrot Emscripten experimentKhaled Hosny2017-02-212-4/+3
* loplugin:subtlezeroinit: salStephan Bergmann2017-02-211-5/+5
* silence coverity#1202740 Bad bit shift operationCaolán McNamara2017-02-201-1/+3
* remove unused Exist from oslCheckMode enumNoel Grandin2017-02-161-5/+0
* Fix typosAndrea Gelmini2017-02-131-1/+1
* Remove MinGW supportStephan Bergmann2017-02-1010-184/+13
* -Werror=unused-parameterStephan Bergmann2017-02-101-0/+2
* -Werror,-Wunused-macrosStephan Bergmann2017-02-091-7/+1
* Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann2017-02-091-1/+1
* Some clean upStephan Bergmann2017-02-091-21/+7
* Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann2017-02-095-36/+37
* Dummy implementations of backtrace/backtrace_symbols on Android, tooStephan Bergmann2017-02-092-14/+14
* Proper -Werror,-Wunused-parameter fix for C codeStephan Bergmann2017-02-091-4/+8
* -Werror,-Wunused-parameterStephan Bergmann2017-02-091-4/+4
* Implement SAL_DEBUG_BACKTRACE for LinuxStephan Bergmann2017-02-093-3/+62
* Solaris C++ 5.2 compiler is no longer relevantStephan Bergmann2017-02-081-6/+4
* Clean up C-style interface nonsenseStephan Bergmann2017-02-074-19/+22
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-02-071-98/+84
* TyposJulien Nabet2017-02-031-1/+1
* tdf#91872: Make SAL_INFO and friends more efficientArnold Dumas2017-02-032-81/+82
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-014-43/+27
* Support signal handlers registered with SA_SIGINFOStephan Bergmann2017-02-011-48/+77
* Work around GCC -Wunused-resultStephan Bergmann2017-01-311-1/+2
* sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl2017-01-271-0/+18
* loplugin: unnecessary destructor oox..saxNoel Grandin2017-01-252-2/+0
* coverity#1399029 silence Out-of-bounds readCaolán McNamara2017-01-222-5/+6
* tweak high/low bit so we're always shifting with an unsigned numberCaolán McNamara2017-01-203-11/+9
* 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