summaryrefslogtreecommitdiff
path: root/sal/osl
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-31...one more detail to get things fixedStephan Bergmann1-2/+2
2016-03-31Fix Windows part of 97858ca008fd8cf405e52795c8db415ef6c5afb3Stephan Bergmann3-13/+3
2016-03-30loplugin:staticanonymousStephan Bergmann1-1/+1
2016-03-29tdf#93548 Refactor sal signal to reduce code duplicationAleksas Pantechovskis3-339/+254
2016-03-29handle failure to expand ~ in path elements.Michael Meeks1-2/+5
2016-03-16Remove code that has been commented-out for longTor Lillqvist1-69/+0
2016-03-11Better fix for -Werror=shadowStephan Bergmann1-16/+20
2016-03-10-Werror=shadowStephan Bergmann1-2/+2
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann1-5/+5
2016-03-10Avoid reserved identifiersStephan Bergmann1-10/+10
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann1-10/+10
2016-03-10Avoid reserved identifiersStephan Bergmann1-32/+32
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-10/+10
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann2-32/+29
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann1-2/+2
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann1-3/+3
2016-03-10Rename _imp_get/setProcessLocale (avoid reserved identifiers)Stephan Bergmann3-9/+9
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann1-2/+2
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann1-2/+2
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt2-1/+11
2016-03-07sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl1-1/+2
2016-03-04Work around -Werror,-Wunused-macros with clang-clStephan Bergmann1-0/+3
2016-03-04Use existing "sal.osl" log areaStephan Bergmann1-2/+2
2016-03-04Remove write-only g_nSocket* debug varsStephan Bergmann1-20/+0
2016-03-04Clean up a SAL_WARN_IFStephan Bergmann1-8/+6
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-14/+12