Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-22 | Revert "Fix gmake detection for MacOSX" | Bjoern Michaelsen | |
This reverts commit cf33de27eb5e981d8a1fa76f6a9d72ce7174f10d. This breaks make bug 20033 detection on Linux. If this can not be reliably detected on OSX, just disable parallelism for GNU make 3.81 on OSX in general, but leave the detection intact for Linux. | |||
2011-12-21 | only use posix_fallocate() if it's actually available | Robert Nagy | |
2011-12-20 | Do hardcode alignments for PowerPC Mac OS X | Tor Lillqvist | |
2011-12-20 | Require ac_cv_alignof_* env vars if we don't have AC_CHECK_ALIGNOF | Tor Lillqvist | |
2011-12-20 | Abandon attempt to use the debug CRT in a dbgutil build | Tor Lillqvist | |
2011-12-20 | Fix gmake detection for MacOSX | James C | |
2011-12-18 | remove obsolete (OxygenOffice-style) Lightproof integration | Andras Timar | |
2011-12-17 | do not package pything scripting extension when building --with-python=no | Norbert Thiebaud | |
2011-12-17 | use a c-version of concat-deps.pl | Norbert Thiebaud | |
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet | |||
2011-12-17 | Do build cairo for Android, will likely be needed | Tor Lillqvist | |
2011-12-15 | Save the config.log for the build platform as config.Build.log | Tor Lillqvist | |
2011-12-15 | No Makefile.in any more | Tor Lillqvist | |
2011-12-15 | Introduce optional krb5&gssapi support for internal PostgreSQL | Lionel Elie Mamane | |
Enable it by default on MacOS X | |||
2011-12-15 | Revert "enable -gdwarf-4 by default if possible" | Luboš Luňák | |
It turns out even quite recent gdb (7.1) reportedly does not support DWARF4, moreover while the produced binaries are smaller, faster and make gdb initially use less memory, this quickly ceases to the case as soon as one actually does anything in gdb. Presumably the DWARF4 handling in current gdb is very inefficient (http://sourceware.org/bugzilla/show_bug.cgi?id=13498). This reverts commit 5214f7843ca48f2207945fbfe32ba164afe7b3aa. Conflicts: solenv/gbuild/platform/WNT_INTEL_GCC.mk solenv/gbuild/platform/unxgcc.mk | |||
2011-12-12 | Some more postgresql fixes | Fridrich Štrba | |
1. The --enable-extension-integration affects only packaging 2. OUTDIR_FOR_BUILD is for native build in case of crosscompiling | |||
2011-12-11 | --with-theme is without trailing s | Korrawit Pruegsanusak | |
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu> | |||
2011-12-11 | Fix typo | Tor Lillqvist | |
2011-12-11 | I don't see ENABLE_FONTCONFIG being used anywhere | Tor Lillqvist | |
2011-12-11 | Download and build FreeType and fontconfig for Android | Tor Lillqvist | |
It will probably be simplest to just use FreeType on Android, too. (Android uses it itself, but doesn't provide its API publicly.) Probably fontconfig, too, although there shouldn't be much configuration per se that a LibreOffice-baed app would have to do at run-time; it will have to bundle all fonts it is going to use anyway, I think, so all font information is known a priori. But maybe in the future there will be user-installable system fonts on Android, or something. | |||
2011-12-08 | Allow Xinerama to sit in another directory than other X libraries | Lionel Elie Mamane | |
2011-12-08 | Bump version to 3.6 (3.6.0, 360, 360m1) | Tor Lillqvist | |
2011-12-08 | enable -gdwarf-4 by default if possible | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html | |||
2011-12-08 | Stub Corel Draw importer | Fridrich Štrba | |
2011-12-08 | Rework yacc rule for gcc platforms. | Thorsten Behrens | |
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform. | |||
2011-12-06 | remove NSIS support | Andras Timar | |
2011-12-06 | Revert "GdkPrinter seems optional on Gtk3, too" | Thorsten Behrens | |
This reverts commit 88a4a8d997921309a7886ed0d1dc383ee3c2f767. Sorry, seemed to be an intermittent local problem. | |||
2011-12-06 | GdkPrinter seems optional on Gtk3, too | Thorsten Behrens | |
Added necessary configure magic & conditional compiles for that. | |||
2011-12-06 | make --disable-unix-qstart-libpng really work (fdo#36497) | Petr Mladek | |
2011-12-05 | set up CFLAGS/LIBS for gtk print dialog in configure | David Tardon | |
The dialog is built for gtk 2.0 if the version present at the system is at least 2.10.0 and always for gtk 3.0. | |||
2011-12-05 | configure.in: search for pg_config in default fink/MacPort locations | Lionel Elie Mamane | |
2011-12-03 | Oups... set_soeven does not like literal "@" in values | Lionel Elie Mamane | |
2011-12-01 | Internal libpq (PostgreSQL client lib) | Lionel Elie Mamane | |
2011-12-01 | External PostgreSQL: automatically search MacOS-specific paths | Lionel Elie Mamane | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-30 | configure pgsql-sdbc: use PGCONFIG instead of relying on PATH | Lionel Elie Mamane | |
2011-11-30 | postgresql-sdbc: review build rules | Lionel Elie Mamane | |
2011-11-30 | Don't add nonexistent Java files and dirs to various env vars | Tor Lillqvist | |
2011-11-30 | rename, and bundle the postgresql driver if it is enabled | Michael Meeks | |
2011-11-30 | Use SmART Gallery 0.95 | Kalman Szalai - KAMI | |
2011-11-29 | Makefile.in -- die, die, die! | Bjoern Michaelsen | |
2011-11-29 | Add enable-oxygenoffice configure switch | Kalman Szalai - KAMI | |
Now only handling brand downloading | |||
2011-11-29 | Export DO_FETCH_TARBALLS in set_soenv. | Tomas Chvatal | |
2011-11-29 | Add checking msg for tarball fetching so we know if it is on/off | Tomas Chvatal | |
2011-11-29 | Make branding bulk-configurable. | Thorsten Behrens | |
2011-11-28 | Add comment about SOLAR_JAVA's alleged "BUILD" value | Tor Lillqvist | |
2011-11-27 | remove PCH support in dmake-module | Norbert Thiebaud | |
2011-11-27 | render the --enable-pch option inert. | Norbert Thiebaud | |
2011-11-25 | Improve build-time Java checks when cross-compiling from MacOSX | Tor Lillqvist | |
2011-11-25 | Need double-quotes around backticks to avoid test syntax errors | Tor Lillqvist | |
2011-11-24 | upstream seamoney-is-iceape.diff from libreoffice/build | Bjoern Michaelsen | |