summaryrefslogtreecommitdiff
path: root/cppu/qa
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann2-28/+2
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl4-73/+7
Instead, build with VISIBILITY_HIDDEN.
2011-11-14Fix build --all depend=x.Stephan Bergmann1-0/+2
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2-19/+27
Linux x86_64).
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-0/+24
2011-09-20Bypass building the iOS cppu_unittester_all for nowTor Lillqvist1-1/+6
We can't build it here at this point during the build after all. We use static linking on iOS, and we would need to link with -lgcc3_uno from bridges which has not been built yet. It seems that any meaningful unit tests for iOS actually need to be built in a "subsequent" stage.
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann6-9/+11
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-01Use OBJCXXFLAGS instead of duplicating itTor Lillqvist1-1/+1
2011-08-01Add statically linked cppu unit test for iOSTor Lillqvist6-5/+174
2011-06-13use rm -f to not complain about attempting to remove nonexisting fileChristian Lohmaier1-17/+17
2011-06-05Can't run any qa when cross-compilingTor Lillqvist2-0/+10
2011-03-18restore cppunit test, Sequence ctor from sal_Int32 is now explicitCaolán McNamara1-4/+11
2011-03-18only test this on certain archsCaolán McNamara1-0/+3
2011-03-18Add PowerPC to the right branchFridrich Štrba1-1/+1
2011-03-15move cppumaker test to cppuCaolán McNamara4-0/+1395
2011-02-24remove empty TESTSHL2LIBCaolán McNamara1-4/+4
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-7/+0
2011-02-09Removing the ext_std masterpieceFridrich Štrba4-8/+0
2011-01-29Remove double line spacing and correct indentationThomas Arnhold1-20/+0
2011-01-15fix break on parallel buildDavid Tardon1-0/+6
2011-01-14cppunit: port these tests over to canonical cppunitCaolán McNamara6-24/+53
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth4-0/+12
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-03-04sb118: #i109791# improved CPPUNIT_CFLAGS handlingsb1-3/+1
2010-03-04sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, tooRene Engelhard1-0/+4
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien7-31/+8
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-14#i103496#: split cppunit in a pure external lib and a lib depending on sal ↵Mathias Bauer5-13/+13
-> testshl2
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov1-0/+60
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov2-4/+14
2008-04-11INTEGRATION: CWS changefileheader (1.3.132); FILE MERGEDRüdiger Timm1-22/+18
2008/03/31 07:23:18 rt 1.3.132.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.96); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:23:18 rt 1.4.96.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.74); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:23:18 rt 1.4.74.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.20); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:23:18 rt 1.2.20.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.74); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:23:18 rt 1.5.74.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.20); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:23:18 rt 1.5.20.1: #i87441# Change license header to LPGL v3.
2007-10-09INTEGRATION: CWS basmgr03 (1.1.2); FILE ADDEDKurt Zenker1-0/+164
2007/09/17 08:26:56 fs 1.1.2.1: #i80044# unit test for Reference class, currently containing tests for UNO_SET_THROW only
2007-10-09INTEGRATION: CWS basmgr03 (1.4.80); FILE MERGEDKurt Zenker1-4/+12
2007/09/17 08:27:36 fs 1.4.80.1: #i80044# added Reference unit tests
2006-09-16INTEGRATION: CWS pchfix02 (1.3.24); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:23:00 kaib 1.3.24.1: #i68856# Added header markers and pch files
2006-09-16INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:23:00 kaib 1.4.24.1: #i68856# Added header markers and pch files
2006-03-09INTEGRATION: CWS jl31 (1.3.38); FILE MERGEDRüdiger Timm1-2/+4
2006/02/20 16:00:31 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.
2006-03-09INTEGRATION: CWS jl31 (1.2.14); FILE MERGEDRüdiger Timm1-85/+345
2006/02/20 16:00:31 sb 1.2.14.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.
2006-03-09INTEGRATION: CWS jl31 (1.3.38); FILE MERGEDRüdiger Timm1-2/+19
2006/02/20 16:00:30 sb 1.3.38.1: #i62339# Introduced (internal-only) cppu::getTypeFavourUnsigned as (working) replacement of now deprecated getCppuType<> template.
2006-01-10INTEGRATION: CWS sb41 (1.1.2); FILE ADDEDRüdiger Timm1-0/+557
2005/12/13 09:44:05 sb 1.1.2.2: #i57855# Improved tests. 2005/11/24 08:19:41 sb 1.1.2.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.
2006-01-10INTEGRATION: CWS sb41 (1.3.18); FILE MERGEDRüdiger Timm1-5/+13
2005/11/24 08:18:12 sb 1.3.18.1: #i57855# Replaced getCppuType (which is still there for backwards compatibility) with new cppu::UnoType and helper cppu::getTypeFavourUnsigned, as GCC 4.1 started to complain about non-conforming uses of getCppuType in template code.
2005-09-08INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 13:54:21 rt 1.2.12.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 13:54:20 rt 1.2.12.1: #i54170# Change license header: remove SISSL
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDEDKurt Zenker1-0/+68
2005/02/04 10:38:54 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDEDKurt Zenker1-0/+93
2005/02/04 10:39:05 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDEDKurt Zenker1-0/+2344
2005/02/07 11:25:47 sb 1.1.2.2: #i41709# Converting (Any::operator >>= etc.) a null reference of an interface type to a null reference of another interface type always succeeds. 2005/02/04 10:39:18 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.
2005-03-21INTEGRATION: CWS fwkpostbeta1 (1.1.2); FILE ADDEDKurt Zenker1-0/+104
2005/02/04 10:38:41 sb 1.1.2.1: #i41709# Exhaustive testing of Any::operator >>=.