Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-09 | EasyHack fdo#42783: get rid of CPU define/build system variable | Thomas Collerton | |
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504 | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
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 | |||
2012-04-10 | extra love for incompatible expat on macosx | Caolán McNamara | |
2012-04-10 | to find the headers and (static) library of our internal openssl | Laurent Godard | |
2012-02-29 | Simplify install name handling for external libraries on Mac OS X | Stephan Bergmann | |
...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. | |||
2012-02-22 | Revert "add dylib to the list of native python modules for Mac (for ↵ | Stephan Bergmann | |
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. | |||
2012-02-09 | Added and improved READMEs for modules in libs-extern-sys | Josh Heidenreich | |
2012-01-02 | Linux LD_LIBRARY_PATH is missing as well. | Stephan Bergmann | |
2011-12-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-08-02 | Resolves: fdo#36763 backport fix for py#4768 | Caolán McNamara | |
2011-07-29 | UPDMINOREXT is gone away, drop it | Caolán McNamara | |
2011-07-26 | Use MACOSX_SDK_PATH | Norbert Thiebaud | |
2011-07-26 | add easy-valgrindability to built-in python | Caolán McNamara | |
2011-06-11 | add dylib to the list of native python modules for Mac (for pyuno.dylib) | Christian Lohmaier | |
2011-06-06 | allow building internal Python on Mac (needs to be built as framework) | Christian Lohmaier | |
fixes #i111496# (meta), #i111498# & #i111500# (along with the similar commits to the other repos) | |||
2011-06-06 | don't limit the _POSIX_SEMAPHORES+0 to FreeBSD (Mac needs it as well), rediff | Christian Lohmaier | |
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 | |||
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | |
2011-05-29 | Don't build Python if DISABLE_PYTHON is TRUE | Tor Lillqvist | |
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? | |||
2011-05-28 | Make the patch actually apply | Tor Lillqvist | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: berkeleydb/makefile.mk | |||
2011-05-21 | Drop OS2 | Tor Lillqvist | |
2011-04-22 | Merge commit 'ooo/DEV300_m106' into libreoffice-3-4 | Jan Holesovsky | |
Conflicts: python/makefile.mk zlib/makefile.mk | |||
2011-03-29 | CWS-TOOLING: integrate CWS ause127 | Ivo Hinkelmann | |
2011-03-23 | Merge commit 'ooo/DEV300_m103' | Jan Holesovsky | |
Conflicts: graphite/makefile.mk libxml2/makefile.mk | |||
2011-03-22 | ause127: #i117375# avoid hard links in python build | Hans-Joachim Lankenau | |
2011-03-18 | masterfix from: sb140: #i117456# on Solaris 11 against Solaris 10 baseline, ↵ | sb | |
trick python configure into thinking it sees Solaris 10 (transplanted from 6402ce7b0667b255e70c517c4320ecaee2682c56) | |||
2011-03-09 | Merge commit 'ooo/DEV300_m101' into intm101 | Jan Holesovsky | |
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 | |||
2011-03-04 | sb142: #i116738# ignore test stuff from the Python implementation | sb | |
2011-02-15 | Py_DEBUG mangling for Windows | Tor Lillqvist | |
2011-02-14 | Make debugging the Python interpreter simpler | Tor Lillqvist | |
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 | |||
2011-02-14 | Clean up Python patches a bit | Tor Lillqvist | |
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. | |||
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-01-23 | Fix Python build for x64 Windows | Tor Lillqvist | |
2010-11-23 | fixed urllib.urlopen in the internal python (fdo#31466) | Petr Mladek | |
+ 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 | |||
2010-11-04 | Elide all "SO:" and "OOo:" build.lst prefixes | Niko Rönkkö | |
2010-11-02 | Make sure Python builds for VS2008 again | Jesús Corrius | |
2010-10-29 | Actually deliver VC++ 10 compiled Python | Jesús Corrius | |
2010-10-29 | Visual Studio 2010 project files for Python | Jesús Corrius | |
2010-10-13 | get this to build on AIX | Caolán McNamara | |
2010-10-08 | ause126: #i114866# applied patch from issue: fix parallel build issue | Hans-Joachim Lankenau | |
2010-09-14 | python-win32-buildfix.diff: make python build properly on win32 | Thorsten Behrens | |
2010-06-30 | sb126: merged in DEV300_m84 | sb | |
2010-06-22 | sb126: #i110197# remove -Wl,-z,noexecstack hack | sb | |
2010-05-31 | i#111958: MinGW port enhancement: runtime-pseude-reloc-v2 | tono | |
2010-04-13 | CWS-TOOLING: integrate CWS ause117 | Jens-Heiner Rechtien | |
2010-03-22 | ause117: #i110262# one more chmod to make Include group writeable | Hans-Joachim Lankenau | |
2010-03-10 | ause110: update to DEV300_m74 | Hans-Joachim Lankenau | |
2010-02-12 | changefileheader2: #i109125#: change source file copyright notice from Sun ↵ | Jens-Heiner Rechtien | |
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) | |||
2010-01-26 | ause110: update to DEV300m70 | Hans-Joachim Lankenau | |
2010-01-15 | ause110: #i106731# remove tarballs from scm and find them in download cache dir | Hans-Joachim Lankenau | |