summaryrefslogtreecommitdiff
path: root/odk/source
AgeCommit message (Collapse)AuthorFilesLines
2012-08-20Java5 updates - convert to genericsNoel Grandin2-12/+12
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
2012-06-21re-base on ALv2 code.Michael Meeks2-44/+26
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks3-70/+43
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-08targetted revert of minor cppcheck cleanupMichael Meeks2-8/+4
Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf
2012-05-20only add -manifest:no for msc--mingw's ldd chokes on itDavid Tardon1-1/+2
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
2012-04-23Minor improvement of previous fixStephan Bergmann1-1/+1
2012-04-23WaE: Clang adding 'int' to a string does not append to the stringCatalin Iacob1-2/+4
2012-03-23replace OpenOffice.org to LibreOffice in registry keysAndras Timar1-1/+1
2011-12-11I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist1-1/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+1
2011-11-27remove include of pch header from odkNorbert Thiebaud1-2/+0
2011-10-08Revert "cppcheck reduce scope of var in odk/..unoapploader.c"Matúš Kukan1-1/+2
This reverts commit 595de860c7a3fb274d2cf432bd1fa04a008503a0. MSVC couldn't handle this.
2011-10-07cppcheck reduce scope of var in odk/..unoapploader.cPierre-André Jacquod1-2/+1
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-05-08Some cppcheck cleaningJulien Nabet1-2/+1
2011-05-03Change <file>.toURL() to <file>.toURI().toURL()Julien Nabet1-2/+2
2011-02-15dragonfly stuffFrancois Tigeot1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe3-11/+11
2010-11-03Changed symlink processing to new application name. Now the function will ↵Giuseppe Castagno1-1/+1
try for libreoffice in the PATH, instead of soffice.
2010-11-02There is no libdl on NetBSD, just like on FreeBSD, so don't use it there.Thomas Klausner1-1/+1
2010-10-31fix cppcheck warningsGert Faller2-4/+8
Notes: split repo tag: sdk_LIBREOFFICE_3_3_FREEZE
2010-10-27add modelines to .hxx files as wellCaolán McNamara2-0/+6
2010-10-13tweak this for AIXCaolán McNamara1-1/+7
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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-05Look for LibreOffice and not OpenOffice.org from javaFridrich Štrba1-1/+1
2010-09-21Use the fetched 185d60944ea767075d27247c3162b3bc-unowinreg.dllPetr Mladek1-1/+1
Notes: split repo tag: sdk_OOO_BUILD_3_2_99_0_PRE
2010-04-17kfreebsdport01: remove .IF "$(JDK)" != gcj, we need JAVA_INCLUDES for gcj, tooRene Engelhard1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien11-48/+11
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-2/+0
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien1-0/+1
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-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov1-3/+6
2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers1-3/+0
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
2009-02-19CWS-TOOLING: integrate CWS sb104Oliver Bolte1-1/+1
2009-01-27 13:09:06 +0100 sb r266986 : #i97992# cws rebase: merged cws/sb104/config_office/set_soenv.in with moved tags/DEV300_m40/set_soenv.in 2009-01-27 10:56:40 +0100 sb r266966 : CWS-TOOLING: rebase CWS sb104 to trunk@266944 (milestone: DEV300:m40) 2009-01-20 14:37:00 +0100 sb r266581 : #i97992# missing treatment of Solaris-only adjustvisibility as build-internal tool 2009-01-20 09:32:38 +0100 sb r266554 : CWS-TOOLING: rebase CWS sb104 to trunk@266428 (milestone: DEV300:m39) 2009-01-14 13:40:45 +0100 sb r266296 : #i97992# do not pass comment lines to shell 2009-01-14 12:50:34 +0100 sb r266290 : #i97992# avoid problems with checkdll not finding AWTLIB and its dependents 2009-01-14 12:49:20 +0100 sb r266289 : #i97992# on Linux and Solaris, regxpcom apparently needs to be called with the libxpcom.so directory on the LD_LIBRARY_PATH 2009-01-13 09:41:37 +0100 sb r266196 : #i97992# fixed AUGMENT_LIBRARY_PATH definitions 2009-01-12 18:02:03 +0100 sb r266177 : #i97992# get rid of LD_LIBRARY_PATH in build environment
2008-10-16CWS-TOOLING: integrate CWS unowinregfix_DEV300Oliver Bolte1-2/+3
2008-07-11INTEGRATION: CWS jsc21 (1.6.2); FILE MERGEDRüdiger Timm1-2/+6
2008/06/27 08:49:55 jsc 1.6.2.1: #i90032# adapt link flags and linking for MacOS
2008-06-12#i90609# SIZE_MAX undeclared for .Net2003 compiler, take SAL_MAX_SIZE instead.Rüdiger Timm1-2/+3
2008-06-09INTEGRATION: CWS sb87 (1.4.148); FILE MERGEDRüdiger Timm1-90/+136
2008/05/06 11:54:21 sb 1.4.148.3: #88687# finished off previous commit 2008/04/24 13:10:35 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09INTEGRATION: CWS sb87 (1.4.76); FILE MERGEDRüdiger Timm1-2/+3
2008/05/07 11:24:41 sb 1.4.76.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE 2008/04/24 13:10:32 sb 1.4.76.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.76.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09INTEGRATION: CWS sb87 (1.4.148); FILE MERGEDRüdiger Timm1-107/+117
2008/05/06 11:53:05 sb 1.4.148.3: #88687# off by one error 2008/04/24 13:10:29 sb 1.4.148.2: RESYNC: (1.4-1.5); FILE MERGED 2008/04/24 11:56:00 sb 1.4.148.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09INTEGRATION: CWS sb87 (1.6.162); FILE MERGEDRüdiger Timm1-2/+3
2008/05/07 11:24:40 sb 1.6.162.3: #i88687# unoapploader is not linked against any OOo libs, hence RPATH=NONE 2008/04/24 13:10:26 sb 1.6.162.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/24 11:56:00 sb 1.6.162.1: #i88687# extracted cppuhelper_detail_findSofficePath, call new unoinfo executable to get necessary information about office installation
2008-06-09INTEGRATION: CWS sb87 (1.5.10); FILE MERGEDRüdiger Timm1-48/+154
2008/05/07 11:34:25 sb 1.5.10.1: #i88687# let Loader call new unoinfo instead of old juh.jar UnoInfo.getJars
2008-04-10INTEGRATION: CWS changefileheader (1.3.118); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 15:52:56 rt 1.3.118.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.11.60); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 15:52:56 rt 1.11.60.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.144); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 15:52:56 rt 1.4.144.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.72); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 15:52:56 rt 1.4.72.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.158); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 15:52:55 rt 1.6.158.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.188); FILE MERGEDRüdiger Timm2-46/+37
2008/03/31 15:52:55 rt 1.4.188.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.188); FILE MERGEDRüdiger Timm3-69/+54
2008/03/31 15:52:55 rt 1.3.188.1: #i87441# Change license header to LPGL v3.
2007-06-26INTEGRATION: CWS ause081 (1.10.16); FILE MERGEDJens-Heiner Rechtien1-4/+2
2007/06/22 12:30:41 hjs 1.10.16.1: #i78393# remove now obsolete setting to avoid description