summaryrefslogtreecommitdiff
path: root/pyuno/zipcore
AgeCommit message (Collapse)Author
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-20Undo basis/brand split: moved Python from basis to brand.Stephan Bergmann
The Windows-only code in pyuno/zipcore/python.cxx may still need fixing.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-07-24minor whitespace/makefile cleanupChristian Lohmaier
2011-06-07fix previous commit that introduced reverse logicChristian Lohmaier
and remove *.orig and *.rej files that were committed by accident
2011-06-06allow to use internal Python on Mac (Python built as framework)Christian Lohmaier
2011-05-07Port PyUno to support Python 3Andreas Becker
2011-04-18Remove OS/2 support.Francois Tigeot
2010-10-14Add 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-13tweak this for AIXCaolán McNamara
2010-09-09hb22: #b6982587# treat null LD_LIBRARY_PATH like unset onesb
2010-05-10nativeb: #i110876# escape regexp substitutesIvo Hinkelmann
2010-03-12sb121: #i107352# filter out lib/lib-dynload libs that are marked as _failed ↵sb
by setup.py, anyway
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-06cmcfixes66: #i106674# fix remaining new[]/delete mismatchesCaolán McNamara
2009-09-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann
2009-05-04CWS-TOOLING: integrate CWS mingwport19Release Engineers
2009-04-23 16:09:03 +0200 tono r271180 : revert changes 2009-04-20 15:15:31 +0200 tono r270988 : i101223: MinGW port: atl patch fix 2009-04-14 14:54:29 +0200 tono r270779 : i101077: mingw port: make python to work with OOo 2009-04-14 14:52:46 +0200 tono r270777 : i101073: Mingw port fix: openssl 0.9.8k in cygwin case
2009-02-12CWS-TOOLING: integrate CWS sb103Oliver Bolte
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)
2008-12-11CWS-TOOLING: integrate CWS sb101Rüdiger Timm
2008-12-08 16:52:06 +0100 sb r265009 : #i95330# python23.dll needs to be copied to brand layer, not just moved there 2008-11-24 18:15:54 +0100 sb r264259 : #i95022# tools::extendApplicationEnvironment gets URE_BOOTSTRAP value from outside bootstrap.cxx, so needs to operate in LOOKUP_MODE_URE_BOOTSTRAP, too 2008-11-20 21:12:31 +0100 jbu r264103 : deactivated debug log 2008-11-20 21:09:03 +0100 jbu r264102 : #i95331# ld_library_path now contains ure/lib directory 2008-11-20 21:05:37 +0100 jbu r264101 : #i95330# python.dll is now installed in the brand-program directory (unix remains unchanged) 2008-11-20 20:46:57 +0100 jbu r264099 : #i95118# + #i93994# Python scripts in share and user uno packages now work again 2008-11-20 20:38:23 +0100 jbu r264098 : #i95037# python wrapper now waits for completion of python executable and currectly returns the exit state 2008-11-20 10:46:28 +0100 sb r264034 : #i95028# import socket, since on Windows sal3.dll no longer calls WSAStartup (and import socket does) 2008-11-18 17:01:09 +0100 sb r263784 : #i96314# fixed encode() 2008-11-18 15:59:17 +0100 sb r263779 : #i95024# missing vnd.sun.star.pathname: in URE_BOOTSTRAP 2008-11-18 13:51:36 +0100 sb r263765 : #i95022# treat \ and $ verbatim in URE_BOOTSTRAP=vnd.sun.star.pathname values
2008-07-02INTEGRATION: CWS mingwport14 (1.3.2); FILE MERGEDVladimir Glazounov
2008/06/21 14:22:13 tono 1.3.2.1: #i90950#: mingw port
2008-06-12#i90610# Fix for .Net2003 compiler (patch by sb).Rüdiger Timm
2008-06-09INTEGRATION: CWS sb87 (1.1.2); FILE ADDEDRüdiger Timm
2008/05/09 15:12:27 sb 1.1.2.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module
2008-06-09INTEGRATION: CWS sb87 (1.9.4); FILE MERGEDRüdiger Timm
2008/05/09 15:11:10 sb 1.9.4.2: #i88211# improvements 2008/05/07 12:25:34 sb 1.9.4.1: #i88211# cleaned up; as somewhat of a hack, added -env:INIFILEPATH arg when starting python.bin so that a later defaultBootstrap_InitialComponentContext() will bootstrap into a complete OOo UNO env
2008-06-09INTEGRATION: CWS sb87 (1.13.10); FILE MERGEDRüdiger Timm
2008/05/09 15:11:52 sb 1.13.10.1: #i88211# customaction-generated python.bat has been replaced by python.exe from pyuno module
2008-04-11INTEGRATION: CWS changefileheader (1.8.60); FILE MERGEDRüdiger Timm
2008/03/31 07:24:58 rt 1.8.60.1: #i87441# Change license header to LPGL v3.
2007-11-06INTEGRATION: CWS execshellmacrogone (1.11.4); FILE MERGEDRüdiger Timm
2007/10/24 08:42:53 rene 1.11.4.2: RESYNC: (1.11-1.12); FILE MERGED 2007/10/24 06:35:43 rene 1.11.4.1: #i79760# krs patches for supressing "Executing shell macro..." output
2007-09-20INTEGRATION: CWS os2port01 (1.9.36); FILE MERGEDVladimir Glazounov
2007/07/31 20:37:21 obr 1.9.36.2: RESYNC: (1.9-1.11); FILE MERGED 2006/12/28 15:02:21 ydario 1.9.36.1: OS/2 initial import.
2007-03-26INTEGRATION: CWS mingwport03 (1.9.24); FILE MERGEDVladimir Glazounov
2007/03/20 11:20:56 vg 1.9.24.2: RESYNC MERGED 1.9 1.10 Everything below this line will be added to the revision comment. 2006/11/21 10:28:54 vg 1.9.24.1: #i53572# MinGW port
2007-01-25INTEGRATION: CWS ause069 (1.9.26); FILE MERGEDOliver Bolte
2006/11/24 14:52:51 hjs 1.9.26.1: #i70359# remove forced shell calls
2006-03-22INTEGRATION: CWS pyunofixes2 (1.7.12); FILE MERGEDOliver Bolte
2006/01/11 21:36:14 jbu 1.7.12.1: #i55157# added lib/site-packages to PYTHONPATH
2005-12-14INTEGRATION: CWS ause044 (1.7.2); FILE MERGEDRüdiger Timm
2005/12/05 17:43:12 hjs 1.7.2.1: #i58214# added dependency
2005-11-18#i58050# no strip for win/mscHans-Joachim Lankenau
2005-11-11INTEGRATION: CWS pythonlinkfix (0); FILE MERGEDRüdiger Timm
2005-11-11INTEGRATION: CWS pythonlinkfix (1.6.34); FILE MERGEDRüdiger Timm
2005/11/06 02:17:59 maho 1.6.34.1: Don't use postscript for pyuno project Issue number: #i56955#
2005-09-08INTEGRATION: CWS ooo19126 (1.5.38); FILE MERGEDRüdiger Timm
2005/09/05 18:39:25 rt 1.5.38.1: #i54170# Change license header: remove SISSL
2004-09-08INTEGRATION: CWS ooo20040704 (1.5.16); FILE MERGEDRüdiger Timm
2004/06/28 12:53:48 cmc 1.5.16.1: #i30801# allow using system libs if possible
2004-02-25INTEGRATION: CWS geordi2q15 (1.4.10); FILE MERGEDKurt Zenker
2004/02/20 12:50:06 hr 1.4.10.1: #111934#: merge CWS ooo111fix3
2004-02-02INTEGRATION: CWS geordi2q14 (1.4.12); FILE MERGEDJens-Heiner Rechtien
2004/01/29 18:10:09 hr 1.4.12.1: #111934#: merge CWS ooo111fix2
2003-12-17INTEGRATION: CWS geordi2q11 (1.3.8); FILE MERGEDVladimir Glazounov
2003/12/16 14:04:31 hr 1.3.8.1: #111934#: join CWS ooo111fix1
2003-08-18INTEGRATION: CWS geordi2q01 (1.2.14); FILE MERGEDHans-Joachim Lankenau
2003/08/18 13:04:40 hr 1.2.14.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18INTEGRATION: CWS geordi2q01 (1.3.10); FILE MERGEDHans-Joachim Lankenau
2003/08/18 13:04:40 hr 1.3.10.1: #i18350#: join changes from CWS ooo11rc3
2003-07-02INTEGRATION: CWS ooo11rc (1.2.2); FILE MERGEDVladimir Glazounov
2003/06/29 08:17:53 jbu 1.2.2.3: #i15917# + #i16131# removed unneeded stuff, directories are now created during each file copy, now SMP buildable, builds on all shells 2003/06/25 18:40:58 jbu 1.2.2.2: #i15974# problems during creation of directories fixed, .pyc aren't copied now anymore 2003/06/20 16:10:50 jbu 1.2.2.1: #i15866# now builds also, when win-volums of solver and project are different
2003-06-11chg: Syntax for Win, #i10000#Martin Hollmichel
2003-04-06#i11753# added the dynlib pythonpath elementJörg Budischewski
2003-04-06#i11753# python-core for OOo installation set is now zipped hereJörg Budischewski