- 036a660 Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11 by Julien Nabet · 12 years ago
- da14256 add missing modelines to idl files by Thomas Arnhold · 12 years ago
- 27b7175 Clean up function declarations by Stephan Bergmann · 12 years ago
- 1fc26b8 Cosmetics (to ease work related to finding unused functions) by Stephan Bergmann · 12 years ago
- 5babf1b remove unnecessary scope qualifier from sal_Bool uses by Noel Grandin · 12 years ago
- 70cc2b1 First batch of adding SAL_OVERRRIDE to overriding function declarations by Stephan Bergmann · 12 years ago
- c6d114b std::exception retrofit sequel by Stephan Bergmann · 12 years ago
- 83d51e2 Let C++ inline functions return bool instead of sal_Bool by Stephan Bergmann · 12 years ago
- 66397a4 fdo#72598 Remove SunStudio cruft from code base by Jelle van der Waa · 12 years ago
- 9a01133 -Werror,-Wunused-member-function by Stephan Bergmann · 12 years ago
- a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
- ca78613 Unlike idlc, unoidl doesn't support out-of-range byte consts by Stephan Bergmann · 13 years ago
- e67b072 Avoid warnings about unused test functions by Stephan Bergmann · 13 years ago
- 904b3d1 Up-cast conversion constructor for css::uno::Reference by Stephan Bergmann · 13 years ago
- ce2991e Forbid old-style services/singletons inheriting new-style services by Stephan Bergmann · 13 years ago
- 39d4539 removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations by Thomas Arnhold · 13 years ago
- 8b27d78 automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings by Thomas Arnhold · 13 years ago
- 66a1758 c++ API: use css alias in generated headers, adds global css decl by Thorsten Behrens · 13 years ago
- b854de9 deprecate oustringostreaminserter.hxx by Norbert Thiebaud · 14 years ago
- 195f17e migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic by Norbert Thiebaud · 14 years ago
- 850d9be Bin no longer used iOS cppunit stuff that breaks build even by Tor Lillqvist · 14 years ago
- 753e9b3 udkapi, offapi: do not use #include "foo": by Michael Stahl · 14 years ago
- 6080259 allow using rtl::OUString etc. simply as OUString, without rtl:: by Luboš Luňák · 14 years ago
- 328e226 targetted re-work of cppunit pieces. by Michael Meeks · 14 years ago
- 46b8dbd re-base on ALv2 code. by Michael Meeks · 14 years ago
- c3a6a57 re-base on ALv2 code. by Michael Meeks · 14 years ago
- 9e7d5cd cppu: use InternalUnoApi by Matúš Kukan · 14 years ago
- d6bc02f Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator by Szabolcs Dezsi · 14 years ago
- 6e67c03 Enable -Wnon-virtual-dtor for GCC 4.6 by Stephan Bergmann · 14 years ago
- 7c704c7 Removed some unused parameters; added SAL_UNUSED_PARAMETER. by Stephan Bergmann · 14 years ago
- 63141d2 -Werror=sign-promo fixes by Stephan Bergmann · 14 years ago
- 051fdda cppu: convert to gbuild by Matúš Kukan · 14 years ago
- 24b4c07 remove include of pch header in cppu by Norbert Thiebaud · 14 years ago
- 70a6b9f New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. by Stephan Bergmann · 14 years ago
- c506e18 fdo#42865: cppu,cppuhelper,testtools: no mapfile by Michael Stahl · 14 years ago
- e3712f9 Fix build --all depend=x. by Stephan Bergmann · 14 years ago
- bf1f018 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). by Stephan Bergmann · 14 years ago
- 6671fa8 Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). by Stephan Bergmann · 15 years ago
- 1c69052 Bypass building the iOS cppu_unittester_all for now by Tor Lillqvist · 15 years ago
- d996328 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 by Stephan Bergmann · 15 years ago
- 07ded12 Use OBJCXXFLAGS instead of duplicating it by Tor Lillqvist · 15 years ago
- 46bd39b Add statically linked cppu unit test for iOS by Tor Lillqvist · 15 years ago
- e224ac0 use rm -f to not complain about attempting to remove nonexisting file by Christian Lohmaier · 15 years ago
- 28bff17 Can't run any qa when cross-compiling by Tor Lillqvist · 15 years ago
- 1fa5587 restore cppunit test, Sequence ctor from sal_Int32 is now explicit by Caolán McNamara · 15 years ago
- a4632bb6 only test this on certain archs by Caolán McNamara · 15 years ago
- 16d941c Add PowerPC to the right branch by Fridrich Štrba · 15 years ago
- 71dee2f move cppumaker test to cppu by Caolán McNamara · 15 years ago
- 5f66037 remove empty TESTSHL2LIB by Caolán McNamara · 15 years ago
- 81ef04b Trying to remove the stlport mention from the code by Fridrich Štrba · 15 years ago
- 30a8393 Removing the ext_std masterpiece by Fridrich Štrba · 15 years ago
- 31ca64f Remove double line spacing and correct indentation by Thomas Arnhold · 15 years ago
- d1d16c4 fix break on parallel build by David Tardon · 15 years ago
- 387b321 cppunit: port these tests over to canonical cppunit by Caolán McNamara · 15 years ago
- a715e1b Add vim/emacs modelines to all source files by Sebastian Spaeth · 15 years ago
- 6c036b9 sb118: #i109791# improved CPPUNIT_CFLAGS handling by sb · 16 years ago
- 2e10c0e sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too by Rene Engelhard · 16 years ago
- 7c80db2 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) by Jens-Heiner Rechtien · 16 years ago
- 6ea0304 #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2 by Mathias Bauer · 17 years ago
- 8f91819 CWS-TOOLING: integrate CWS sb93 by Vladimir Glazounov · 18 years ago
- 3b2b8f9 CWS-TOOLING: integrate CWS sb93 by Vladimir Glazounov · 18 years ago
- c02c486 INTEGRATION: CWS changefileheader (1.3.132); FILE MERGED by Rüdiger Timm · 18 years ago
- 3511322 INTEGRATION: CWS changefileheader (1.4.96); FILE MERGED by Rüdiger Timm · 18 years ago
- 8625e16 INTEGRATION: CWS changefileheader (1.4.74); FILE MERGED by Rüdiger Timm · 18 years ago
- 95e3cfd INTEGRATION: CWS changefileheader (1.2.20); FILE MERGED by Rüdiger Timm · 18 years ago
- ce582a0 INTEGRATION: CWS changefileheader (1.5.74); FILE MERGED by Rüdiger Timm · 18 years ago
- f06c0f0 INTEGRATION: CWS changefileheader (1.5.20); FILE MERGED by Rüdiger Timm · 18 years ago
- 8c89d65 INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDED by Kurt Zenker · 19 years ago
- 72fabac INTEGRATION: CWS basmgr03 (1.4.80); FILE MERGED by Kurt Zenker · 19 years ago
- d404e62 INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGED by Oliver Bolte · 20 years ago
- 9cf9cd9 INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED by Oliver Bolte · 20 years ago
- 572179c INTEGRATION: CWS jl31 (1.3.38); FILE MERGED by Rüdiger Timm · 20 years ago
- 2cf3ab0 INTEGRATION: CWS jl31 (1.2.14); FILE MERGED by Rüdiger Timm · 20 years ago
- 44b5839 INTEGRATION: CWS jl31 (1.3.38); FILE MERGED by Rüdiger Timm · 20 years ago
- 53cdc0c INTEGRATION: CWS sb41 (1.1.2); FILE ADDED by Rüdiger Timm · 20 years ago
- 13bfb9a INTEGRATION: CWS sb41 (1.3.18); FILE MERGED by Rüdiger Timm · 20 years ago
- 5c75e41 INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED by Rüdiger Timm · 21 years ago
- 0ae9d6e INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED by Rüdiger Timm · 21 years ago
- 5acab5e INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED by Kurt Zenker · 21 years ago
- d5ef9dc INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED by Kurt Zenker · 21 years ago
- c83742c INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED by Kurt Zenker · 21 years ago
- 0c77e46 INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDED by Kurt Zenker · 21 years ago