summaryrefslogtreecommitdiff
path: root/sal
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Fix typosAndrea Gelmini3-15/+15
2019-08-20Fix typosAndrea Gelmini2-2/+2
2019-08-13Avoid non-async-signal-safe functionality after forkStephan Bergmann1-4/+6
2019-08-12Avoid non-async-signal-safe functionality between fork and execStephan Bergmann1-2/+1
2019-08-10cid#1452268 Uninitialized scalar variableCaolán McNamara1-0/+2
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann1-1/+1
2019-08-10aTime.tm_wday gets overwritten anywayCaolán McNamara1-1/+0
2019-08-09Resolves: tdf#126766 fix rounding correction at start of negative valuesEike Rathke1-2/+12
2019-08-02Fix typo in codeAndrea Gelmini1-1/+1
2019-08-02Fix typosAndrea Gelmini16-35/+35
2019-08-01Silence -Wunused-function on AndroidMike Kaganski1-0/+4
2019-08-01Unify some code across platforms to use static initializersMike Kaganski1-113/+101
2019-08-01Sometimes static checks are enough.Mike Kaganski1-2/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann3-3/+3
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-07-24Fix typoAndrea Gelmini1-1/+1
2019-07-19cid#1448293 Copy into fixed size bufferCaolán McNamara1-1/+2
2019-07-19coverity concurrency annotation attemptNoel Grandin1-0/+20
2019-07-18cid#1448288 Unchecked return value from libraryCaolán McNamara1-1/+1
2019-07-09Optimize osl_getSystemTime on WindowsMike Kaganski1-16/+20
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+3
2019-06-21android: Fix type of a C string to be const char[].Jan Holesovsky1-4/+6
2019-06-03tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4Noel Grandin2-6/+11
2019-05-16Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not workTor Lillqvist1-0/+30
2019-05-12regenerate PCH headersLuboš Luňák1-5/+5
2019-05-10an is used before a vowel soundCaolán McNamara2-2/+2
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-7/+17
2019-04-30improve loplugin:stringconstantNoel Grandin1-1/+1
2019-04-28tdf#120703 PVS: dereference before nullptr checkMike Kaganski1-5/+5
2019-04-25Cut down on -pthread/-lpthread proliferationStephan Bergmann1-3/+0
2019-04-18Don't set locale env vars on macOSStephan Bergmann1-6/+0
2019-04-17tdf#124776: don't use SearchPathW to get full path of executableMike Kaganski1-4/+2
2019-04-15improve loplugin simplifyconstructNoel Grandin2-2/+2
2019-04-13loplugin:sequentialassign in salNoel Grandin12-82/+38
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-04-13android: Make the tiled rendering from the loolwsd actually work.Jan Holesovsky1-0/+6
2019-04-05Replace legacy dynamically-loaded functions with statically linked onesMike Kaganski5-375/+63
2019-04-03In LibreOffice core commit d4d3766, several variables were changedGreg Veldman1-6/+6
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski1-0/+2
2019-03-31tdf#120703 PVS: Silence V575 warningsMike Kaganski4-10/+24
2019-03-27Remove unused macros that caused compiler warnings and simplifyTor Lillqvist1-21/+0
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann2-2/+2
2019-03-27Replace gethostbyname_r with getaddrinfoArkadiy Illarionov3-150/+46
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