summaryrefslogtreecommitdiff
path: root/odk/source
AgeCommit message (Collapse)Author
2010-10-27add modelines to .hxx files as wellCaolán McNamara
2010-10-13tweak this for AIXCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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 Štrba
2010-09-21Use the fetched 185d60944ea767075d27247c3162b3bc-unowinreg.dllPetr Mladek
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 Engelhard
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-13sb116: #i106845# removed obsolete IRIX portsb
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien
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 Glazounov
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 Engineers
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 Bolte
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 Bolte
2008-07-11INTEGRATION: CWS jsc21 (1.6.2); FILE MERGEDRüdiger Timm
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 Timm
2008-06-09INTEGRATION: CWS sb87 (1.4.148); FILE MERGEDRüdiger Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Timm
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 Rechtien
2007/06/22 12:30:41 hjs 1.10.16.1: #i78393# remove now obsolete setting to avoid description
2007-03-26INTEGRATION: CWS mingwport03 (1.4.64); FILE MERGEDVladimir Glazounov
2007/03/19 15:31:45 vg 1.4.64.3: RESYNC: (1.7-1.9); FILE MERGED 2006/11/08 12:44:33 vg 1.4.64.2: RESYNC: (1.4-1.7); FILE MERGED 2006/09/06 15:40:25 vg 1.4.64.1: #i53572# MinGW port
2007-03-26INTEGRATION: CWS mingwport03 (1.3.74); FILE MERGEDVladimir Glazounov
2006/09/06 15:40:24 vg 1.3.74.1: #i53572# MinGW port
2007-02-06INTEGRATION: CWS ause074 (1.8.2); FILE MERGEDVladimir Glazounov
2007/02/02 10:27:25 hjs 1.8.2.1: #i74085# avoid useless shell calls
2007-01-25INTEGRATION: CWS ause069 (1.7.6); FILE MERGEDOliver Bolte
2006/10/18 17:12:05 hjs 1.7.6.1: #i70359# remove forced shell calls
2006-10-09#i70246# add pch include path to custom compile lineHans-Joachim Lankenau
2006-09-16INTEGRATION: CWS pchfix02 (1.2.28); FILE MERGEDOliver Bolte
2006/09/01 17:32:28 kaib 1.2.28.1: #i68856# Added header markers and pch files
2006-08-28INTEGRATION: CWS unowinregcross2_SRC680 (1.5.8); FILE MERGEDIvo Hinkelmann
2006/08/21 11:02:14 rene 1.5.8.2: thinko 2006/08/21 10:35:19 rene 1.5.8.1: #i68813# fix build with sun/blackdown Java
2006-08-03INTEGRATION: CWS unowinregcross (1.4.56); FILE MERGEDIvo Hinkelmann
2006/07/16 15:46:24 rene 1.4.56.1: #i49718# make unowinreg.dll rebuildable
2006-06-19INTEGRATION: CWS warnings01 (1.1.2); FILE ADDEDJens-Heiner Rechtien
2006/03/01 14:13:07 sb 1.1.2.1: #i53898# Moved unowinreg.c to unowinreg.cxx to help make code waring-free.
2006-06-19INTEGRATION: CWS warnings01 (1.3.14); FILE MERGEDJens-Heiner Rechtien
2006/03/01 14:11:30 sb 1.3.14.1: #i53898# Made code waring-free.
2006-06-19INTEGRATION: CWS warnings01 (1.3.14); FILE MERGEDJens-Heiner Rechtien
2006/01/27 12:08:05 sb 1.3.14.2: #i53898# Made code warning-free. 2005/11/10 09:50:23 pl 1.3.14.1: #i53898# removed warnings
2006-03-15INTEGRATION: CWS jsc3 (1.5.34); FILE MERGEDVladimir Glazounov
2006/02/22 14:30:20 jsc 1.5.34.2: #i60930# ifdef linker for GCC 2006/02/20 15:00:36 jsc 1.5.34.1: #i60930# cleanup link flags and libs
2005-09-07INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGEDRüdiger Timm
2005/09/05 13:52:12 rt 1.3.50.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGEDRüdiger Timm
2005/09/05 13:52:11 rt 1.2.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGEDRüdiger Timm
2005/09/05 13:52:10 rt 1.2.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.4.20); FILE MERGEDRüdiger Timm
2005/09/05 13:52:10 rt 1.4.20.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.3.50); FILE MERGEDRüdiger Timm
2005/09/05 13:52:09 rt 1.3.50.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGEDRüdiger Timm
2005/09/05 13:52:09 rt 1.2.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.2.62); FILE MERGEDRüdiger Timm
2005/09/05 13:52:08 rt 1.2.62.1: #i54170# Change license header: remove SISSL
2005-09-07INTEGRATION: CWS ooo19126 (1.3.38); FILE MERGEDRüdiger Timm
2005/09/05 13:52:08 rt 1.3.38.1: #i54170# Change license header: remove SISSL
2005-03-29INTEGRATION: CWS sdkbugfix02 (1.3.38); FILE MERGEDRüdiger Timm
2005/03/02 13:37:12 jsc 1.3.38.1: #i42952# change linker to use a macro
2004-11-15INTEGRATION: CWS tbe13 (1.2.24); FILE MERGEDOliver Bolte
2004/09/23 14:25:58 tbe 1.2.24.1: #i34010# Loader.java does not compile with jdk1.5