Commit graph

261 commits

Author SHA1 Message Date
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
David Tardon
9dec6475aa fix for gcc 4.7/C++11: these are not string literal operators 2012-01-11 07:49:53 +01:00
Norbert Thiebaud
4dc45a2854 remove include of pch header in bridge 2011-11-27 12:56:37 -06: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
Julien Nabet
f26117a5f4 Avoid throw in destructor 2011-08-11 21:32:29 +02:00
Matúš Kukan
15f10fc946 Remove component_getImplementationEnvironment 2011-07-12 16:30:06 +02:00
Julien Nabet
25f312236b Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 23:06:47 +02:00
Julien Nabet
08d3fdffae Easyhack: Add visibility markup to all component_get* functions 2011-04-21 16:06:40 +02:00
Kevin Hunter
8e401df9f0 EasyHack: RTL_CONST macro from createFromAscii
They're only in the tests, but it compiles, and the createFromAscii
messed with my grep-age!
2010-11-20 11:22:38 +01:00
Kevin Hunter
b59349c8e1 EasyHack: Convert to RTL macro from FromAscii 2010-11-10 08:12:10 +01:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
Norbert Thiebaud
014e66ceba Finally, gut the vos module out of the build 2010-10-25 19:55:39 -05:00
Sebastian Spaeth
a715e1b3d0 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-14 17:04:31 +02:00
J. Graeme Lingard
bda7aaeb74 Remove redundant #include, #define & comments 2010-10-13 12:51:10 +02:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
f4d7dfdfba sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
sb
11370224ce sb118: #i108269# first step of removing tcsh support 2010-01-12 18:49:59 +01:00
Mathias Bauer
3739e0b640 merge commit 2009-09-25 21:47:16 +02:00
Jens-Heiner Rechtien
c7788533a2 CWS-TOOLING: integrate CWS sb113
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012
2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;)
2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012
2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph)
2009-08-26 sb merged in DEV300_m56
2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc)
2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora)
2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader
2009-08-17 Juergen Schmidt #i103749# integrate patch
2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8")
2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter
2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec
2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc)
2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc)
2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2)
2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly
2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH)
2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-09-16 14:37:52 +00:00
Mathias Bauer
ffd6952e9a #i103452#: replace PRODUCT by !DBG_UTIL; replace assert by OSL_ASSERT where possible 2009-07-10 14:03:42 +02:00
Ivo Hinkelmann
50f9ae5a90 CWS-TOOLING: integrate CWS sb109
2009-04-21 13:42:45 +0200 sb  r271035 : removed obsolete psprint dependency
2009-04-21 10:33:31 +0200 sb  r271024 : changes to previous -c270971 so that build does not break for USE_SHELL!=bash (but instead resulting bridgetest_xxx scripts are nonfunctional)
2009-04-21 08:56:48 +0200 sb  r271017 : merged in cws/sb107 -c 268250 (avoid warnings about format specifier and argument mismatch (on 64bit debug builds))
2009-04-20 16:42:27 +0200 sb  r270995 : #i98625# add make_xxx functions for C++ representations of UNO polystructs; fixed and adapted tests (patch by thb, slightly adapted)
2009-04-20 14:23:45 +0200 sb  r270981 : #i84751# selective performance improvements (patch by mmeeks, slightly adapted)
2009-04-20 13:39:50 +0200 sb  r270978 : #i99711# removed dead code (patch by cmc, slightly modified)
2009-04-20 11:59:39 +0200 sb  r270972 : #i97975# avoid crashes during shutdown (patch by cmc, slightly modified)
2009-04-20 11:57:52 +0200 sb  r270971 : made tests work again after LD_LIBRARY_PATH clean up
2009-04-20 09:49:32 +0200 sb  r270963 : #i95593# made tests work again after LD_LIBRARY_PATH cleanup
2009-04-17 13:52:33 +0200 sb  r270941 : merged in cws/sb107 -c 270023 (added svn:ignore)
2009-04-15 13:46:24 +0200 sb  r270841 : #i92131# dead code elimination (based on a patch by cmc)
2009-04-15 13:29:27 +0200 sb  r270839 : #i100743# use a FastLess for the Data map (based on a patch my mmeeks)
2009-04-15 13:12:11 +0200 sb  r270837 : #i100583# dead code elimination (patch by cmc)
2009-04-15 13:02:19 +0200 sb  r270835 : avoid bogus Solaris C++ compiler warning when building with debug=x
2009-04-15 11:49:46 +0200 sb  r270828 : adapted to cleared LD_LIBRARY_PATH
2009-04-15 10:49:48 +0200 sb  r270826 : #i101101# for performance reasons, do not put ComponentContext in unsafe appartment
2009-04-15 10:08:20 +0200 sb  r270824 : #i99113# removed duplicated stocservices.uno lib from basis layer
2009-04-28 18:00:14 +00:00
Oliver Bolte
e591a08dc3 CWS-TOOLING: integrate CWS sb103
2009-01-15 15:28:08 +0100 sb  r266375 : #i97629# set UNO_PATH in python start program and use it in bootstrap function in officehelper.py (and do not erroneously encode a vnd.sun.star.pathname URE_BOOTSTRAP value in tools::extendApplicationEnvironment)
2009-01-15 10:40:17 +0100 sb  r266338 : #i97424# explicit shut down of ImplImageTree singleton in DeInitVCL still required
2009-01-14 12:07:15 +0100 sb  r266276 : CWS-TOOLING: rebase CWS sb103 to trunk@265758 (milestone: DEV300:m38)
2009-01-14 08:53:02 +0100 sb  r266266 : #i96284# remove implementation of unused (but expensive) link feature; plus some general cleanup
2009-01-08 14:42:59 +0100 sb  r266010 : #i96683# enable dlclose for GCC 3 (based on a patch by cmc)
2009-01-06 14:18:23 +0100 sb  r265920 : #i97424# spurious unreferenced local variables
2008-12-19 15:33:39 +0100 sb  r265727 : #i57359# no need for a special glibc 2.2.4 based libgcc_s.so.1 for URE any more as the general one used for OOo is guaranteed to be based on at least glibc 2.2.4, anyway
2008-12-19 13:54:37 +0100 sb  r265724 : #i97424# clean up and speed up vcl ImplImageTree
2008-12-18 14:28:10 +0100 sb  r265690 : #i97132# spread usage of the rtl::Static pattern (patch by cmc)
2008-12-15 14:33:00 +0100 sb  r265499 : #i90492# generate UTF-8 encoded output (patch by tora)
2008-12-15 11:45:05 +0100 sb  r265469 : #i95593# -Djava.library.path to find libtest_javauno_any.so
2008-12-15 11:23:14 +0100 sb  r265468 : #i93769# it appears that Java nowadays expects file URIs in UTF-8, so ExternalUriReferenceTranslator.toExternal must not be called
2008-12-10 12:02:50 +0100 sb  r265164 : #i93219# use (corrected) signal handling instead of forking again (to avoid unintended generation of core files)
2009-02-12 09:18:09 +00:00
Vladimir Glazounov
3b2b8f91ff CWS-TOOLING: integrate CWS sb93 2008-10-01 09:04:58 +00:00
Rüdiger Timm
06ed637dd5 INTEGRATION: CWS changefileheader (1.4.2); FILE MERGED
2008/03/28 16:31:27 rt 1.4.2.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:38:46 +00:00
Rüdiger Timm
9780332d28 INTEGRATION: CWS changefileheader (1.4.60); FILE MERGED
2008/03/28 16:31:27 rt 1.4.60.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:38:28 +00:00
Rüdiger Timm
b313edfaca INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED
2008/03/28 16:31:26 rt 1.3.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:38:10 +00:00
Rüdiger Timm
549be9ded0 INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED
2008/03/28 16:31:26 rt 1.6.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:37:32 +00:00
Rüdiger Timm
e27928492b INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED
2008/03/28 16:31:25 rt 1.5.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:37:14 +00:00
Rüdiger Timm
3d3ebb6cf7 INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED
2008/03/28 16:31:25 rt 1.3.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:36:52 +00:00
Rüdiger Timm
07fc2923df INTEGRATION: CWS changefileheader (1.7.38); FILE MERGED
2008/03/28 16:31:25 rt 1.7.38.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:36:31 +00:00
Rüdiger Timm
595bfc5d81 INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED
2008/03/28 16:31:25 rt 1.5.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:36:13 +00:00
Rüdiger Timm
cbff46217e INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED
2008/03/28 16:31:24 rt 1.3.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:35:55 +00:00
Rüdiger Timm
b9a8fc7823 INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED
2008/03/28 16:31:24 rt 1.5.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:35:38 +00:00
Rüdiger Timm
f37f14afdc INTEGRATION: CWS changefileheader (1.6.72); FILE MERGED
2008/03/28 16:31:23 rt 1.6.72.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:35:19 +00:00
Rüdiger Timm
593fa97550 INTEGRATION: CWS changefileheader (1.8.26); FILE MERGED
2008/03/28 16:31:23 rt 1.8.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:35:00 +00:00
Rüdiger Timm
cbb76da365 INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED
2008/03/28 16:31:22 rt 1.3.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:34:38 +00:00
Rüdiger Timm
6ae341e8a6 INTEGRATION: CWS changefileheader (1.5.100); FILE MERGED
2008/03/28 16:31:22 rt 1.5.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:34:19 +00:00
Rüdiger Timm
312109f36e INTEGRATION: CWS changefileheader (1.10.72); FILE MERGED
2008/03/28 16:31:21 rt 1.10.72.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:34:00 +00:00
Rüdiger Timm
af29113ad6 INTEGRATION: CWS changefileheader (1.7.26); FILE MERGED
2008/03/28 16:31:21 rt 1.7.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:33:42 +00:00
Rüdiger Timm
61cf99053a INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED
2008/03/28 16:31:21 rt 1.4.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:33:21 +00:00
Rüdiger Timm
ba3a047992 INTEGRATION: CWS changefileheader (1.4.170); FILE MERGED
2008/03/28 16:31:20 rt 1.4.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:33:03 +00:00
Rüdiger Timm
113782dfbd INTEGRATION: CWS changefileheader (1.6.100); FILE MERGED
2008/03/28 16:31:19 rt 1.6.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:32:18 +00:00
Rüdiger Timm
d42b56204f INTEGRATION: CWS changefileheader (1.7.72); FILE MERGED
2008/03/28 16:31:19 rt 1.7.72.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:31:24 +00:00
Rüdiger Timm
43c8c574f1 INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED
2008/03/28 16:31:18 rt 1.5.170.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:31:06 +00:00
Rüdiger Timm
1d9b53224e INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED
2008/03/28 16:31:18 rt 1.2.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:30:33 +00:00
Rüdiger Timm
986f08a0f5 INTEGRATION: CWS changefileheader (1.6.14); FILE MERGED
2008/03/28 16:31:17 rt 1.6.14.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:29:55 +00:00
Rüdiger Timm
869039b57b INTEGRATION: CWS changefileheader (1.2.100); FILE MERGED
2008/03/28 16:31:17 rt 1.2.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:29:39 +00:00
Rüdiger Timm
7dac012fbb INTEGRATION: CWS changefileheader (1.10.26); FILE MERGED
2008/03/28 16:31:16 rt 1.10.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:29:19 +00:00