summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2016-03-22tdf#84323: Make osl::Thread::wait more readableGurkaran1-2/+2
2016-03-16Remove code that has been commented-out for longTor Lillqvist1-69/+0
2016-03-15loplugin:constantparamNoel Grandin1-6/+6
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-10Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-28/+28
2016-03-10Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-141/+141
2016-03-10Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)Stephan Bergmann1-52/+52
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani7-128/+0
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt3-1/+16
2016-03-07sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl1-1/+2
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani4-134/+0
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-04Probably better to not disable this cache in all debug modesStephan Bergmann1-6/+1
2016-03-04Spurious spacesStephan Bergmann1-2/+2
2016-03-04This is test code, OK to unconditionally print to stdoutStephan Bergmann1-7/+8
2016-03-04This is test code, OK to unconditionally print to stdoutStephan Bergmann1-18/+6
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-04-Werror,-Wunused-macrosStephan Bergmann1-3/+0
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar7-75/+39
2016-03-03sal: replace boost::bind with C++11 lambdasMichael Stahl2-3/+2
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin7-43/+115
2016-02-21WaE vs2015: pointer to int castingNorbert Thiebaud1-1/+1
2016-02-21WaE vs2015: int to pointer castingNorbert Thiebaud1-1/+1
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran4-129/+0
2016-02-18coverity#1352316 Explicit null dereferencedCaolán McNamara1-7/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin20-64/+63
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-5/+5
2016-02-16coverity#1352448 Use of untrusted scalar valueCaolán McNamara1-2/+1
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann5-11/+14
2016-02-11Avoid duplicate declarationTor Lillqvist1-2/+0
2016-02-10loplugin:nullptr, loplugin:overrideStephan Bergmann1-15/+15
2016-02-10Add existing CppUnit test for sal/rtl/randomChristoph Brill2-0/+22
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-02-07Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic2-8/+8
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara1-0/+1