summaryrefslogtreecommitdiff
path: root/cppu/qa/test_any.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-2/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-2/+2
Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0 Reviewed-on: https://gerrit.libreoffice.org/632 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-01Bin no longer used iOS cppunit stuff that breaks build evenTor Lillqvist1-4/+0
Change-Id: I78c71b22816834c66c8283e3d85e357b7b8d2836
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-2/+1
2012-06-26re-base on ALv2 code.Michael Meeks1-23/+14
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-64/+21
2011-11-27remove include of pch header in cppuNorbert Thiebaud1-2/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-2/+2
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-01Add statically linked cppu unit test for iOSTor Lillqvist1-0/+4
2011-02-09Removing the ext_std masterpieceFridrich Štrba1-2/+0
2011-01-29Remove double line spacing and correct indentationThomas Arnhold1-20/+0
2011-01-14cppunit: port these tests over to canonical cppunitCaolán McNamara1-3/+10
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
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 Bauer1-1/+1
-> testshl2
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.
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/+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.
2005-09-08INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGEDRüdiger Timm1-47/+21
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/+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 >>=.