summaryrefslogtreecommitdiff
path: root/sal/osl/unx/profile.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-04-13loplugin:sequentialassign in salNoel Grandin1-3/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin1-4/+4
2018-11-22improve function-local statics in salNoel Grandin1-13/+1
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist1-7/+8
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist1-2/+35
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin1-4/+4
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara1-0/+1
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: salStephan Bergmann1-6/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-9/+0
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin1-9/+1
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin1-11/+9
2017-01-10New loplugin:conststringvar: salStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-22/+22
2016-03-10Remove unnecessary typedefs (that introduced reserved identifiers)Stephan Bergmann1-10/+10
2016-03-04Clean up a SAL_WARN_IFStephan Bergmann1-8/+6
2016-03-03tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-112/+112
2015-10-30sal: loplugin:salboolMichael Stahl1-4/+4
2015-10-05malloc + memset (0) --> callocPedro Giffuni1-6/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-7/+7
2015-04-23cppcheck: uselessAssignmentArgCaolán McNamara1-1/+0
2015-04-23cppcheck: redundantAssignmentCaolán McNamara1-4/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-28/+28
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-29/+29
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn1-15/+10
2014-11-21cid#1255386: Unchecked return valueStephan Bergmann1-5/+7
2014-11-19system.h -> system.hxxStephan Bergmann1-1/+1
2014-11-19readwrite_helper.h -> readwrite_helper.hxxStephan Bergmann1-1/+1
2014-11-19file_url.h -> file_url.hxxStephan Bergmann1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+1
2014-05-22WoE: while (..) {} instead of while(..);Douglas Mencken1-1/+1
2014-05-22fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTMukhiddin Yusupov1-340/+37
2014-05-08various: sal_Bool->boolNoel Grandin1-87/+87
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-24/+0
2014-03-06coverity#1190345 log failure to set CLOEXEC flagStephan Bergmann1-1/+5
2014-03-06coverity#1190347 check rename(3) return valueStephan Bergmann1-11/+5
2014-03-04coverity#706154 is about call to strcpy, not osl_ProfileGenerateExtensionStephan Bergmann1-9/+4
2014-03-04sal/osl/unx: profile.c -> profile.cxx (to facilitate further fixes)Stephan Bergmann1-0/+2212