summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2016-03-16Remove code that has been commented-out for longTor Lillqvist
2016-03-15loplugin:constantparamNoel Grandin
2016-03-11Better fix for -Werror=shadowStephan Bergmann
2016-03-10-Werror=shadowStephan Bergmann
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Drop __osl_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-03-10Rename _imp_get/setProcessLocale (avoid reserved identifiers)Stephan Bergmann
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-03-10Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-03-10Drop __rtl_random_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Drop __rtl_digest_ prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-10Drop __rtl_cipher prefix from static entities (avoid reserved identifiers)Stephan Bergmann
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt
2016-03-07sal: UNX: in oslDoCopy, rename into destination directory ...Michael Stahl
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani
2016-03-04Work around -Werror,-Wunused-macros with clang-clStephan Bergmann
2016-03-04Use existing "sal.osl" log areaStephan Bergmann
2016-03-04Probably better to not disable this cache in all debug modesStephan Bergmann
2016-03-04Spurious spacesStephan Bergmann
2016-03-04This is test code, OK to unconditionally print to stdoutStephan Bergmann
2016-03-04This is test code, OK to unconditionally print to stdoutStephan Bergmann
2016-03-04Remove write-only g_nSocket* debug varsStephan Bergmann
2016-03-04Clean up a SAL_WARN_IFStephan Bergmann
2016-03-04-Werror,-Wunused-macrosStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-03-03sal: replace boost::bind with C++11 lambdasMichael Stahl
2016-03-02tdf#98210 do not require R_OK for pipe dirHank Leininger
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-21WaE vs2015: pointer to int castingNorbert Thiebaud
2016-02-21WaE vs2015: int to pointer castingNorbert Thiebaud
2016-02-19tdf#97703 Removed a few redundant calls to setUp and tearDownJaskaran
2016-02-18coverity#1352316 Explicit null dereferencedCaolán McNamara
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-16coverity#1352448 Use of untrusted scalar valueCaolán McNamara
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-11Avoid duplicate declarationTor Lillqvist
2016-02-10loplugin:nullptr, loplugin:overrideStephan Bergmann
2016-02-10Add existing CppUnit test for sal/rtl/randomChristoph Brill
2016-02-08cppcheck: noExplicitConstructorCaolán McNamara
2016-02-07Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usuallyDamjan Jovanovic
2016-02-05cppcheck-suppress sizeofwithsilentarraypointerCaolán McNamara
2016-01-26fix the new CPPUNIT_TEST_NAME codeMarkus Mohrhard