summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)Author
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-23Revert "i hope this is fixed now"Stephan Bergmann
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74. 84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not Mac OS X.
2012-04-23i hope this is fixed nowDavid Tardon
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-26Fix delivery of jvmfwk ini/data filesStephan Bergmann
...that are (also) used during the build (e.g., cd testtools/*/lib && ./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-02-21WaE: arrayIndexOutOfBoundsThomas Arnhold
2012-02-19method should be publicCaolán McNamara
2012-02-17add a uno test api with more than 8 floating point argsCaolán McNamara
I'm a cruel person, i.e. this targets the TODO of dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-09Added and improved READMEs for modules in sdk and testingJosh Heidenreich
2012-01-27Decrease verbiage a little bitTor Lillqvist
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-16Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot
Part XXXIX Modules testtools, toolkit, tools
2011-12-15Removed extra semicolonsJesse
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist
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