Szabolcs Dezsi
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
Stephan Bergmann
094cf7caf9
Fix delivery of jvmfwk ini/data files
...
...that are (also) used during the build (e.g., cd testtools/*/lib &&
./bridgetest_inprocess_java). Broken by gbuild'ification of jvmfwk.
2012-03-26 17:47:19 +02:00
Thomas Arnhold
a3bf3451a9
WaE: arrayIndexOutOfBounds
2012-02-21 20:57:06 +01:00
Caolán McNamara
777f63d448
method should be public
2012-02-19 13:42:04 +00:00
Caolán McNamara
99bf0c318b
add a uno test api with more than 8 floating point args
...
I'm a cruel person, i.e. this targets the TODO of
dab11f7fe2
in
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-17 12:21:36 +00:00
Tor Lillqvist
a6ed487d97
Decrease verbiage a little bit
2012-01-27 15:52:23 +02:00
Stephan Bergmann
7c704c78d3
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
...
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-21 15:21:16 +01:00
Olivier Hallot
81e50fb2e3
Fix for fdo43460 Part XXXIX getLength() to isEmpty()
...
Part XXXIX
Modules
testtools, toolkit, tools
2012-01-16 18:49:04 -02:00
Jesse
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
Tor Lillqvist
7904a8cc56
I don't see NO_BSYMBOLIC being used anywhere
2011-12-11 02:57:59 +02:00
Norbert Thiebaud
3c9d6bdbc6
remove include of pch header from testtools
2011-11-27 13:25:25 -06:00
Michael Stahl
eedfbf5b8b
fdo#42865: let's try map file for windows only
2011-11-18 22:24:21 +01:00
Tor Lillqvist
6f55d5eaec
Do build stuff here also when cross-compiling (but don't run)
2011-11-17 17:46:15 +02:00
Tor Lillqvist
5057892990
Fix unintentional glitch
2011-11-17 17:46:15 +02:00
Tor Lillqvist
469c9ac2f9
Enforce a "lib" prefix for UNO components for Android
...
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-17 15:22:59 +02:00
Jan Holesovsky
4f11d0aa46
Revert the component.map removal from makefile to fix Windows build.
2011-11-17 00:38:25 +01:00
Michael Stahl
c506e1852a
fdo#42865: cppu,cppuhelper,testtools: no mapfile
...
Instead, build with VISIBILITY_HIDDEN.
2011-11-15 20:52:00 +01:00
Stephan Bergmann
bf1f0183d5
Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64).
2011-10-18 23:10:56 +02:00
Matúš Kukan
50205b9d19
Remove component_getImplementationEnvironment
2011-07-12 12:26:18 +02:00
Tor Lillqvist
e634f62b39
Don't do anything when cross-compiling for now
2011-06-12 13:01:12 +03:00
Francois Tigeot
a3c69425d0
Remove OS/2 support
2011-04-28 08:27:16 +02:00
Julien Nabet
a27728407e
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 15:28:34 +02:00
Caolán McNamara
5775fc2091
catch by const reference
2011-04-13 09:57:50 +01:00
Jan Holesovsky
f2574337db
Merge commit 'ooo/DEV300_m103'
...
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-23 16:59:41 +01:00
Thomas Arnhold
d8d6bee713
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:12:11 +01:00
Jan Holesovsky
db676752e4
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
testtools/prj/build.lst
2011-03-18 15:57:12 +01:00
Hanno Meyer-Thurow
17e1fcf5b5
Merge Gentoo patches from old build and downstream repositories.
...
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-13 16:15:41 +01:00
Michael Meeks
8c59580b88
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
...
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-11 11:35:29 +00:00
Ivo Hinkelmann
fa8f20aa6d
CWS-TOOLING: integrate CWS jl165
2011-03-07 13:15:24 +01:00
Julien Nabet
e62f74cabe
Remove "using namespace ::rtl"
2011-03-02 20:52:59 +01:00
Caolán McNamara
5e25f9be4e
add explicit stream operator
2011-03-01 15:07:36 +00:00
Joachim Lingner
2f52996350
jl64 #i117009# increase versions of cli assemblies
2011-02-18 12:42:54 +01:00
Thomas Arnhold
bb9e51ce07
Remove dead code
2011-02-07 23:04:06 +01:00
Fridrich Štrba
1c4bced7c2
std::hash_map -> boost:unordered_map
2011-02-05 21:58:42 +01:00
Thomas Arnhold
1607aae1e9
Clean up makefiles
2011-02-02 11:52:29 +01:00
Matthias Huetsch [mhu]
af11933256
Update from master repository (DEV300_m98).
2011-01-27 18:16:28 +01:00
serval
543f5583d5
RTL_CONSTASCII_USTRINGPARAM for testtools
2010-12-13 21:15:42 +00:00
sb
2edaed16dd
sb135: #i116045# removed performQueryForUnknownType; cleaned up
2010-12-10 13:55:39 +01:00
Caolán McNamara
2cc93b0ba3
add three byte structure return test for the MacOSX/BSD quirk
2010-12-09 11:22:47 +00:00
Caolán McNamara
85cc920f24
add a Mixed Float And Integer struct return test
2010-12-09 11:19:10 +00:00
Caolán McNamara
c88463b812
add a twoFloats return test
2010-12-09 11:13:27 +00:00
Caolán McNamara
7bdc86194a
fix the dependencies so that the uno_types is regenerated if the .idl changes
2010-12-09 11:12:38 +00:00
Caolán McNamara
ebedefd60e
rename AllFloats test to FourFloats
2010-12-09 10:40:52 +00:00
Takeshi Abe
f20ff43473
Replace all occured, occurance etc.
2010-12-05 19:13:22 +00:00
Gert Faller
b50f9fc50b
RTL_CONSTASCII_USTRINGPARAM in testing
2010-11-25 23:50:06 +01:00
Caolán McNamara
6eb0c4895f
add modelines to .hxx files as well
2010-10-27 13:06:45 +01:00
Sebastian Spaeth
f402b2f5af
Add vim/emacs modelines to all source files
...
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-13 10:58:05 +02:00
Petr Mladek
8948894606
bin the prebuilt version_2_*.dll
...
they are usable only with installed OOo-2.x
2010-10-12 18:55:29 +02:00
Petr Mladek
c1aa8ce95e
more removed include guards using fixguard.py
2010-10-05 15:55:25 +02:00
sb
421c9bb07e
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
2010-09-15 11:45:04 +02:00