summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)Author
2012-04-16method should be publicCaolán McNamara
2012-04-16merge armhf bridge fixes from masterRene Engelhard
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove include of pch header from testtoolsNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist
2011-11-17Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist
2011-11-17Fix unintentional glitchTor Lillqvist
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency.
2011-11-17Revert the component.map removal from makefile to fix Windows build.Jan Holesovsky
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl
Instead, build with VISIBILITY_HIDDEN.
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann
Linux x86_64).
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-07-09Build cpputools only for desktop OSesTor Lillqvist
2011-06-12Don't do anything when cross-compiling for nowTor Lillqvist
2011-04-28Remove OS/2 supportFrancois Tigeot
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-13catch by const referenceCaolán McNamara
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
Conflicts: smoketestdoc/com/sun/star/comp/smoketest/makefile.mk smoketestdoc/data/Global.xml smoketestdoc/data/OptionsDlg.xml smoketestdoc/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/makefile.mk
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: testtools/prj/build.lst
2011-03-13Merge Gentoo patches from old build and downstream repositories.Hanno Meyer-Thurow
1. Do not add compiler default include and library path: potentially build against different version of system library than requested by the user. 2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is available for more than two years. Noone cares, therefore rest in peace. Python2 is going to be ditched at some point. Simply do not fail then. Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it handled nowadays? 3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip 4. Add a configure option to search only in one place for JVMs, which is quite interesting for Linux Distributions. Enforce the user to place JVMs in one base directory. 5. Fix build for libxml-2.7.8 with ICU support. * config_office-XINC-XLIB-defaults.diff: (1) * disable-python.diff: (2) * gentoo-sandbox.diff: (3) * jvm-search-path.diff: (4) * libxmlsec_fix_extern_c.diff: (5)
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2011-03-07CWS-TOOLING: integrate CWS jl165Ivo Hinkelmann
Notes: split repo tag: testing_ooo/DEV300_m102
2011-03-02Remove "using namespace ::rtl"Julien Nabet
Notes: split repo tag: testing_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01add explicit stream operatorCaolán McNamara
2011-02-18jl64 #i117009# increase versions of cli assembliesJoachim Lingner
2011-02-07Remove dead codeThomas Arnhold
2011-02-05std::hash_map -> boost:unordered_mapFridrich Štrba
2011-02-02Clean up makefilesThomas Arnhold
2011-01-27Update from master repository (DEV300_m98).Matthias Huetsch [mhu]
2011-01-26Bypass this directory unless SOLAR_JAVATor Lillqvist
Notes: split repo tag: testing_LO-BASE-INTEGRATION-DEV300_m98
2010-12-13RTL_CONSTASCII_USTRINGPARAM for testtoolsserval
2010-12-10sb135: #i116045# removed performQueryForUnknownType; cleaned upsb
2010-12-09add three byte structure return test for the MacOSX/BSD quirkCaolán McNamara
2010-12-09add a Mixed Float And Integer struct return testCaolán McNamara
2010-12-09add a twoFloats return testCaolán McNamara
2010-12-09fix the dependencies so that the uno_types is regenerated if the .idl changesCaolán McNamara
2010-12-09rename AllFloats test to FourFloatsCaolán McNamara
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-11-25RTL_CONSTASCII_USTRINGPARAM in testingGert Faller
Notes: split repo tag: testing_LIBREOFFICE_PRE_BOOTSTRAP_BUILD
2010-10-27add modelines to .hxx files as wellCaolán McNamara
Notes: split repo tag: testing_LIBREOFFICE_3_3_FREEZE
2010-10-22sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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-10-12bin the prebuilt version_2_*.dllPetr Mladek
they are usable only with installed OOo-2.x
2010-10-05more removed include guards using fixguard.pyPetr Mladek
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]