Age | Commit message (Expand) | Author |
2018-08-30 | use std::vector in AstStack | Noel Grandin |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-11 | set copy_paste_error to false rather than intentional | Caolán McNamara |
2018-07-27 | Related: rhbz#1602589 add comments to coverity annotations | Caolán McNamara |
2018-07-10 | tdf#42949 Fix IWYU warnings in include/osl/*hxx | Gabor Kelemen |
2018-04-06 | fflush() followed by fclose() is redundant | Takeshi Abe |
2018-03-23 | loplugin:useuniqueptr in AstStruct | Noel Grandin |
2018-03-18 | Use for-range loops in hwpfilter, i18n*, idl* and io | Julien Nabet |
2018-03-05 | Make LibreOffice buildable on Haiku. | Kacper Kasper |
2018-02-01 | idlc: MSVC: pragma warning: make more specific, remove obsolete | Mike Kaganski |
2018-01-19 | loplugin:unusedmethods also check for functions returning bool | Noel Grandin |
2018-01-19 | SAL_W32 is just an alias for _WIN32 | Stephan Bergmann |
2018-01-17 | fix use of std::unique_ptr in Idlc | Noel Grandin |
2018-01-17 | loplugin:unnecessaryparen extend to delete statements | Noel Grandin |
2018-01-13 | loplugin:useuniqueptr in idlc | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: idlc | Stephan Bergmann |
2018-01-11 | Manual loplugin:cstylecast fixes in idlc/source/parser.y | Stephan Bergmann |
2018-01-11 | loplugin:useuniqueptr cppu,idlc,io,ucbhelper | Noel Grandin |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-04 | new loplugin salcall: remove unnecessary SAL_CALL | Noel Grandin |
2017-11-27 | loplugin:unnecessaryparen: Warn about parentheses around literals | Stephan Bergmann |
2017-11-20 | look for =() in loplugin:unnecessaryparen | Noel Grandin |
2017-11-02 | improve constparam loplugin | Noel Grandin |
2017-10-23 | loplugin:includeform: idlc | Stephan Bergmann |
2017-10-23 | loplugin:constmethod in cppu,cppuhelper,idlc | Noel Grandin |
2017-10-23 | overload std::hash for OUString and OString | Noel Grandin |
2017-10-20 | Silence compiler warnings C4005 (redefined INT8_MIN etc.) | Mike Kaganski |
2017-10-19 | loplugin:includeform: manual changes to idlc/source/parser.y | Stephan Bergmann |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski |
2017-10-01 | Prefer prefix operator | Julien Nabet |
2017-09-30 | Use explicit function names for fooA/fooW WinAPI; prefer fooW | Mike Kaganski |
2017-09-18 | Use even more WIN32_LEAN_AND_MEAN | Mike Kaganski |
2017-09-11 | clang-tidy modernize-use-emplace in hwpfilter..lotuswordpro | Noel Grandin |
2017-09-04 | loplugin:unnecessaryparen include c++ casts | Noel Grandin |
2017-08-11 | convert std::map::insert to std::map::emplace II | Noel Grandin |
2017-08-06 | loplugin:constparams in sw part6 | Noel Grandin |
2017-07-18 | no copy needed | Jochen Nitschke |
2017-07-18 | loplugin:constparams codemaker,idl,idlc | Noel Grandin |
2017-07-17 | extend loplugin useuniqueptr to OUString pointers | Noel Grandin |
2017-07-16 | Fix lifecycle issue | Stephan Bergmann |
2017-07-14 | extend loplugin useuniqueptr to POD types | Noel Grandin |
2017-07-05 | loplugin:unnecessaryparen | Stephan Bergmann |
2017-06-25 | loplugin:oncevar in helpcompiler..jvmfwk | Noel Grandin |
2017-06-23 | loplugin:unusedfields in forms..idlc | Noel Grandin |
2017-06-09 | More tests to suppress (all .PHONY test targets should be covered now) | Stephan Bergmann |
2017-05-29 | remove some unnecessary OString constructor calls | Noel Grandin |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-09 | remove unnecessary empty OUString fields and vars | Noel Grandin |
2017-04-06 | loplugin:redundantcast check for c-style casts to void | Noel Grandin |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin |