summaryrefslogtreecommitdiff
path: root/sal/osl/w32/profile.cxx
AgeCommit message (Expand)Author
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann
2019-02-26loplugin:simplifybool (clang-cl)Stephan Bergmann
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann
2018-10-21tdf#120703 (PVS): handle failed calloc/reallocMike Kaganski
2018-08-06Add missing sal/log.hxx headersGabor Kelemen
2018-04-03osl: Fix possible memleakTakeshi Abe
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04lookupProfile: drop unreachable codeMike Kaganski
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski
2017-09-28Missing includes (--disable-pch)Stephan Bergmann
2017-09-27SAL: use more Unicode on WindowsMike Kaganski
2017-07-22osl: get rid of comment cruft in w32 profile.cxxChris Sherlock
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann
2016-12-13Reuse existing sal.osl log areaStephan Bergmann
2016-12-13fix windows build after OSL_TRACE->SAL changesNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-10-05use modern castsCaolán McNamara
2015-10-05Fix error C2440: casts requiredTor Lillqvist
2015-10-05malloc + memset (0) --> callocPedro Giffuni
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-03-13CppCheck cleaning : avoid static string comparisonMichaël Lefèvre
2015-03-11better way to check for empty stringsMarkus Mohrhard
2015-03-02V805: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-19fdo#39440 sal: reduce scope of local variablesMichael Weghorn
2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2013-09-30API CHANGE: Remove osl_getEthernetAddress and osl/util.h .Arnaud Versini
2013-04-17-Werror=unused-macros (MinGW, sal)Stephan Bergmann
2013-03-21std::min() parameters must be of same typeTor Lillqvist
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-10-01Remove internal usage of rtl/memory.h in sal moduleArnaud Versini
2012-03-07WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-07WaE: declaration of 'aTmpPath' shadows a previous localDavid Tardon
2012-03-07WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon
2012-03-07WaE: declaration of 'n' shadows a previous localDavid Tardon
2012-03-07WaE: ordered comparison of pointer with integer zeroDavid Tardon
2012-02-18sal: remove dead code and empty linesThomas Arnhold
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold