summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* .patch files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I0b370ac227bbd833078804d8a276b48666df734c
* (incomplete) attempt to build internal python with MinGWDavid Tardon2012-06-177-1277/+36350
| | | | Change-Id: I39c880e8615b164a66eb900c11b26da9d6489e02
* provide a gnu-make compatible include for pyversionNorbert Thiebaud2012-05-293-1/+32
| | | | Change-Id: I I7d0de9bc04c26e71c6bd915a659a15c3e1f712d2
* do not concatenate empty line in python/makefile.mkPetr Mladek2012-05-231-1/+1
| | | | Change-Id: I08897ea5527e7ac56b37855b740a3dc1c8ddb544
* python: svn 1.7 breaks the build because...Michael Stahl2012-05-182-1/+14
| | | | | | | ... the output of "svninfo" in a directory that doesn't contain a .svn changed Change-Id: I16b132663a7c8d9fd60eafafecfc7f9e82b69b29
* EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton2012-05-091-2/+2
| | | | Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* extra love for incompatible expat on macosxCaolán McNamara2012-04-101-0/+2
|
* to find the headers and (static) library of our internal opensslLaurent Godard2012-04-101-0/+5
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-292-15/+21
| | | | | | | | | ...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
* Revert "add dylib to the list of native python modules for Mac (for ↵Stephan Bergmann2012-02-222-15/+1
| | | | | | | | | | | | | | | pyuno.dylib)" This reverts those parts of commit f892f979ce17c70ccff5c802db17f24129628504 that add .dylib as an extension for native Python modules, which in turn was obsoleted by 2ea723e8ce4077c7efa957d278637c4d9f32cf14 "Revert 'Mac OS X uses .dylib and not .so for python modules.'" (and I verified on Mac OS X 10.6.8 that both LO's internal Pyton 2.6.1 and MacPort's python3.2 indeed import a pyuno.so just fine). There were additional modifications regarding pyversion stuff in the original commit f892f979ce17c70ccff5c802db17f24129628504 that appear unrelated and which I left intact.
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-0/+1
|
* Linux LD_LIBRARY_PATH is missing as well.Stephan Bergmann2012-01-021-1/+2
|
* Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist2011-12-201-1/+1
|
* Resolves: fdo#36763 backport fix for py#4768Caolán McNamara2011-08-022-1/+13
|
* UPDMINOREXT is gone away, drop itCaolán McNamara2011-07-291-23/+18
|
* Use MACOSX_SDK_PATHNorbert Thiebaud2011-07-261-2/+1
|
* add easy-valgrindability to built-in pythonCaolán McNamara2011-07-262-1/+73
|
* add dylib to the list of native python modules for Mac (for pyuno.dylib)Christian Lohmaier2011-06-113-5/+16
|
* allow building internal Python on Mac (needs to be built as framework)Christian Lohmaier2011-06-066-13/+108
| | | | | fixes #i111496# (meta), #i111498# & #i111500# (along with the similar commits to the other repos)
* don't limit the _POSIX_SEMAPHORES+0 to FreeBSD (Mac needs it as well), rediffChristian Lohmaier2011-06-061-140/+114
| | | | | | please guys'n'gals: Use dmake create_patch when updating/creating new patches. And when replacing patches instead of adding ones, use solenv/bin/patch_sanitizer.pl
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-151/+151
|
* Don't build Python if DISABLE_PYTHON is TRUETor Lillqvist2011-05-291-0/+6
| | | | | | | | I don't know if this is the right thing to do. The --disable-python switch is documented to "Disable build of Python 2.x UNO API". Does that mean that it should disable use of Python at run-time completely? What about use of Python tools at build-time, do we have such? Will --disable-python then disable their use, too?
* Make the patch actually applyTor Lillqvist2011-05-281-3/+3
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-273-1/+36
|\ | | | | | | | | Conflicts: berkeleydb/makefile.mk
| * Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky2011-04-223-1/+36
| |\ | | | | | | | | | | | | | | | Conflicts: python/makefile.mk zlib/makefile.mk
| | * CWS-TOOLING: integrate CWS ause127Ivo Hinkelmann2011-03-292-1/+22
| | |\
| | | * ause127: #i117375# avoid hard links in python buildHans-Joachim Lankenau2011-03-222-1/+22
| | | |
| | * | masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, ↵sb2011-03-182-1/+15
| | | | | | | | | | | | | | | | | | | | trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56)
* | | | Drop OS2Tor Lillqvist2011-05-211-3/+0
|/ / /
* | | Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-6/+0
|\| | | | | | | | | | | | | | | | | Conflicts: graphite/makefile.mk libxml2/makefile.mk
| * | sb142: #i116738# ignore test stuff from the Python implementationsb2011-03-041-6/+0
| |/
* | Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-092-4/+37
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
| * ause126: #i114866# applied patch from issue: fix parallel build issueHans-Joachim Lankenau2010-10-082-0/+37
| |
| * sb126: merged in DEV300_m84sb2010-06-301-0/+1
| |\
| * | sb126: #i110197# remove -Wl,-z,noexecstack hacksb2010-06-221-4/+0
| | |
* | | Py_DEBUG mangling for WindowsTor Lillqvist2011-02-151-0/+11
| | |
* | | Make debugging the Python interpreter simplerTor Lillqvist2011-02-142-13/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | When building (in the LibreOffice sense) for Windows with debug=t, use the Debug solution configuration, but make the Debug project configutations produce identically named executables as the Release ones, and also use the normal runtime library. Use same executables names
* | | Clean up Python patches a bitTor Lillqvist2011-02-142-386/+10
| | | | | | | | | | | | | | | | | | Don't bother commenting out stuff we don't want in the pcbuild.sln file. Instead just remove it. Don't bother patching files specific for older MSVS versions that we don't support any more.
* | | Clean up makefilesThomas Arnhold2011-02-021-15/+0
| | |
* | | Fix Python build for x64 WindowsTor Lillqvist2011-01-232-1/+136
| | |
* | | fixed urllib.urlopen in the internal python (fdo#31466)Petr Mladek2010-11-232-1/+95
| | | | | | | | | | | | | | | | | | | | | | | | + backported two fixes from newer python: + close the file even if an exception occurs (py#5536) + urllib doesn't correct server returned urls (py#918368) + thanks karolus <karlooforum at arcor dot de> for analyzing and suggesting the fix
* | | Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö2010-11-041-1/+1
| | |
* | | Make sure Python builds for VS2008 againJesús Corrius2010-11-021-1/+1
| | |
* | | Actually deliver VC++ 10 compiled PythonJesús Corrius2010-10-291-0/+14
| | |
* | | Visual Studio 2010 project files for PythonJesús Corrius2010-10-292-1/+6375
| | |
* | | get this to build on AIXCaolán McNamara2010-10-133-1/+166
| | |
* | | python-win32-buildfix.diff: make python build properly on win32Thorsten Behrens2010-09-144-4/+386
| |/ |/|
* | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono2010-05-311-0/+1
|/
* CWS-TOOLING: integrate CWS ause117Jens-Heiner Rechtien2010-04-131-2/+2
|\