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