summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Collapse)AuthorFilesLines
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-2/+2
2012-02-21WaE: arrayIndexOutOfBoundsThomas Arnhold1-1/+0
2012-02-19method should be publicCaolán McNamara1-1/+1
2012-02-17add a uno test api with more than 8 floating point argsCaolán McNamara5-1/+21
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 Heidenreich1-11/+11
2012-01-27Decrease verbiage a little bitTor Lillqvist2-2/+6
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann3-5/+10
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 Hallot1-2/+2
Part XXXIX Modules testtools, toolkit, tools
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-63/+0
2011-11-27remove include of pch header from testtoolsNorbert Thiebaud11-20/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-18fdo#42865: let's try map file for windows onlyMichael Stahl1-0/+9
2011-11-17Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist1-1/+1
2011-11-17Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist3-15/+2
2011-11-17Fix unintentional glitchTor Lillqvist1-3/+3
2011-11-17Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist3-6/+6
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 Holesovsky1-2/+2
2011-11-15fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl1-2/+3
Instead, build with VISIBILITY_HIDDEN.
2011-10-18Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2-6/+18
Linux x86_64).
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan6-33/+0
2011-07-09Build cpputools only for desktop OSesTor Lillqvist1-1/+1
2011-06-12Don't do anything when cross-compiling for nowTor Lillqvist5-0/+32
2011-04-28Remove OS/2 supportFrancois Tigeot2-6/+1
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet5-10/+10
2011-04-13catch by const referenceCaolán McNamara1-11/+11
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky3-3/+3
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 Arnhold3-3/+3
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky12-674/+725
Conflicts: testtools/prj/build.lst
2011-03-13Merge Gentoo patches from old build and downstream repositories.Hanno Meyer-Thurow2-1/+6
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 Meeks12-674/+725
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 Hinkelmann1-0/+0
Notes: split repo tag: testing_ooo/DEV300_m102
2011-03-02Remove "using namespace ::rtl"Julien Nabet5-6/+14
Notes: split repo tag: testing_LO-BASE-INTEGRATION-DEV300_M101
2011-03-01add explicit stream operatorCaolán McNamara1-0/+5
2011-02-18jl64 #i117009# increase versions of cli assembliesJoachim Lingner1-0/+0
2011-02-07Remove dead codeThomas Arnhold1-117/+0
2011-02-05std::hash_map -> boost:unordered_mapFridrich Štrba1-2/+2
2011-02-02Clean up makefilesThomas Arnhold1-7/+0
2011-01-27Update from master repository (DEV300_m98).Matthias Huetsch [mhu]13-678/+731
2011-01-26Bypass this directory unless SOLAR_JAVATor Lillqvist1-5/+3
Notes: split repo tag: testing_LO-BASE-INTEGRATION-DEV300_m98
2010-12-13RTL_CONSTASCII_USTRINGPARAM for testtoolsserval1-5/+5
2010-12-10sb135: #i116045# removed performQueryForUnknownType; cleaned upsb3-557/+521
2010-12-09add three byte structure return test for the MacOSX/BSD quirkCaolán McNamara5-0/+32
2010-12-09add a Mixed Float And Integer struct return testCaolán McNamara5-0/+31
2010-12-09add a twoFloats return testCaolán McNamara5-1/+32
2010-12-09fix the dependencies so that the uno_types is regenerated if the .idl changesCaolán McNamara1-2/+2
2010-12-09rename AllFloats test to FourFloatsCaolán McNamara5-9/+9
2010-12-05Replace all occured, occurance etc.Takeshi Abe4-4/+4
2010-11-25RTL_CONSTASCII_USTRINGPARAM in testingGert Faller1-22/+22
Notes: split repo tag: testing_LIBREOFFICE_PRE_BOOTSTRAP_BUILD