summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* These arguments can apparently never be nullStephan Bergmann2017-07-132-10/+8
* strip some linefeeds from the end of debug outputNoel Grandin2017-07-121-1/+1
* osl: unx file.cxx nullptr testing cleanupChris Sherlock2017-07-111-4/+4
* simplify some OUString compareTo callsNoel Grandin2017-07-101-4/+4
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-105-10/+10
* osl: w32/pipe.cxx fPipeAvailable -> bPipeAvailableChris Sherlock2017-07-101-4/+4
* osl: followup - m_NamedObject never INVALID_HANDLE_VALUEChris Sherlock2017-07-101-1/+1
* Followup: m_NamedObject never INVALID_HANDLE_VALUE, must be nullptrChris Sherlock2017-07-101-2/+2
* osl: CreateMutexW returns NULL on failure, not INVALID_HANDLE_VALUEChris Sherlock2017-07-101-12/+14
* osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock2017-07-082-4/+0
* tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock2017-07-071-14/+18
* osl: unx osl_getDirectoryItem() cleanupChris Sherlock2017-07-071-4/+4
* osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock2017-07-071-23/+24
* osl: osl_closeDirectory cleanupChris Sherlock2017-07-071-9/+9
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-072-2/+2
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+1
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-064-9/+9
* tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock2017-07-062-3/+7
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-1/+1
* tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl2017-07-051-0/+4
* new loplugin unnecessaryparenNoel Grandin2017-07-053-10/+10
* loplugin:casttovoid (clang-cl): salStephan Bergmann2017-07-051-3/+1
* loplugin:oncevar (clang-cl): salStephan Bergmann2017-07-036-14/+9
* Rather translate "Sonderzeichen" as "special characters"Stephan Bergmann2017-07-031-7/+7
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-031-1/+1
* Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M2017-07-034-55/+55
* loplugin:casttovoid: salStephan Bergmann2017-07-027-82/+13
* -Werror=catch-value= (GCC 8)Stephan Bergmann2017-06-271-1/+1
* s/catched/caughtNoel Grandin2017-06-261-1/+1
* loplugin:oncevar in oox..saxNoel Grandin2017-06-265-10/+5
* osl: w32/pipe.cxx typo should have been caught, not cachedChris Sherlock2017-06-261-1/+1
* osl: socket.cxx nullptr comparison cleanupsChris Sherlock2017-06-252-21/+19
* osl: for should be a whileChris Sherlock2017-06-251-1/+1
* osl: test condition fixes in unx/file.cxxChris Sherlock2017-06-251-31/+30
* osl: whitespace cleanup of unx/file.cxxChris Sherlock2017-06-251-228/+286
* osl: doxygen comments in unx/file.cxxChris Sherlock2017-06-251-12/+10
* osl: cleanup headers of unx/file.cxxChris Sherlock2017-06-251-8/+5
* tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock2017-06-252-14/+19
* osl: remove unneeded comment in unx/file.cxxChris Sherlock2017-06-251-5/+0
* osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock2017-06-252-28/+3
* osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock2017-06-252-167/+139
* osl: w32/file.cxx cleanup signatures of definitionsChris Sherlock2017-06-231-34/+18
* osl: w32/file.cxx normalized LHS/RHS if conditionsChris Sherlock2017-06-231-39/+39
* osl: w32/file.cxx remove extraneous space from around bracesChris Sherlock2017-06-231-133/+133
* osl: w32/file.cxx update commentsChris Sherlock2017-06-231-14/+10
* osl: w32/file.cxx update headersChris Sherlock2017-06-231-11/+9
* osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock2017-06-231-5/+0
* loplugin:unusedfields in registry..saxNoel Grandin2017-06-233-10/+1
* fix android buildNoel Grandin2017-06-201-1/+0