summaryrefslogtreecommitdiff
path: root/sal/osl/unx/uunxapi.cxx
AgeCommit message (Expand)Author
2023-08-14tdf#146619 Remove unused includes from sal/ [headers]Gabor Kelemen
2023-08-09tdf#146619 Remove unused includes from sal/ [system.hxx]Gabor Kelemen
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-07-02fix --enable-macosx-sandbox buildNoel Grandin
2022-05-21rtl_String->OString in salNoel Grandin
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-04-06Nah, let's revert that shiteTor Lillqvist
2020-04-04Let's put some verbosity in #if 0, thoughTor Lillqvist
2020-04-04Show what pathname a fd was opened from in the SAL_INFO("sal.file") callsTor Lillqvist
2020-04-04Show flags and modes symbolically in the SAL_INFO() for open() and access()Tor Lillqvist
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann
2019-09-17Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/Stephan Bergmann
2019-08-30Clean up some osl::X, X_u function combosStephan Bergmann
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-01Fix build on HaikuKacper Kasper
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19Introduce UnixErrnoString() and use it in sal/osl/unxTor Lillqvist
2018-10-12More SAL_INFO("sal.file", ...) tweaksTor Lillqvist
2018-10-11Further SAL_INFO("sal.file",...) tweaksTor Lillqvist
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-03-03TyposJulien Nabet
2014-11-19system.h -> system.hxxStephan Bergmann
2014-11-19Fold uunxapi.h into uunxapi.hxxStephan Bergmann
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist
2014-08-15Don't do the security scope bookmark dance if not in a sandboxed processTor Lillqvist
2014-03-19loplugin:passstringbyrefStephan Bergmann
2013-12-19Fix crash on AndroidTor Lillqvist
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-09-03Don't compile all of the sal library as Objective-C++ on OS X after allTor Lillqvist
2013-08-26Use strncmp()Tor Lillqvist
2013-08-26Be careful not to access a string out of boundsTor Lillqvist
2013-08-25Fix "Save As" when sandboxed on OS XTor Lillqvist
2013-08-25More work on a sandboxed LibreOffice on OS XTor Lillqvist
2013-08-25Do more syscalls using a security scope bookmark on OS X when sandboxedTor Lillqvist
2013-08-24Cleanup some weird or inconsistent indentaion and bin some pointless commentsTor Lillqvist
2012-11-21re-base on ALv2 code. Includes:Michael Meeks
2012-06-29Remove include guardsThomas Arnhold
2012-01-26android: move lo-bootstrap to osl/detail, Attach threads as createdMichael Meeks
2012-01-18Add some non-public API to be used by SvFileStreamTor Lillqvist
2012-01-04Handle /assets paths also in realpath_u()Tor Lillqvist
2012-01-04Probably using a local rtl::OString is betterTor Lillqvist
2012-01-04Use the lo_apk_* functions for files under /assetsTor Lillqvist