Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-07-16 | Fix lifecycle issue | Stephan Bergmann | 2 | -4/+6 |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin | 2 | -13/+13 |
2017-07-05 | loplugin:unnecessaryparen | Stephan Bergmann | 1 | -3/+3 |
2017-06-25 | loplugin:oncevar in helpcompiler..jvmfwk | Noel Grandin | 2 | -4/+3 |
2017-06-23 | loplugin:unusedfields in forms..idlc | Noel Grandin | 2 | -4/+0 |
2017-06-09 | More tests to suppress (all .PHONY test targets should be covered now) | Stephan Bergmann | 1 | -0/+4 |
2017-05-29 | remove some unnecessary OString constructor calls | Noel Grandin | 1 | -12/+12 |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin | 3 | -8/+6 |
2017-05-09 | remove unnecessary empty OUString fields and vars | Noel Grandin | 4 | -24/+18 |
2017-04-06 | loplugin:redundantcast check for c-style casts to void | Noel Grandin | 1 | -1/+1 |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin | 1 | -1/+1 |
2017-03-25 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann | 1 | -1/+0 |
2017-03-22 | Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) | Stephan Bergmann | 1 | -1/+3 |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann | 1 | -1/+1 |
2017-02-21 | Idlc::m_pErrorHandler is unused | Stephan Bergmann | 2 | -3/+0 |
2017-02-21 | loplugin:subtlezeroinit: idlc | Stephan Bergmann | 3 | -13/+13 |
2017-02-16 | convert ExprComb to scoped enum | Noel Grandin | 3 | -83/+73 |