summaryrefslogtreecommitdiff
path: root/sal/osl/all
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Clang 3.5 has -Wreturn-type-c-linkageStephan Bergmann1-3/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin2-3/+3
2017-10-24loplugin:includeform: compat.cxx reduxStephan Bergmann1-6/+6
2017-10-23loplugin:includeform: salStephan Bergmann3-23/+23
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+0
2017-06-26loplugin:oncevar in oox..saxNoel Grandin1-2/+1
2017-06-19Remove questionable assertsStephan Bergmann1-5/+0
2017-06-18Fix TBJulien Nabet1-2/+3
2017-06-18tdf#43157 - osl: convert OSL_ASSERTs to assert in signalshared.cxxChris Sherlock1-2/+3
2017-06-16osl: signalshared.cxx no longer uses pVar (!=|==) nullptr expressionsChris Sherlock1-12/+10
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-1/+0
2017-02-23Silence -Werror=format-overflowStephan Bergmann1-2/+2
2017-02-09Some clean upStephan Bergmann1-21/+7
2017-02-09Fold sal_detail_log_backtrace into sal_detail_logStephan Bergmann1-22/+7
2017-02-07Clean up C-style interface nonsenseStephan Bergmann1-4/+3
2017-02-03tdf#91872: Make SAL_INFO and friends more efficientArnold Dumas1-81/+81
2017-01-10rename SAL_DEBUG_TRACE to SAL_DEBUG_BACKTRACENoel Grandin1-9/+20
2017-01-09New loplugin:externvar: salStephan Bergmann1-0/+1
2016-12-20add an option to pipe log output to fileMarkus Mohrhard1-5/+18
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-3/+1
2016-10-26sal::detail::logFormat is no longer neededStephan Bergmann2-47/+9
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-5/+0
2016-10-04clang-cl loplugin: salStephan Bergmann1-1/+1
2016-08-18Fix sal log for 32 bit Linux buildGiuseppe Castagno1-1/+1
2016-08-18Move comment block back where it wasTor Lillqvist1-3/+3
2016-08-18If no WARN in SAL_LOG, use the INFO selection for WARNs, tooTor Lillqvist1-3/+7
2016-08-18Add handling of a +RELATIVETIMER flag in the SAL_LOG environment variableTor Lillqvist1-23/+50
2016-08-18No need for nested unnamed namespacesTor Lillqvist1-5/+3
2016-08-18Add handling of a +TIMESTAMP flag in the SAL_LOG environment variableTor Lillqvist1-2/+56
2016-06-20switch to EHs on windowsMarkus Mohrhard1-6/+3
2016-05-12-Werror,-Wimplicit-fallthroughTor Lillqvist1-6/+6
2016-05-11sal: -Werror,-Wimplicit-fallthroughMichael Stahl1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist2-2/+2
2016-03-31Fix Windows part of 97858ca008fd8cf405e52795c8db415ef6c5afb3Stephan Bergmann1-11/+1
2016-03-29tdf#93548 Refactor sal signal to reduce code duplicationAleksas Pantechovskis1-0/+177
2016-03-03sal: replace boost::bind with C++11 lambdasMichael Stahl1-2/+2
2016-01-18loplugin: unused return valuesNoel Grandin1-2/+2
2016-01-13sal: avoid " at:\n" at the end of SAL_DEBUG() messagesMiklos Vajna1-1/+1
2016-01-12Fixup SAL_DEBUG_TRACE macro.Michael Meeks1-4/+13
2015-12-02sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks1-1/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-10/+10
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-10cleanup some unnecessary direct usage of the OString/OUString C API.Noel Grandin1-2/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-17/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist1-1/+19
2015-03-02V804: Decreased performanceCaolán McNamara1-2/+3
2015-02-16sal: -Werror=unused-parameterMichael Stahl1-2/+2
2015-02-16Related: tdf#63690 - add stubs for removed rtl_logfile functions.Thorsten Behrens1-0/+12