summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-03-19hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara1-3/+1
2019-03-18tdf#96038 Make shell function work with paths containing spacesRoland Baudin1-4/+14
2019-03-12sal, android: fix -Werror,-Wreturn-typeMiklos Vajna1-0/+2
2019-03-11android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky1-0/+15
2019-03-11android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky1-8/+21
2019-03-11android: Expose setting of the JavaVM.Jan Holesovsky1-0/+7
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-5/+5
2019-03-05re-land "new loplugin typedefparam""Noel Grandin3-10/+10
2019-03-04Fix various clang-cl warningsStephan Bergmann1-22/+22
2019-03-04Revert "new loplugin typedefparam"Noel Grandin3-10/+10
2019-03-04new loplugin typedefparamNoel Grandin3-10/+10
2019-03-01make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák1-1/+1
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann5-10/+10
2019-02-26loplugin:simplifybool (clang-cl)Stephan Bergmann1-1/+1
2019-02-22tdf#39625 make sal/qa/systools/test_comtools.cxx work with CppUnitAndrés Maldonado3-9/+27
2019-02-22-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2019-02-22error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann1-1/+1
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-6/+6
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov1-6/+5
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+1
2019-02-10tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov1-15/+1
2019-02-09loplugin:indentation in registry..saxNoel Grandin13-95/+96
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann1-40/+46
2019-02-07Make osl_getLocalHostname thread-safeStephan Bergmann1-51/+37
2019-02-06tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann1-2/+12
2019-02-05Improve osl_getLocalHostname on WindowsStephan Bergmann1-2/+15
2019-01-31loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-2/+2
2019-01-30loplugin:redundantinline (clang-cl)Stephan Bergmann3-9/+9
2019-01-23rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann1-0/+4
2019-01-17Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann1-34/+3
2019-01-16Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddrStephan Bergmann1-29/+10
2019-01-16Use OString for memory management of osl_psz_createPipeStephan Bergmann2-45/+26
2019-01-16Avoid unnecessary string copying in osl_getUserNameStephan Bergmann1-27/+6
2019-01-16Use OString for memory management of getBootstrapSocketPathStephan Bergmann1-31/+15
2019-01-16New loplugin:emptyStephan Bergmann3-6/+6
2019-01-16Use OString for memory management of osl_psz_getConfigDirStephan Bergmann1-57/+59
2019-01-16Use OString for memory management of osl_psz_getHomeDirStephan Bergmann1-33/+44
2019-01-15simplify duplicate codeStephan Bergmann1-5/+4
2019-01-15Use C++ OString/OUString classes hereStephan Bergmann1-19/+9
2019-01-15Avoid unnecessary string copying in osl_getUserNameStephan Bergmann1-17/+18
2018-12-15tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski1-11/+54
2018-12-14tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski1-2/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann7-27/+27
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-04tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski1-1/+1
2018-12-02-Werror,-Wc++98-compat-extra-semiStephan Bergmann1-1/+1
2018-12-01tdf#39468 Translate German commentsJens Carl1-1/+1
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke1-0/+56
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke1-2/+12