summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)Author
2014-07-14Resync to trunk, windows non-pro buildaoo/aw080Armin Le Grand
2014-03-23aw080 resync to trunk, win build working, no checks yetArmin Le Grand
2013-07-27resync to trunk (close to AOO400)Armin Le Grand
2012-07-18i120310 - OS/2 port: disable polymorphic test under OS/2.Yuri Dario
Notes: ignore: OS/2
2012-03-31Update headers to Alv2 headersAndrew Rist
2012-03-29Update headers to Alv2 headersAndrew Rist
2012-01-18Update headers to Alv2 headersAndrew Rist
2012-01-17Update headers to Alv2 headersAndrew Rist
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2012-01-10Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-29Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-10-09i108197 - FreeBSD port: Bridge is broken on i386.Pedro Giffuni
2011-03-07CWS-TOOLING: integrate CWS jl165Ivo Hinkelmann
Notes: split repo tag: testing_ooo/DEV300_m102
2011-02-18jl64 #i117009# increase versions of cli assembliesJoachim Lingner
2011-01-27Update from master repository (DEV300_m98).Matthias Huetsch [mhu]
2010-12-10sb135: #i116045# removed performQueryForUnknownType; cleaned upsb
2010-10-22sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb
2010-09-15sb129: #i113189# cleaned up makefile rules; deliver services.input to have ↵sb
it modifiable for special one-off products
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb
2010-06-18Update from master repository (DEV300_m82).Matthias Huetsch [mhu]
2010-06-11jl153 i111878 new versions for cli assembliesJoachim Lingner
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-03-10native0 #i161639# increase assembly versionsJoachim Lingner
2010-02-25sb118: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-01-12sb118: #i108269# first step of removing tcsh supportsb
2010-01-05CWS-TOOLING: integrate CWS cmcfixes68Jens-Heiner Rechtien
Notes: split repo tag: testing_ooo/DEV300_m69
2009-12-02merge to m66mb93783
2009-12-01cmcfixes68: #i107182# ppc fix argument passing in a rare caseCaolán McNamara
2009-11-11#i103496#: sandbox removedMathias Bauer
2009-11-02#i105680# GCC MAX OSX PPC fails this test, and I don't have one in order to ↵Caolán McNamara
debug and fix that bridge
2009-10-21#i105680# aha, unoidl.com.sun.star.test.bridge vs ↵Caolán McNamara
unoidl.test.testtools.bridgetest
2009-10-14#i105680# remove warnings, in vb params, not inoutCaolán McNamara
2009-10-13need the full path after allCaolán McNamara
2009-10-13#i105680# add struct returning bridge tests to vb as wellCaolán McNamara
2009-10-12#i105680# add c# testsCaolán McNamara
2009-10-11#i105680# add SAL_CALLCaolán McNamara
2009-10-08#i105678# protect against PYTHONPATH going awayCaolán McNamara
2009-10-08#i105680# might as well remove bridgetest_inprocess as we'll run its ↵Caolán McNamara
original content during the build
2009-10-08#i105680# add struct returning bridge tests and run them during the buildCaolán McNamara
2009-10-08#i105678# make testtools bridge-test work again after lib and path changesCaolán McNamara
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")