summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-096-10/+10
* Avoid -fsanitize=signed-integer-overflowStephan Bergmann2017-06-081-0/+5
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-3/+5
* sal: use thread safe local static in getInternMutexJochen Nitschke2017-06-071-19/+1
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-0/+12
* clang-tidy readability-redundant-control-flowNoel Grandin2017-05-317-21/+0
* sal,external: remove checks for obsolete VCVER=120Michael Stahl2017-05-301-1/+1
* sal,sd: remove deprecated Windows XP socket codeMichael Stahl2017-05-301-117/+0
* Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann2017-05-301-1/+1
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-4/+4
* osl: qa test of %2F - for file URIs this is invalidChris Sherlock2017-05-291-3/+16
* remove some unnecessary OString constructor callsNoel Grandin2017-05-291-1/+1
* osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock2017-05-271-12/+13
* osl: convert to variable == value, not value == variableChris Sherlock2017-05-271-9/+9
* tdf#107968 - double slash handling misleading; add unit testChris Sherlock2017-05-202-2/+11
* Revert "Fix typos"Stephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-05-181-1/+1
* Fix integer typesStephan Bergmann2017-05-172-5/+5
* BOOL -> boolStephan Bergmann2017-05-172-8/+8
* wchar_t -> sal_UnicodeStephan Bergmann2017-05-171-12/+19
* Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann2017-05-172-6/+1
* BOOL -> boolStephan Bergmann2017-05-171-12/+12
* Remove IsValidFilePath lppError parameter; always nullStephan Bergmann2017-05-173-11/+6
* Remove osl_getFileURLFromSystemPath_Stephan Bergmann2017-05-173-13/+2
* Add some unit tests for rtl_math_StringFormat_GEike Rathke2017-05-171-0/+33
* Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2017-05-1612-43/+43
* Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann2017-05-169-34/+34
* coverity#1408971 Mixing enum typesCaolán McNamara2017-05-151-14/+11
* osl: cleanup file_url.cxxChris Sherlock2017-05-141-108/+94
* osl: osl_File.cxx unit test formatting cleanupChris Sherlock2017-05-141-31/+80
* osl: osl_File.cxx indent fixesChris Sherlock2017-05-131-51/+51
* osl: final cleanup of sal_File.cxx unit testChris Sherlock2017-05-131-2152/+2149
* osl: osl_File.cxx header cleanupChris Sherlock2017-05-131-2/+1
* osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock2017-05-131-658/+653
* osl: osl_File.cxx qa file cleanupChris Sherlock2017-05-131-403/+410
* osl: file test - space between C comment token and start of commentChris Sherlock2017-05-131-214/+214
* osl: remove commented code from file testChris Sherlock2017-05-131-31/+0
* osl: remove extraneous comment cruft from test sourceChris Sherlock2017-05-131-59/+53
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-0912-12/+0
* osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2017-05-072-92/+11
* osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock2017-05-072-68/+8
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* Work around GCC 7 mis-featureStephan Bergmann2017-05-031-0/+7
* remove empty commentsNoel Grandin2017-05-031-4/+1
* loplugin:salunicodeliteral: salStephan Bergmann2017-04-285-25/+25
* loplugin:cppunitassertequals: salStephan Bergmann2017-04-2810-343/+673
* sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl2017-04-271-3/+13
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-262-5/+5
* loplugin:useuniqueptr (clang-cl)Stephan Bergmann2017-04-261-11/+12
* -Werror,-Wunused-macros (clang-cl)Stephan Bergmann2017-04-261-1/+0