summaryrefslogtreecommitdiffstats
path: root/testtools
Commit message (Collapse)AuthorAgeFilesLines
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-213-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.
* Fix for fdo43460 Part XXXIX getLength() to isEmpty()Olivier Hallot2012-01-161-2/+2
| | | | | | Part XXXIX Modules testtools, toolkit, tools
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-111-1/+0
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove include of pch header from testtoolsNorbert Thiebaud2011-11-2711-20/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* fdo#42865: let's try map file for windows onlyMichael Stahl2011-11-181-0/+9
|
* Do build cpputools also for non-DESKTOP OSes, needed for bridgetestTor Lillqvist2011-11-171-1/+1
|
* Do build stuff here also when cross-compiling (but don't run)Tor Lillqvist2011-11-173-15/+2
|
* Fix unintentional glitchTor Lillqvist2011-11-171-3/+3
|
* Enforce a "lib" prefix for UNO components for AndroidTor Lillqvist2011-11-173-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.
* Revert the component.map removal from makefile to fix Windows build.Jan Holesovsky2011-11-171-2/+2
|
* fdo#42865: cppu,cppuhelper,testtools: no mapfileMichael Stahl2011-11-151-2/+3
| | | | Instead, build with VISIBILITY_HIDDEN.
* Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵Stephan Bergmann2011-10-182-6/+18
| | | | Linux x86_64).
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-126-33/+0
|
* Build cpputools only for desktop OSesTor Lillqvist2011-07-091-1/+1
|
* Don't do anything when cross-compiling for nowTor Lillqvist2011-06-125-0/+32
|
* Remove OS/2 supportFrancois Tigeot2011-04-282-6/+1
|
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-215-10/+10
|
* catch by const referenceCaolán McNamara2011-04-131-11/+11
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-233-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
| * CWS-TOOLING: integrate CWS jl165Ivo Hinkelmann2011-03-071-0/+0
| |\
| | * jl64 #i117009# increase versions of cli assembliesJoachim Lingner2011-02-181-0/+0
| | |
| * | Update from master repository (DEV300_m98).Matthias Huetsch [mhu]2011-01-2713-678/+731
| |\|
| * | Update from master repository (DEV300_m82).Matthias Huetsch [mhu]2010-06-182-3/+3
| | |
* | | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-193-3/+3
| | |
* | | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1812-674/+725
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: testtools/prj/build.lst
| * \ \ Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks2011-03-1112-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
| | * | sb135: #i116045# removed performQueryForUnknownType; cleaned upsb2010-12-103-557/+521
| | | |
| | * | sb131: #i115124# $(XSLTPROC) implies LIBXSLT:libxsltsb2010-10-221-1/+1
| | | |
| | * | sb129: #i113189# cleaned up makefile rules; deliver services.input to have ↵sb2010-09-152-4/+2
| | | | | | | | | | | | | | | | it modifiable for special one-off products
| | * | sb129: #i113189# change UNO components to use passive registrationsb2010-09-1011-121/+212
| | | |
* | | | Merge Gentoo patches from old build and downstream repositories.Hanno Meyer-Thurow2011-03-132-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)
* | | Remove "using namespace ::rtl"Julien Nabet2011-03-025-6/+14
| | |
* | | add explicit stream operatorCaolán McNamara2011-03-011-0/+5
| | |
* | | Remove dead codeThomas Arnhold2011-02-071-117/+0
| | |
* | | std::hash_map -> boost:unordered_mapFridrich Štrba2011-02-051-2/+2
| | |
* | | Clean up makefilesThomas Arnhold2011-02-021-7/+0
| | |
* | | Bypass this directory unless SOLAR_JAVATor Lillqvist2011-01-261-5/+3
| | |
* | | RTL_CONSTASCII_USTRINGPARAM for testtoolsserval2010-12-131-5/+5
| | |
* | | add three byte structure return test for the MacOSX/BSD quirkCaolán McNamara2010-12-095-0/+32
| | |
* | | add a Mixed Float And Integer struct return testCaolán McNamara2010-12-095-0/+31
| | |
* | | add a twoFloats return testCaolán McNamara2010-12-095-1/+32
| | |
* | | fix the dependencies so that the uno_types is regenerated if the .idl changesCaolán McNamara2010-12-091-2/+2
| | |
* | | rename AllFloats test to FourFloatsCaolán McNamara2010-12-095-9/+9
| | |
* | | Replace all occured, occurance etc.Takeshi Abe2010-12-054-4/+4
| | |
* | | RTL_CONSTASCII_USTRINGPARAM in testingGert Faller2010-11-251-22/+22
| | |
* | | add modelines to .hxx files as wellCaolán McNamara2010-10-273-0/+8
| | |
* | | Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-1310-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | 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>