summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* Avoid reserved identifiersStephan Bergmann2016-04-121-55/+55
* tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke2016-04-117-18/+40
* Drop pointless "internal" directory level for already internal include filesTor Lillqvist2016-04-0722-18/+18
* Bin unneeded forward declarations of static functionsTor Lillqvist2016-04-071-30/+0
* sal: GetSystemTimePreciseAsFileTime requires Windows 8Michael Stahl2016-04-061-6/+7
* osl_getSystemTime: use high precision timer of W32, if availableLászló Németh2016-04-041-2/+20
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-1/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-012-3/+3
* ...one more detail to get things fixedStephan Bergmann2016-03-311-2/+2
* Fix Windows part of 97858ca008fd8cf405e52795c8db415ef6c5afb3Stephan Bergmann2016-03-314-17/+4
* loplugin:staticanonymousStephan Bergmann2016-03-301-1/+1
* tdf#93548 Refactor sal signal to reduce code duplicationAleksas Pantechovskis2016-03-295-339/+302
* handle failure to expand ~ in path elements.Michael Meeks2016-03-291-2/+5
* sal: re-enable most getSystemPathFromFileURL tests.Michael Meeks2016-03-291-13/+22
* tdf#84323: Make osl::Thread::wait more readableGurkaran2016-03-221-2/+2
* Remove code that has been commented-out for longTor Lillqvist2016-03-161-69/+0
* loplugin:constantparamNoel Grandin2016-03-151-6/+6
* Better fix for -Werror=shadowStephan Bergmann2016-03-111-16/+20
* -Werror=shadowStephan Bergmann2016-03-101-2/+2
* Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann2016-03-101-5/+5
* Avoid reserved identifiersStephan Bergmann2016-03-101-10/+10
* Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann2016-03-101-10/+10
* Avoid reserved identifiersStephan Bergmann2016-03-101-32/+32
* Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann2016-03-101-10/+10
* Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann2016-03-102-32/+29
* Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann2016-03-101-2/+2
* Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann2016-03-101-3/+3
* Rename _imp_get/setProcessLocale (avoid reserved identifiers)Stephan Bergmann2016-03-103-9/+9
* Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann2016-03-101-2/+2
* Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann2016-03-101-2/+2
* Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann2016-03-101-28/+28
* Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann2016-03-101-141/+141
* Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)Stephan Bergmann2016-03-101-52/+52
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-087-128/+0
* tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt2016-03-083-1/+16
* sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl2016-03-071-1/+2
* tdf#97703 removed empty setUp/tearDown methodsChirag Manwani2016-03-074-134/+0
* Work around -Werror,-Wunused-macros with clang-clStephan Bergmann2016-03-041-0/+3
* Use existing "sal.osl" log areaStephan Bergmann2016-03-041-2/+2
* Probably better to not disable this cache in all debug modesStephan Bergmann2016-03-041-6/+1
* Spurious spacesStephan Bergmann2016-03-041-2/+2
* This is test code, OK to unconditionally print to stdoutStephan Bergmann2016-03-041-7/+8
* This is test code, OK to unconditionally print to stdoutStephan Bergmann2016-03-041-18/+6
* Remove write-only g_nSocket* debug varsStephan Bergmann2016-03-041-20/+0
* Clean up a SAL_WARN_IFStephan Bergmann2016-03-041-8/+6
* -Werror,-Wunused-macrosStephan Bergmann2016-03-041-3/+0
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-037-75/+39
* sal: replace boost::bind with C++11 lambdasMichael Stahl2016-03-032-3/+2
* tdf#98210 do not require R_OK for pipe dirHank Leininger2016-03-021-2/+2
* new loplugin: commaoperatorNoel Grandin2016-02-237-43/+115