summaryrefslogtreecommitdiff
path: root/sal/osl/unx/process_impl.cxx
AgeCommit message (Expand)Author
2024-01-18-Werror,-Wunused-variable (Emscripten)Stephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-08-30tdf#146619 Remove unused includes from sal/osl/unxGabor Kelemen
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2022-12-13Add Emscripten ifdef to bootstrap_getExecutableFile()Tor Lillqvist
2020-04-29Fix problems when running a sandboxed LO as instdir/.../soffice on macOSTor Lillqvist
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-23dlsym() typically does not find "main" so use readlink() on /proc/self/exeTor Lillqvist
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2017-12-15loplugin:salcall (macOS)Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: salStephan Bergmann
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-07-30osl: cleanup Unix process_impl.cxx - remove comment cruftChris Sherlock
2017-03-22Don't actually change OS-level locale with (unused) osl_setSystemLocaleStephan Bergmann
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-03-10Rename _imp_get/setProcessLocale (avoid reserved identifiers)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann
2014-12-04Still no need for osl_setCommandArgsStephan Bergmann
2014-11-27Make osl_getExecutableFile work even without a prior osl_setCommandArgsStephan Bergmann
2014-11-25Adapt some logs and assertionsStephan Bergmann
2014-11-25Revert "pyuno: set up fake command line in getComponentContext()"Stephan Bergmann
2014-11-19Fold file_path_helper.h into file_path_helper.hxxStephan Bergmann
2014-11-19Fold uunxapi.h into uunxapi.hxxStephan Bergmann
2014-11-19nlsupport.h -> nlsupport.hxxStephan Bergmann
2014-07-31osl_areCommandArgsSet: ensure mutexes locked when accessing data.Andrzej Hunt
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt
2014-04-04Clean up unreferenced functionsStephan Bergmann
2014-04-03Kill superfluous vertical whitespaceTor Lillqvist
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-10sal: add special handling of argc==0 to osl_setCommandArgs()Michael Stahl
2013-10-09pyuno: set up fake command line in getComponentContext()Michael Stahl
2013-10-09Use SAL_WARN_IF() instead of assert() so that our Python unit tests don't failTor Lillqvist
2013-10-09Use assertions to ensure proper use of the osl command line arg APITor Lillqvist
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-02-22Not using NativeActivity means no lo_main() stuff used eitherTor Lillqvist
2013-02-21Revert "Clean up remains of NativeActivity-based Android app support"Michael Meeks
2012-11-21Clean up remains of NativeActivity-based Android app supportTor Lillqvist
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-09-14Adapt for DISABLE_DYNLOADING possibility on AndroidTor Lillqvist
2012-06-29Remove some more include guardsThomas Arnhold