Age | Commit message (Expand) | Author |
2016-01-18 | Avoid -Werror,-Wdelete-non-virtual-dtor with current Clang trunk | Stephan Bergmann |
2015-11-28 | Adapt to true wchar_t in clang-cl | Stephan Bergmann |
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-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-07-29 | com::sun::star-css in cppu,cppuhelper | Noel Grandin |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2014-12-19 | Remove unused */qa/checkapi/ | Stephan Bergmann |
2014-10-31 | Removed duplicated includes | Andrea Gelmini |
2014-05-13 | Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 | Julien Nabet |
2014-04-24 | add missing modelines to idl files | Thomas Arnhold |
2014-04-09 | Clean up function declarations | Stephan Bergmann |
2014-04-03 | Cosmetics (to ease work related to finding unused functions) | Stephan Bergmann |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-27 | std::exception retrofit sequel | Stephan Bergmann |
2014-01-22 | Let C++ inline functions return bool instead of sal_Bool | Stephan Bergmann |
2013-12-16 | fdo#72598 Remove SunStudio cruft from code base | Jelle van der Waa |
2013-11-14 | -Werror,-Wunused-member-function | Stephan Bergmann |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-09-19 | Unlike idlc, unoidl doesn't support out-of-range byte consts | Stephan Bergmann |
2013-05-07 | Avoid warnings about unused test functions | Stephan Bergmann |
2013-05-07 | Up-cast conversion constructor for css::uno::Reference | Stephan Bergmann |
2013-04-03 | Forbid old-style services/singletons inheriting new-style services | Stephan Bergmann |
2013-03-19 | removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations | Thomas Arnhold |
2013-03-19 | automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings | Thomas Arnhold |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud |
2012-09-17 | migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic | Norbert Thiebaud |
2012-08-01 | Bin no longer used iOS cppunit stuff that breaks build even | Tor Lillqvist |
2012-07-30 | udkapi, offapi: do not use #include "foo": | Michael Stahl |
2012-07-16 | allow using rtl::OUString etc. simply as OUString, without rtl:: | Luboš Luňák |
2012-06-27 | targetted re-work of cppunit pieces. | Michael Meeks |
2012-06-26 | re-base on ALv2 code. | Michael Meeks |
2012-06-13 | re-base on ALv2 code. | Michael Meeks |
2012-04-09 | cppu: use InternalUnoApi | Matúš Kukan |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann |
2011-12-19 | -Werror=sign-promo fixes | Stephan Bergmann |
2011-12-19 | cppu: convert to gbuild | Matúš Kukan |
2011-11-27 | remove include of pch header in cppu | Norbert Thiebaud |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann |
2011-11-15 | fdo#42865: cppu,cppuhelper,testtools: no mapfile | Michael Stahl |
2011-11-14 | Fix build --all depend=x. | Stephan Bergmann |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on L... | Stephan Bergmann |