summaryrefslogtreecommitdiffstats
path: root/sal
Commit message (Expand)AuthorAgeFilesLines
* hang in crashtesting, would be nice to know what failed to exec hereCaolán McNamara2019-03-191-3/+1
* tdf#96038 Make shell function work with paths containing spacesRoland Baudin2019-03-181-4/+14
* sal, android: fix -Werror,-Wreturn-typeMiklos Vajna2019-03-121-0/+2
* android: Set the FONTCONFIG_FILE envvar to the fonts.conf (if exists).Jan Holesovsky2019-03-111-0/+15
* android: Separate the Android-specific setup from the actual LOK init.Jan Holesovsky2019-03-111-8/+21
* android: Expose setting of the JavaVM.Jan Holesovsky2019-03-111-0/+7
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-062-5/+5
* re-land "new loplugin typedefparam""Noel Grandin2019-03-053-10/+10
* Fix various clang-cl warningsStephan Bergmann2019-03-041-22/+22
* Revert "new loplugin typedefparam"Noel Grandin2019-03-043-10/+10
* new loplugin typedefparamNoel Grandin2019-03-043-10/+10
* make SAL_DEBUG add newline in Windows debug console tooLuboš Luňák2019-03-011-1/+1
* loplugin:indentation (clang-cl)Stephan Bergmann2019-02-265-10/+10
* loplugin:simplifybool (clang-cl)Stephan Bergmann2019-02-261-1/+1
* tdf#39625 make sal/qa/systools/test_comtools.cxx work with CppUnitAndrés Maldonado2019-02-223-9/+27
* -Werror,-Wsign-compare (clang-cl)Stephan Bergmann2019-02-221-1/+1
* error: expected parentheses around type name in sizeof expression (clang-cl)Stephan Bergmann2019-02-221-1/+1
* loplugin:indentation (macOS)Stephan Bergmann2019-02-211-6/+6
* Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov2019-02-121-6/+5
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-2/+1
* tdf#39593 use existing find() to reduce copypasteArkadiy Illarionov2019-02-101-15/+1
* loplugin:indentation in registry..saxNoel Grandin2019-02-0913-95/+96
* Make osl_getLocalHostname thread-safeStephan Bergmann2019-02-071-40/+46
* Make osl_getLocalHostname thread-safeStephan Bergmann2019-02-071-51/+37
* tdf#107461: For Unix-like OS, support file://<hostname>/... URLsStephan Bergmann2019-02-061-2/+12
* Improve osl_getLocalHostname on WindowsStephan Bergmann2019-02-051-2/+15
* loplugin:unnecessaryparen (clang-cl)Stephan Bergmann2019-01-311-2/+2
* loplugin:redundantinline (clang-cl)Stephan Bergmann2019-01-303-9/+9
* rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPPStephan Bergmann2019-01-231-0/+4
* Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann2019-01-171-34/+3
* Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddrStephan Bergmann2019-01-161-29/+10
* Use OString for memory management of osl_psz_createPipeStephan Bergmann2019-01-162-45/+26
* Avoid unnecessary string copying in osl_getUserNameStephan Bergmann2019-01-161-27/+6
* Use OString for memory management of getBootstrapSocketPathStephan Bergmann2019-01-161-31/+15
* New loplugin:emptyStephan Bergmann2019-01-163-6/+6
* Use OString for memory management of osl_psz_getConfigDirStephan Bergmann2019-01-161-57/+59
* Use OString for memory management of osl_psz_getHomeDirStephan Bergmann2019-01-161-33/+44
* simplify duplicate codeStephan Bergmann2019-01-151-5/+4
* Use C++ OString/OUString classes hereStephan Bergmann2019-01-151-19/+9
* Avoid unnecessary string copying in osl_getUserNameStephan Bergmann2019-01-151-17/+18
* tdf#98343 follow-up: don't fail on UNC prefixesMike Kaganski2018-12-151-11/+54
* tdf#98343: ensure PathRemoveFileSpec does not remove UNC's "\\"Mike Kaganski2018-12-141-2/+3
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-087-27/+27
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-2/+2
* tdf#34171: check foreign lockfiles to tell who has locked documentMike Kaganski2018-12-041-1/+1
* -Werror,-Wc++98-compat-extra-semiStephan Bergmann2018-12-021-1/+1
* tdf#39468 Translate German commentsJens Carl2018-12-011-1/+1
* Unit test for leading and trailing group separator charactersEike Rathke2018-12-011-0/+56
* A leading or trailing group separator character is not a group separatorEike Rathke2018-12-011-2/+12