summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
2018-01-30tdf#49134 tdf#114466 Transfer privilege to become foreground processMike Kaganski1-0/+8
2018-01-17-Werror=format-truncationStephan Bergmann1-2/+7
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-02-01sal: add SAL_NO_ASSERT_DIALOGS variable to redirect...Michael Stahl1-0/+18
2016-11-21fix for 'warning C4702: unreachable code'Jochen Nitschke1-1/+1
2016-11-08Use the larger stack size for ASan/UBSan builds on macOS, tooStephan Bergmann1-3/+1
2016-11-02loplugin:unusedfieldsNoel Grandin2-14/+0
2016-10-26sal::detail::logFormat is no longer neededStephan Bergmann2-47/+9
2016-10-19loplugin:expandablemethodds in reportdesign..salNoel Grandin1-5/+0
2016-10-13SOCKET_USE_AUTODIAL is dead codeStephan Bergmann2-231/+55
2016-10-04At least MSVC 2015 doesn't find sal/osl/w32/time.hStephan Bergmann1-1/+1
2016-10-04clang-cl loplugin: salStephan Bergmann31-907/+1040
2016-09-30sal: WNT: print errno when oslCreateThread failsMichael Stahl1-0/+20
2016-09-30osl_getSocketOption shall return the new lengthStephan Bergmann1-1/+1
2016-09-15Remove outdated commentTor Lillqvist1-1/+0
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-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin1-1/+1
2016-07-13Remove __cplusplus-checks from apparently-C++-only filesStephan Bergmann1-4/+0
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-9/+9
2016-06-29move #includes to top of fileNoel Grandin1-1/+4
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-20switch to EHs on windowsMarkus Mohrhard3-56/+3
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-12/+23
2016-06-18move the code for tdf#99410 to the sal init windows codeMarkus Mohrhard1-0/+6
2016-06-17Revert "fdo#38913: Prevent invalid parameter handler crashes"Stephan Bergmann1-28/+0
2016-05-30tdf#100021 - format argument issue in process.cxxRichard PALO1-1/+1
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-0/+4
2016-05-18limit scanf string field widthJochen Nitschke1-2/+2
2016-05-16get breakpad signal handler working on windowsMarkus Mohrhard1-2/+12
2016-05-16fix typoMarkus Mohrhard1-1/+1
2016-05-12-Werror,-Wimplicit-fallthroughTor Lillqvist1-6/+6
2016-05-11sal: -Werror,-Wimplicit-fallthroughMichael Stahl1-2/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin1-14/+14
2016-05-02sal_Bool -> boolStephan Bergmann1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-5/+5
2016-04-22Is __OPENTRANSPORTPROVIDERS__ (still) neededStephan Bergmann1-1/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann10-89/+89
2016-04-14Work around -Werror=logical-op (GCC 6)Stephan Bergmann1-34/+33
2016-04-12Avoid reserved identifiersStephan Bergmann1-55/+55
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2-4/+7
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist10-10/+10
2016-04-06sal: GetSystemTimePreciseAsFileTime requires Windows 8Michael Stahl1-6/+7
2016-04-04osl_getSystemTime: use high precision timer of W32, if availableLászló Németh1-2/+20