Age | Commit message (Expand) | Author |
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 |
2015-01-08 | coverity#1261762 Resource leak | Caolán McNamara |
2015-01-05 | Fix include | Stephan Bergmann |
2015-01-05 | Include function declarations | Stephan Bergmann |
2015-01-05 | Mark function declarations as CPPU_DLLPUBLIC, not only definitions | Stephan Bergmann |
2015-01-05 | Missing const | Stephan Bergmann |
2015-01-05 | More unnamed namespace clean-up | Stephan Bergmann |
2015-01-05 | These extern "C" functions are not in an unnamed namespace | Stephan Bergmann |
2015-01-05 | These extern "C" functions are not in namespace cppu | Stephan Bergmann |
2015-01-05 | include | Stephan Bergmann |
2015-01-05 | Some loplugin:revisibility clean-up | Stephan Bergmann |
2015-01-02 | OSL_FAIL -> SAL_WARN | Stephan Bergmann |
2014-12-27 | boost::unordered_map -> c++11 std::unordered_map | Caolán McNamara |
2014-12-19 | Remove unused */qa/checkapi/ | Stephan Bergmann |
2014-12-16 | cppu: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | document coverity#706128 Wrong sizeof argument | Caolán McNamara |