Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | 2 | -0/+24 |
2011-09-20 | Bypass building the iOS cppu_unittester_all for now | Tor Lillqvist | 1 | -1/+6 |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ... | Stephan Bergmann | 6 | -9/+11 |
2011-08-01 | Use OBJCXXFLAGS instead of duplicating it | Tor Lillqvist | 1 | -1/+1 |
2011-08-01 | Add statically linked cppu unit test for iOS | Tor Lillqvist | 6 | -5/+174 |
2011-06-13 | use rm -f to not complain about attempting to remove nonexisting file | Christian Lohmaier | 1 | -17/+17 |
2011-06-05 | Can't run any qa when cross-compiling | Tor Lillqvist | 2 | -0/+10 |
2011-03-18 | restore cppunit test, Sequence ctor from sal_Int32 is now explicit | Caolán McNamara | 1 | -4/+11 |
2011-03-18 | only test this on certain archs | Caolán McNamara | 1 | -0/+3 |
2011-03-18 | Add PowerPC to the right branch | Fridrich Štrba | 1 | -1/+1 |
2011-03-15 | move cppumaker test to cppu | Caolán McNamara | 4 | -0/+1395 |
2011-02-24 | remove empty TESTSHL2LIB | Caolán McNamara | 1 | -4/+4 |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | 1 | -7/+0 |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | 4 | -8/+0 |
2011-01-29 | Remove double line spacing and correct indentation | Thomas Arnhold | 1 | -20/+0 |
2011-01-15 | fix break on parallel build | David Tardon | 1 | -0/+6 |
2011-01-14 | cppunit: port these tests over to canonical cppunit | Caolán McNamara | 6 | -24/+53 |
2010-10-14 | Add vim/emacs modelines to all source files | Sebastian Spaeth | 4 | -0/+12 |
2010-03-04 | sb118: #i109791# improved CPPUNIT_CFLAGS handling | sb | 1 | -3/+1 |
2010-03-04 | sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too | Rene Engelhard | 1 | -0/+4 |