summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-1/+1
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl1-0/+4
2017-07-05new loplugin unnecessaryparenNoel Grandin3-10/+10
2017-07-05loplugin:casttovoid (clang-cl): salStephan Bergmann1-3/+1
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann6-14/+9
2017-07-03Rather translate "Sonderzeichen" as "special characters"Stephan Bergmann1-7/+7
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M4-55/+55
2017-07-02loplugin:casttovoid: salStephan Bergmann7-82/+13
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann1-1/+1
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in oox..saxNoel Grandin5-10/+5
2017-06-26osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock1-1/+1
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock2-21/+19
2017-06-25osl: for should be a whileChris Sherlock1-1/+1
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock1-31/+30
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock1-228/+286
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock1-12/+10
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock1-8/+5
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock2-14/+19
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock1-5/+0
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock2-28/+3
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock2-167/+139
2017-06-23osl: w32/file.cxx cleanup signatures of definitionsChris Sherlock1-34/+18
2017-06-23osl: w32/file.cxx normalized LHS/RHS if conditionsChris Sherlock1-39/+39
2017-06-23osl: w32/file.cxx remove extraneous space from around bracesChris Sherlock1-133/+133
2017-06-23osl: w32/file.cxx update commentsChris Sherlock1-14/+10
2017-06-23osl: w32/file.cxx update headersChris Sherlock1-11/+9
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock1-5/+0
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin3-10/+1
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