summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-28Revert "Temporary hack for iOS: open files read-only if read-write open fails"Stephan Bergmann1-14/+0
2018-01-12More loplugin:cstylecast: salStephan Bergmann1-9/+9
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin1-1/+1
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-10-31loplugin:constantparam in sal,saxNoel Grandin1-16/+16
2017-10-26cid#1420316: Try silence CONSTANT_EXPRESSION_RESULTStephan Bergmann1-0/+1
2017-10-25Also check whether negative uOffset exceeds std::numeric_limits<off_t>::min()Stephan Bergmann1-6/+10
2017-10-20coverity#1419948 silence Operands don't affect resultCaolán McNamara1-1/+1
2017-10-16Rephrase checks for exceeding off_t limitsStephan Bergmann1-10/+11
2017-10-16Fix overflowStephan Bergmann1-2/+4
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-08-07loplugin:oncevarStephan Bergmann1-2/+3
2017-07-18Followup to final followup 647382f52351a75 of my followupChris Sherlock1-2/+2
2017-07-13These arguments can apparently never be nullStephan Bergmann1-6/+4
2017-07-11osl: unx file.cxx nullptr testing cleanupChris Sherlock1-4/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-08osl: followup to 7c6ccc42 for w32/unx file.cxxChris Sherlock1-1/+0
2017-07-05tdf#59424 unset open flag O_EXCL if O_CREAT is not setTomaž Vajngerl1-0/+4
2017-07-02loplugin:casttovoid: salStephan Bergmann1-1/+2
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 Sherlock1-6/+7
2017-06-25osl: remove unneeded comment in unx/file.cxxChris Sherlock1-5/+0
2017-06-23osl: getpagesize() uses sysconf(_SC_PAGESIZE) on all BSDsChris Sherlock1-5/+0
2017-06-20fix android buildNoel Grandin1-1/+0
2017-06-20new cannot return nullptrNoel Grandin1-13/+0
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann1-20/+20
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-85/+81
2017-03-30loplugin:redundantcastStephan Bergmann1-1/+1
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2016-12-06new loplugin/rewriter comparisonwithconstantNoel Grandin1-40/+40
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-9/+9
2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke1-2/+3
2016-02-23new loplugin: commaoperatorNoel Grandin1-17/+40
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-43/+43
2015-10-11move extracting assets to Java & use AssetManager to access assetsChristian Lohmaier1-8/+21
2015-10-06pthread_mutex_lock/unlock must not be called with null argumentStephan Bergmann1-2/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24loplugin:constantfunction: variousNoel Grandin1-9/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-26/+26
2015-02-16It is not necessary to be _that_ verbose.Jan Holesovsky1-3/+0
2015-01-29Extract loplugin:redundantcast from loplugin:cstylecastStephan Bergmann1-1/+1