f713237cc3
targeted string re-work
...
Change-Id: I81e04e43efd512d88b904cdd5b7fdd5aa54eea02
2012-06-01 06:30:57 -05:00
b396546834
cleaning up dmake stuff
...
Change-Id: I85d1ffef06028f8781a0406ea6e43b0e0406413c
2012-05-29 07:35:17 +02:00
268ddf9675
WaE: pesky aliasing warning with gcc 4.7.0
...
Change-Id: I78675ba624cf657a246f7d1211bf5075189ac873
2012-05-25 09:26:13 +01:00
85c2f280ef
Revert "i hope this is fixed now"
...
This reverts commit b8044cb828af149a4598b35a4d46d8fe4205ae74.
84dbc4fe2547f8fc341a46d7f000e721c81e63ee fixed the bridge for PPC on Linux, not
Mac OS X.
2012-04-23 14:18:24 +02:00
b8044cb828
i hope this is fixed now
2012-04-23 13:51:51 +02:00
d6bc02f8c4
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
2012-04-06 20:03:42 +02:00
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
a3bf3451a9
WaE: arrayIndexOutOfBounds
2012-02-21 20:57:06 +01:00
777f63d448
method should be public
2012-02-19 13:42:04 +00:00
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
dab11f7fe2a2fa4155e4c4feaa5fc54e57cfbd37 in
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-17 12:21:36 +00:00
a6ed487d97
Decrease verbiage a little bit
2012-01-27 15:52:23 +02:00
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
81e50fb2e3
Fix for fdo43460 Part XXXIX getLength() to isEmpty()
...
Part XXXIX
Modules
testtools, toolkit, tools
2012-01-16 18:49:04 -02:00
6a8f6c4b13
Removed extra semicolons
2011-12-15 16:38:50 +00:00
7904a8cc56
I don't see NO_BSYMBOLIC being used anywhere
2011-12-11 02:57:59 +02:00
3c9d6bdbc6
remove include of pch header from testtools
2011-11-27 13:25:25 -06:00
eedfbf5b8b
fdo#42865: let's try map file for windows only
2011-11-18 22:24:21 +01:00
6f55d5eaec
Do build stuff here also when cross-compiling (but don't run)
2011-11-17 17:46:15 +02:00
5057892990
Fix unintentional glitch
2011-11-17 17:46:15 +02:00
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
4f11d0aa46
Revert the component.map removal from makefile to fix Windows build.
2011-11-17 00:38:25 +01:00
c506e1852a
fdo#42865: cppu,cppuhelper,testtools: no mapfile
...
Instead, build with VISIBILITY_HIDDEN.
2011-11-15 20:52:00 +01:00
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
50205b9d19
Remove component_getImplementationEnvironment
2011-07-12 12:26:18 +02:00
e634f62b39
Don't do anything when cross-compiling for now
2011-06-12 13:01:12 +03:00
a3c69425d0
Remove OS/2 support
2011-04-28 08:27:16 +02:00
a27728407e
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 15:28:34 +02:00
5775fc2091
catch by const reference
2011-04-13 09:57:50 +01:00
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
d8d6bee713
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:12:11 +01:00
db676752e4
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
testtools/prj/build.lst
2011-03-18 15:57:12 +01:00
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
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
fa8f20aa6d
CWS-TOOLING: integrate CWS jl165
2011-03-07 13:15:24 +01:00
e62f74cabe
Remove "using namespace ::rtl"
2011-03-02 20:52:59 +01:00
5e25f9be4e
add explicit stream operator
2011-03-01 15:07:36 +00:00
2f52996350
jl64 #i117009# increase versions of cli assemblies
2011-02-18 12:42:54 +01:00
bb9e51ce07
Remove dead code
2011-02-07 23:04:06 +01:00
1c4bced7c2
std::hash_map -> boost:unordered_map
2011-02-05 21:58:42 +01:00
1607aae1e9
Clean up makefiles
2011-02-02 11:52:29 +01:00
af11933256
Update from master repository (DEV300_m98).
2011-01-27 18:16:28 +01:00
543f5583d5
RTL_CONSTASCII_USTRINGPARAM for testtools
2010-12-13 21:15:42 +00:00
2edaed16dd
sb135: #i116045# removed performQueryForUnknownType; cleaned up
2010-12-10 13:55:39 +01:00
2cc93b0ba3
add three byte structure return test for the MacOSX/BSD quirk
2010-12-09 11:22:47 +00:00
85cc920f24
add a Mixed Float And Integer struct return test
2010-12-09 11:19:10 +00:00
c88463b812
add a twoFloats return test
2010-12-09 11:13:27 +00:00
7bdc86194a
fix the dependencies so that the uno_types is regenerated if the .idl changes
2010-12-09 11:12:38 +00:00
ebedefd60e
rename AllFloats test to FourFloats
2010-12-09 10:40:52 +00:00
f20ff43473
Replace all occured, occurance etc.
2010-12-05 19:13:22 +00:00
b50f9fc50b
RTL_CONSTASCII_USTRINGPARAM in testing
2010-11-25 23:50:06 +01:00