summaryrefslogtreecommitdiff
path: root/sal/osl/unx/process_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+8
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann1-4/+3
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist1-1/+21
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen1-0/+1
2017-12-15loplugin:salcall (macOS)Stephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: salStephan Bergmann1-8/+8
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock1-42/+3
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann1-8/+2
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2016-03-10Rename _imp_get/setProcessLocale (avoid reserved identifiers)Stephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-21/+21
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-10/+10
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-2/+2
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann1-8/+0
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann1-1/+1
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann1-20/+17
2014-11-25Adapt some logs and assertionsStephan Bergmann1-3/+5
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann1-17/+4
2014-11-19Fold file_path_helper.h into file_path_helper.hxxStephan Bergmann1-1/+1
2014-11-19Fold uunxapi.h into uunxapi.hxxStephan Bergmann1-1/+1
2014-11-19nlsupport.h -> nlsupport.hxxStephan Bergmann1-1/+1
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt1-1/+4
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt1-0/+5
2014-04-04Clean up unreferenced functionsStephan Bergmann1-16/+2
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl1-3/+16
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl1-1/+1
2013-10-09Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist1-1/+1
2013-10-09Use assertions to ensure proper use of the osl command line arg APITor Lillqvist1-6/+2
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist1-20/+4
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks1-4/+20
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist1-20/+4
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist1-1/+1
2012-06-29Remove some more include guardsThomas Arnhold1-16/+1
2012-03-22No point searching PATH on Android and iOSTor Lillqvist1-1/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist1-12/+2
2012-03-13Use _NSGetExecutablePath also on iOSTor Lillqvist1-5/+1
2012-02-15Merge branch 'feature/android'Tor Lillqvist1-1/+1
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-1/+1
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks1-1/+1