summaryrefslogtreecommitdiff
path: root/sal/osl/w32/process.cxx
AgeCommit message (Expand)AuthorFilesLines
5 hoursWaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara1-0/+1
2021-01-30Don't change process current directory in osl_getAbsoluteFileURLMike Kaganski1-5/+1
2021-01-29Use OUString and its fast concat instead of C string manipulationMike Kaganski1-17/+7
2021-01-29Use MutexGuard instead of direct oslMutex manipulationsMike Kaganski1-19/+14
2020-02-03Remove unnecessary castStephan Bergmann1-1/+1
2019-12-05loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-04-17tdf#124776: don't use SearchPathW to get full path of executableMike Kaganski1-4/+2
2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin1-2/+2
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-02sal: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-13/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-6/+6
2018-01-01sal: (win32) readd comment explaining about buffer size decisionChris Sherlock1-0/+5
2017-10-27loplugin:includeform: sal (Windows)Stephan Bergmann1-2/+2
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-9/+10
2017-09-27SAL: use more Unicode on WindowsMike Kaganski1-9/+9
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-15osl/w32: don't use 8-bit string functionsMike Kaganski1-10/+3
2017-07-17loplugin:unnecessaryparen: sal (clang-cl)Stephan Bergmann1-1/+1
2017-07-03loplugin:oncevar (clang-cl): salStephan Bergmann1-3/+2
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-07osl: remove comment cruft, whitespace cleanup of process.cxxChris Sherlock1-41/+0
2017-04-26loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-11/+12
2017-03-24Various loplugin warnings (clang-cl)Stephan Bergmann1-5/+5
2017-03-15tdf#106489 - Win32 version of osl_terminateProcess not "safe"Chris Sherlock1-2/+95
2017-03-04Change sal/osl/w32/*.h -> *.hxxStephan Bergmann1-5/+5
2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann1-2/+0
2016-10-04clang-cl loplugin: salStephan Bergmann1-36/+36
2016-02-21WaE vs2015: int to pointer castingNorbert Thiebaud1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-5/+5
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann1-128/+0
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann1-9/+0
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann1-0/+1
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann1-21/+11
2014-11-25Adapt some logs and assertionsStephan Bergmann1-8/+9
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann1-9/+6
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt1-1/+4
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt1-0/+6
2014-04-04Clean up unreferenced functionsStephan Bergmann1-0/+1
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-3/+0
2013-10-10sal: fix osl_setCommandArgs() on WNTMichael Stahl1-3/+6
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl1-4/+4
2013-07-11Uknown -> UnknownCaolán McNamara1-1/+1
2013-02-22Fix misspellings detected by https://github.com/lyda/misspell-checkTor Lillqvist1-1/+1
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-35/+20
2012-03-07WaE: unused parameterDavid Tardon1-1/+1
2011-10-20osl_getCommandArgCount can be called w/o prior osl_setCommandArgs.Stephan Bergmann1-1/+5
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-5/+5