summaryrefslogtreecommitdiff
path: root/sal/osl/unx/profile.cxx
AgeCommit message (Expand)Author
2020-04-15loplugin:buriedassign in salNoel Grandin
2020-04-06Nah, let's revert that shiteTor Lillqvist
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist
2020-04-02loplugin:flatten in salNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-04-13loplugin:sequentialassign in salNoel Grandin
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2018-11-22improve function-local statics in salNoel Grandin
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara
2018-05-22Fix typosAndrea Gelmini
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-07-02loplugin:casttovoid: salStephan Bergmann
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-01-10New loplugin:conststringvar: salStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann
2016-03-04Clean up a SAL_WARN_IFStephan Bergmann
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30sal: loplugin:salboolMichael Stahl
2015-10-05malloc + memset (0) --> callocPedro Giffuni
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara
2015-04-23cppcheck: redundantAssignmentCaolán McNamara
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-11-21cid#1255386: Unchecked return valueStephan Bergmann
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann
2014-11-19file_url.h -> file_url.hxxStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov
2014-05-08various: sal_Bool->boolNoel Grandin
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann