Age | Commit message (Expand) | Author | Files | Lines |
2018-12-22 | idlc: no need to store single OString objects on the heap | Noel Grandin | 4 | -14/+16 |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann | 2 | -2/+2 |
2018-12-07 | loplugin:singlevalfields extend to all static vars | Noel Grandin | 1 | -1/+1 |
2018-11-29 | loplugin:stringconstant look for unnecessary OString constructor use | Noel Grandin | 3 | -27/+27 |
2018-11-06 | loplugin:collapseif in dbaccess..lotuswordpro | Noel Grandin | 1 | -5/+2 |
2018-10-24 | remove more rtl::OUString and OString prefixes | Noel Grandin | 2 | -39/+34 |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin | 2 | -7/+2 |
2018-09-24 | loplugin:external (clang-cl) | Stephan Bergmann | 1 | -1/+1 |
2018-09-17 | New loplugin:external | Stephan Bergmann | 3 | -8/+8 |
2018-09-09 | loplugin:simplifyconstruct in helpcompiler..io | Noel Grandin | 2 | -26/+0 |
2018-08-30 | loplugin:useuniqueptr in idlc::compileFile | Noel Grandin | 1 | -5/+2 |
2018-08-30 | use std::vector in AstStack | Noel Grandin | 2 | -55/+17 |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin | 2 | -4/+4 |
2018-08-11 | set copy_paste_error to false rather than intentional | Caolán McNamara | 1 | -1/+1 |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara | 1 | -1/+1 |
2018-07-10 | tdf#42949 Fix IWYU warnings in include/osl/*hxx | Gabor Kelemen | 1 | -0/+1 |
2018-04-06 | fflush() followed by fclose() is redundant | Takeshi Abe | 1 | -2/+1 |
2018-03-23 | loplugin:useuniqueptr in AstStruct | Noel Grandin | 2 | -8/+4 |
2018-03-18 | Use for-range loops in hwpfilter, i18n*, idl* and io | Julien Nabet | 9 | -118/+67 |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper | 1 | -1/+1 |
2018-02-01 | idlc: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski | 3 | -7/+1 |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin | 4 | -8/+4 |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann | 2 | -5/+5 |
2018-01-17 | fix use of std::unique_ptr in Idlc | Noel Grandin | 2 | -15/+13 |
2018-01-17 | loplugin:unnecessaryparen extend to delete statements | Noel Grandin | 1 | -1/+1 |
2018-01-13 | loplugin:useuniqueptr in idlc | Noel Grandin | 3 | -15/+4 |
2018-01-12 | More loplugin:cstylecast: idlc | Stephan Bergmann | 5 | -85/+85 |
2018-01-11 | Manual loplugin:cstylecast fixes in idlc/source/parser.y | Stephan Bergmann | 1 | -2/+2 |
2018-01-11 | loplugin:useuniqueptr cppu,idlc,io,ucbhelper | Noel Grandin | 3 | -6/+4 |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin | 5 | -12/+12 |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin | 1 | -1/+1 |
2017-11-27 | loplugin:unnecessaryparen: Warn about parentheses around literals | Stephan Bergmann | 1 | -1/+1 |
2017-11-20 | look for =() in loplugin:unnecessaryparen | Noel Grandin | 1 | -1/+1 |
2017-11-02 | improve constparam loplugin | Noel Grandin | 2 | -2/+2 |
2017-10-23 | loplugin:includeform: idlc | Stephan Bergmann | 34 | -59/+59 |
2017-10-23 | loplugin:constmethod in cppu,cppuhelper,idlc | Noel Grandin | 13 | -33/+33 |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin | 1 | -3/+1 |
2017-10-20 | Silence compiler warnings C4005 (redefined INT8_MIN etc.) | Mike Kaganski | 1 | -0/+9 |
2017-10-19 | loplugin:includeform: manual changes to idlc/source/parser.y | Stephan Bergmann | 1 | -2/+2 |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski | 1 | -3/+4 |
2017-10-01 | Prefer prefix operator | Julien Nabet | 1 | -13/+13 |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski | 1 | -1/+1 |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski | 1 | -15/+3 |
2017-09-11 | clang-tidy modernize-use-emplace in hwpfilter..lotuswordpro | Noel Grandin | 3 | -8/+7 |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin | 1 | -1/+1 |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin | 1 | -13/+7 |
2017-08-06 | loplugin:constparams in sw part6 | Noel Grandin | 3 | -5/+5 |
2017-07-18 | no copy needed | Jochen Nitschke | 1 | -52/+2 |
2017-07-18 | loplugin:constparams codemaker,idl,idlc | Noel Grandin | 7 | -12/+12 |
2017-07-17 | extend loplugin useuniqueptr to OUString pointers | Noel Grandin | 2 | -2/+2 |