Age | Commit message (Expand) | Author |
2016-01-18 | Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk | Stephan Bergmann |
2016-01-10 | Fix typos | Andrea Gelmini |
2016-01-03 | loplugin:implicitboolconversion | Andrzej Hunt |
2016-01-03 | cppcheck: allocaCalled | Caolán McNamara |
2015-11-28 | Adapt to true wchar_t in clang-cl | Stephan Bergmann |
2015-11-25 | i125711 - Illumos port: generalize MAX_ALIGNMENT for Solaris | Pedro Giffuni |
2015-11-22 | cppcheck:useInitializationList | Noel Grandin |
2015-11-18 | Use C++11 char16_t for sal_Unicode | Stephan Bergmann |
2015-11-18 | Clean up | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-10 | cid#1338241 removed throw from C function. | jan iversen |
2015-11-10 | cid#1338242 cid#1338241 removed throw from extern "C" function | jan iversen |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-11-02 | Avoid ASan new-delete-type-mismatch with -fsized-deallocation | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-09-14 | boost->std | Caolán McNamara |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-18 | Some oslCondition -> osl::Condition | Stephan Bergmann |
2015-08-11 | loplugin: defaultparams | Noel Grandin |
2015-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin |
2015-07-13 | Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug builds | Stephan Bergmann |
2015-07-08 | Avoid loplugin:redundantcast in non-debug build | Stephan Bergmann |
2015-06-26 | loplugin:stringconstant: handle OUString+=OUString(literal) | Stephan Bergmann |
2015-06-25 | loplugin:stringconstant: Flag more inefficiencies | Stephan Bergmann |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-09 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-02 | loplugin:cstylecast: deal with those that are (technically) const_cast | Stephan Bergmann |
2015-05-18 | Remove include stdio (part2) | Julien Nabet |
2015-05-12 | loplugin:redundantcast: reinterpret_cast to void* | Stephan Bergmann |
2015-05-11 | loplugin:cstylecast: nop between pointer types of exactly same spelling | Stephan Bergmann |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-31 | Use OUString::unacquired | Stephan Bergmann |
2015-03-31 | Reduce to static_cast any reinterpret_cast from void pointers | Stephan Bergmann |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-02-18 | Typos | Julien Nabet |
2015-02-05 | convert all remaining BOOST_STATIC_ASSERT to static_assert | Caolán McNamara |
2015-01-29 | cppu: convert some OSL_TRACE | Michael Stahl |
2015-01-29 | cppu: the LogBrige really needs its own SAL_LOG area | Michael Stahl |
2015-01-28 | Some more loplugin:cstylecast clean-up | Stephan Bergmann |
2015-01-20 | Some more loplugin:cstylecast: cppu | Stephan Bergmann |
2015-01-08 | valgrind: uninitialized variable | Caolán McNamara |