summaryrefslogtreecommitdiff
path: root/codemaker/test
AgeCommit message (Collapse)AuthorFilesLines
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin1-6/+6
i.e. stuff like "x == true" Change-Id: Ib82a4a30e736df392405332fa197b588482cffcf
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-2/+2
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara2-0/+6
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann1-3/+4
...rather than a general RuntimeException, for consistency with existing service ctor code. Change-Id: Ia9ac14a1b5bcecb24394e7b9cade369f3f9303f0
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann1-4/+3
This is such a fatal error that there is probably no point in trying to handle it, so allow to simplify client code by removing the requirement to check for a null return value. Simplified some client code accordingly (modules configmgr and ure, and the code generated by cppumaker and javamaker). Change-Id: I51c0b270ec73409374f7439a47ee061407a46e31
2012-07-30udkapi, offapi: do not use #include "foo":Michael Stahl2-8/+8
Evidently on Windows, the newfangled ucpp handles #include "foo" differently from #include <foo> and treats it as a relative path, while the angle brackets always result in absolute paths. Since relative paths result in infinite rebuilds if make is invoked in a different directory, don't use #include "foo" in IDL files. Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
2012-06-12re-base on ALv2 code.Michael Meeks6-137/+83
2011-03-15move cppumaker test to cppuCaolán McNamara4-1396/+0
2011-03-15EasyHacks: Reanimated tests in ure/codemakerWilhelm Pflueger3-5/+7
2011-02-24remove empty TESTSHL2LIBCaolán McNamara1-1/+1
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-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 Rechtien10-45/+11
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 Bauer2-3/+3
-> testshl2
2009-04-28CWS-TOOLING: integrate CWS sb109Ivo Hinkelmann3-9/+17
2009-04-21 13:42:45 +0200 sb r271035 : removed obsolete psprint dependency 2009-04-21 10:33:31 +0200 sb r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional) 2009-04-21 08:56:48 +0200 sb r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds)) 2009-04-20 16:42:27 +0200 sb r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted) 2009-04-20 14:23:45 +0200 sb r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted) 2009-04-20 13:39:50 +0200 sb r270978 : #i99711# removed dead code (patch by cmc, slightly modified) 2009-04-20 11:59:39 +0200 sb r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified) 2009-04-20 11:57:52 +0200 sb r270971 : made tests work again after LD_LIBRARY_PATH clean up 2009-04-20 09:49:32 +0200 sb r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup 2009-04-17 13:52:33 +0200 sb r270941 : merged in cws/sb107 -c 270023 (added svn:ignore) 2009-04-15 13:46:24 +0200 sb r270841 : #i92131# dead code elimination (based on a patch by cmc) 2009-04-15 13:29:27 +0200 sb r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks) 2009-04-15 13:12:11 +0200 sb r270837 : #i100583# dead code elimination (patch by cmc) 2009-04-15 13:02:19 +0200 sb r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x 2009-04-15 11:49:46 +0200 sb r270828 : adapted to cleared LD_LIBRARY_PATH 2009-04-15 10:49:48 +0200 sb r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment 2009-04-15 10:08:20 +0200 sb r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer
2008-04-11INTEGRATION: CWS changefileheader (1.4.80); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:22:56 rt 1.4.80.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.80); FILE MERGEDRüdiger Timm2-46/+38
2008/03/31 07:22:56 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.52); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 07:22:56 rt 1.5.52.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.80); FILE MERGEDRüdiger Timm1-22/+18
2008/03/31 07:22:55 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.9.20); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:22:55 rt 1.9.20.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.11.20); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:22:55 rt 1.11.20.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.5.80); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:22:55 rt 1.5.80.1: #i87441# Change license header to LPGL v3.
2007-07-31INTEGRATION: CWS jsc18 (1.8.30); FILE MERGEDJens-Heiner Rechtien1-2/+6
2007/07/19 11:41:11 jsc 1.8.30.1: #i76838# extend test
2007-07-31INTEGRATION: CWS jsc18 (1.10.20); FILE MERGEDJens-Heiner Rechtien1-4/+20
2007/07/19 11:41:11 jsc 1.10.20.1: #i76838# extend test
2006-09-17INTEGRATION: CWS pchfix02 (1.9.6); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:19:25 kaib 1.9.6.1: #i68856# Added header markers and pch files
2006-07-20INTEGRATION: CWS sb55 (1.6.32); FILE MERGEDKurt Zenker1-337/+441
2006/07/10 14:48:26 sb 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED 2006/07/10 13:46:15 sb 1.6.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.
2006-07-20INTEGRATION: CWS sb55 (1.7.32); FILE MERGEDKurt Zenker1-161/+320
2006/07/10 14:48:18 sb 1.7.32.2: RESYNC: (1.7-1.8); FILE MERGED 2006/07/10 13:46:15 sb 1.7.32.1: #i65328# Adapted to UNOIDL change that no two service constructors can have the same parameter signature; simplified.
2006-06-20INTEGRATION: CWS warnings01 (1.5.16); FILE MERGEDJens-Heiner Rechtien1-2/+5
2005/09/22 22:30:52 sb 1.5.16.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/14 12:02:35 sb 1.5.16.1: #i53898# Improved tests.
2006-06-20INTEGRATION: CWS warnings01 (1.6.16); FILE MERGEDJens-Heiner Rechtien1-2/+9
2005/09/22 22:30:40 sb 1.6.16.2: RESYNC: (1.6-1.7); FILE MERGED 2005/09/14 12:02:35 sb 1.6.16.1: #i53898# Improved tests.
2006-04-19INTEGRATION: CWS sb49 (1.4.28); FILE MERGEDJens-Heiner Rechtien1-53/+69
2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.
2006-04-19INTEGRATION: CWS sb49 (1.4.28); FILE MERGEDJens-Heiner Rechtien1-11/+188
2006/03/16 10:57:58 sb 1.4.28.2: #i62303# As a special case, let com.sun.star.lang.XEventListener extend java.utilEventListener. 2006/03/16 10:14:48 sb 1.4.28.1: #i62098# Adapted to tightened idlc rules about similar service constructors.
2005-09-08INTEGRATION: CWS ooo19126 (1.3.26); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 17:28:13 rt 1.3.26.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:13 rt 1.2.42.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.42); FILE MERGEDRüdiger Timm2-94/+42
2005/09/05 17:28:12 rt 1.3.42.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.50); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:12 rt 1.2.50.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:11 rt 1.2.42.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.5.14); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:11 rt 1.5.14.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.6.14); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:11 rt 1.6.14.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:28:10 rt 1.4.20.1: #i54170# Change license header: remove SISSL
2005-01-18INTEGRATION: CWS sb28 (1.4.8); FILE MERGEDKurt Zenker1-2/+17
2005/01/04 10:01:59 sb 1.4.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.
2005-01-18INTEGRATION: CWS sb28 (1.5.8); FILE MERGEDKurt Zenker1-2/+38
2005/01/04 10:01:59 sb 1.5.8.1: #i38790# Suppress C++ compiler warnings about (un)signedness of -2^31 and -2^63 integer literals in generated .hdl files.
2004-10-22INTEGRATION: CWS tune06 (1.3.26); FILE MERGEDPascal Junck1-2/+11
2004/10/13 12:10:18 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
2004-10-22INTEGRATION: CWS tune06 (1.4.14); FILE MERGEDPascal Junck1-2/+50
2004/10/13 12:10:17 sb 1.4.14.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
2004-10-22INTEGRATION: CWS tune06 (1.3.26); FILE MERGEDPascal Junck1-3/+3
2004/10/13 12:10:17 sb 1.3.26.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility.
2004-08-20INTEGRATION: CWS sb21 (1.2.20); FILE MERGEDRüdiger Timm1-2/+7
2004/08/12 15:34:17 sb 1.2.20.2: #i32158# Changed tests to no longer use unsigned types as template arguments. 2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
2004-08-20INTEGRATION: CWS sb21 (1.2.20); FILE MERGEDRüdiger Timm1-2/+8
2004/08/03 09:42:33 sb 1.2.20.1: #i32148# Fixed typo; added test cases.
2004-07-23INTEGRATION: CWS sb20 (1.3.4); FILE MERGEDRüdiger Timm1-2/+17
2004/07/06 13:00:04 sb 1.3.4.1: #i31129# New getCppuType template that favors UNO type CHAR (sal_Unicode) over UNO type UNSIGNED SHORT (sal_uInt16), in case both have the same underlying C++ type.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+79
2004/05/07 12:20:40 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.
2004-06-04INTEGRATION: CWS sb18 (1.1.2); FILE ADDEDOliver Bolte1-0/+75
2004/05/07 12:20:20 sb 1.1.2.1: #i21150# Check that generated class files support new Java 1.5 features.