summaryrefslogtreecommitdiff
path: root/sal/osl/unx
AgeCommit message (Expand)Author
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock
2017-07-07tdf#43157 - osl: convert OSL_ASSERT in unx/file_misc.cxxChris Sherlock
2017-07-07osl: unx osl_getDirectoryItem() cleanupChris Sherlock
2017-07-07osl: unx osl_getNextDirectoryItem() cleanupChris Sherlock
2017-07-07osl: osl_closeDirectory cleanupChris Sherlock
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-06-27-Werror=catch-value= (GCC 8)Stephan Bergmann
2017-06-26s/catched/caughtNoel Grandin
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-25osl: socket.cxx nullptr comparison cleanupsChris Sherlock
2017-06-25osl: for should be a whileChris Sherlock
2017-06-25osl: test condition fixes in unx/file.cxxChris Sherlock
2017-06-25osl: whitespace cleanup of unx/file.cxxChris Sherlock
2017-06-25osl: doxygen comments in unx/file.cxxChris Sherlock
2017-06-25osl: cleanup headers of unx/file.cxxChris Sherlock
2017-06-25tdf#43157 - osl: convert OSL_PRECONDs in w32 & unx file.cxxChris Sherlock
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock
2017-06-25osl: remove comment cruft from pipe.cxx on win32 and unxChris Sherlock
2017-06-25osl: whitespace cleanup of pipe.cxx for unx and w32Chris Sherlock
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock
2017-06-23loplugin:unusedfields in registry..saxNoel Grandin
2017-06-20fix android buildNoel Grandin
2017-06-20new cannot return nullptrNoel Grandin
2017-06-14use default handler for SIGALRM for fuzzersCaolán McNamara
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-20tdf#107968 - double slash handling misleading; add unit testChris Sherlock
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-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-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-21Make HASHID work whenever there is std::hash<pthread_t>Stephan Bergmann
2017-04-20Simplify PTHREAD_VALUEStephan Bergmann
2017-04-20Avoid loplugin:redundantcast on macOSStephan Bergmann
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-30loplugin:redundantcastStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-24Handle "POSIX" in parse_locale, 2nd attemptStephan Bergmann