summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)Author
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30sal,external: remove checks for obsolete VCVER=120Michael Stahl
2017-05-30sal,sd: remove deprecated Windows XP socket codeMichael Stahl
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock
2017-05-27osl: convert to variable == value, not value == variableChris Sherlock
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini
2017-05-17Fix integer typesStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann
2017-05-17BOOL -> boolStephan Bergmann
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara
2017-05-14osl: cleanup file_url.cxxChris Sherlock
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock
2017-05-13osl: remove commented code from file testChris Sherlock
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-03Work around GCC 7 mis-featureStephan Bergmann
2017-05-03remove empty commentsNoel Grandin
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl
2017-04-26loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-26-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin