summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-06-20fix android buildNoel Grandin1-1/+0
2017-06-20new cannot return nullptrNoel Grandin3-25/+3
2017-06-19Remove questionable assertsStephan Bergmann1-5/+0
2017-06-18Fix TBJulien Nabet1-2/+3
2017-06-18tdf#43157 - osl: convert OSL_ASSERTs to assert in signalshared.cxxChris Sherlock1-2/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-06-16osl: signalshared.cxx no longer uses pVar (!=|==) nullptr expressionsChris Sherlock1-12/+10
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock1-290/+2
2017-06-14use default handler for SIGALRM for fuzzersCaolán McNamara2-5/+20
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin7-22/+14
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin6-10/+10
2017-06-08Avoid -fsanitize=signed-integer-overflowStephan Bergmann1-0/+5
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-3/+5
2017-06-07sal: use thread safe local static in getInternMutexJochen Nitschke1-19/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-0/+12
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin7-21/+0
2017-05-30sal,external: remove checks for obsolete VCVER=120Michael Stahl1-1/+1
2017-05-30sal,sd: remove deprecated Windows XP socket codeMichael Stahl1-117/+0
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann1-1/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-4/+4
2017-05-29osl: qa test of %2F - for file URIs this is invalidChris Sherlock1-3/+16
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-1/+1
2017-05-27osl: remove LLA sigs, fix typos and convert to Doxygen commentChris Sherlock1-12/+13
2017-05-27osl: convert to variable == value, not value == variableChris Sherlock1-9/+9
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock2-2/+11
2017-05-18Revert "Fix typos"Stephan Bergmann1-1/+1
2017-05-18Fix typosAndrea Gelmini1-1/+1
2017-05-17Fix integer typesStephan Bergmann2-5/+5
2017-05-17BOOL -> boolStephan Bergmann2-8/+8
2017-05-17wchar_t -> sal_UnicodeStephan Bergmann1-12/+19
2017-05-17Remove unused VALIDATEPATH_ALLOW_WILDCARDSStephan Bergmann2-6/+1
2017-05-17BOOL -> boolStephan Bergmann1-12/+12
2017-05-17Remove IsValidFilePath lppError parameter; always nullStephan Bergmann3-11/+6
2017-05-17Remove osl_getFileURLFromSystemPath_Stephan Bergmann3-13/+2
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke1-0/+33
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann12-43/+43
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann9-34/+34
2017-05-15coverity#1408971 Mixing enum typesCaolán McNamara1-14/+11
2017-05-14osl: cleanup file_url.cxxChris Sherlock1-108/+94
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock1-31/+80
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock1-51/+51
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock1-2152/+2149
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock1-2/+1
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock1-658/+653
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock1-403/+410
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock1-214/+214
2017-05-13osl: remove commented code from file testChris Sherlock1-31/+0
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock1-59/+53
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke12-12/+0
2017-05-07osl: remove comment cruft, whitespace cleanup of thread.cxxChris Sherlock2-92/+11