Age | Commit message (Expand) | Author |
2019-08-01 | Silence -Wunused-function on Android | Mike Kaganski |
2019-08-01 | Unify some code across platforms to use static initializers | Mike Kaganski |
2019-08-01 | Sometimes static checks are enough. | Mike Kaganski |
2019-07-31 | Improved loplugin:stringconstant (now that GCC 7 supports it): sal | Stephan Bergmann |
2019-07-30 | Fix typos | Andrea Gelmini |
2019-07-24 | Fix typo | Andrea Gelmini |
2019-07-19 | cid#1448293 Copy into fixed size buffer | Caolán McNamara |
2019-07-19 | coverity concurrency annotation attempt | Noel Grandin |
2019-07-18 | cid#1448288 Unchecked return value from library | Caolán McNamara |
2019-07-09 | Optimize osl_getSystemTime on Windows | Mike Kaganski |
2019-06-03 | tdf#67538 XTypeDetection::queryTypeByDescriptor poor performance, part4 | Noel Grandin |
2019-05-16 | Use hand-crafted passwd entry for iOS Simulator as getpwuid_r() does not work | Tor Lillqvist |
2019-05-10 | an is used before a vowel sound | Caolán McNamara |
2019-04-28 | tdf#120703 PVS: dereference before nullptr check | Mike Kaganski |
2019-04-18 | Don't set locale env vars on macOS | Stephan Bergmann |
2019-04-17 | tdf#124776: don't use SearchPathW to get full path of executable | Mike Kaganski |
2019-04-15 | improve loplugin simplifyconstruct | Noel Grandin |
2019-04-13 | loplugin:sequentialassign in sal | Noel Grandin |
2019-04-13 | use more std::make_unique | Noel Grandin |
2019-04-05 | Replace legacy dynamically-loaded functions with statically linked ones | Mike Kaganski |
2019-04-03 | In LibreOffice core commit d4d3766, several variables were changed | Greg Veldman |
2019-04-01 | tdf#120703 PVS: Silence V522 warnings | Mike Kaganski |
2019-03-31 | tdf#120703 PVS: Silence V575 warnings | Mike Kaganski |
2019-03-27 | Remove unused macros that caused compiler warnings and simplify | Tor Lillqvist |
2019-03-27 | loplugin:typedefparam (clang-cl) | Stephan Bergmann |
2019-03-27 | Replace gethostbyname_r with getaddrinfo | Arkadiy Illarionov |
2019-03-19 | hang in crashtesting, would be nice to know what failed to exec here | Caolán McNamara |
2019-03-18 | tdf#96038 Make shell function work with paths containing spaces | Roland Baudin |
2019-03-08 | new loplugin constvars | Noel Grandin |
2019-03-06 | loplugin:unnecessaryparen improve member expression | Noel Grandin |
2019-03-05 | re-land "new loplugin typedefparam"" | Noel Grandin |
2019-03-04 | Revert "new loplugin typedefparam" | Noel Grandin |
2019-03-04 | new loplugin typedefparam | Noel Grandin |
2019-03-01 | make SAL_DEBUG add newline in Windows debug console too | Luboš Luňák |
2019-02-26 | loplugin:indentation (clang-cl) | Stephan Bergmann |
2019-02-26 | loplugin:simplifybool (clang-cl) | Stephan Bergmann |
2019-02-22 | -Werror,-Wsign-compare (clang-cl) | Stephan Bergmann |
2019-02-22 | error: expected parentheses around type name in sizeof expression (clang-cl) | Stephan Bergmann |
2019-02-21 | loplugin:indentation (macOS) | Stephan Bergmann |
2019-02-09 | loplugin:indentation in registry..sax | Noel Grandin |
2019-02-07 | Make osl_getLocalHostname thread-safe | Stephan Bergmann |
2019-02-07 | Make osl_getLocalHostname thread-safe | Stephan Bergmann |
2019-02-06 | tdf#107461: For Unix-like OS, support file://<hostname>/... URLs | Stephan Bergmann |
2019-02-05 | Improve osl_getLocalHostname on Windows | Stephan Bergmann |
2019-01-31 | loplugin:unnecessaryparen (clang-cl) | Stephan Bergmann |
2019-01-30 | loplugin:redundantinline (clang-cl) | Stephan Bergmann |
2019-01-23 | rhbz#1667364 Open doc as R/O for which open(...,O_RDWR) returns EOPNOTSUPP | Stephan Bergmann |
2019-01-16 | Avoid unnecessary string copying in osl_getDottedInetAddrOfSocketAddr | Stephan Bergmann |
2019-01-16 | Use OString for memory management of osl_psz_createPipe | Stephan Bergmann |
2019-01-16 | Avoid unnecessary string copying in osl_getUserName | Stephan Bergmann |