Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-12 | Do not search for java packages if --without-java is passed. | Tomáš Chvátal | |
Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz> | |||
2011-09-10 | on MacOSX we use the system header by default for Mesa | Norbert Thiebaud | |
2011-09-10 | try to use our 'own' make if installed in /opt/lo/bin/make | Norbert Thiebaud | |
if GNUMAKE is undefined and /opt/lo/bin/make is an executable then define GNUMAKE as /opt/lo/bin/make | |||
2011-09-10 | Add detection of stale / slow makes (for Windows) and warn about them. | Michael Meeks | |
2011-09-09 | add missing $ | David Tardon | |
2011-09-07 | fix typo of the option name | Takeshi Abe | |
2011-09-06 | silence the hamcrest check | Peter Foley | |
2011-09-06 | clean visibility.cxx | Peter Foley | |
The visibility configure test failed to clean up visibility.cxx. This patch fixes that. | |||
2011-09-01 | update gdocs extension and fix the floating toolbar problem - bnc#714876 | Andras Timar | |
2011-09-01 | extend branding options in configure | Andras Timar | |
2011-08-30 | Don't error out if we can't detect shared MinGW libgcc and libstdc++ | Tor Lillqvist | |
It might be a false negative, or something. | |||
2011-08-29 | Fix MINGW_SHARED_LIBSTDCPP | Tor Lillqvist | |
2011-08-29 | MinGW cross-compilation improvements | Tor Lillqvist | |
Make sure the MINGW_FOO environment variables get set and propagated to the build environment also in the MinGW cross-compilation case. The OOo code used to do that for MinGW natively on Windows (under Cygwin). (Which we don't intend to support.) Now, whether the *use* of these variables in the various makefiles etc is relevant any more remains to be seen. I suspect all that might well be unnecessary, as we after all are capable of cross-build the code using MinGW just fine currently with none of these MINGW_FOO being set. One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed, though, is in scp2. We presumably do want to include these DLLs (the shared libgcc and libstdc++) in the installation set, to the extent the scp2 stuff can be used still in a MinGW cross-build context. | |||
2011-08-28 | clean-up work files | Norbert Thiebaud | |
2011-08-28 | Also build cairo on Windows if directx disabled | Korrawit Pruegsanusak | |
2011-08-27 | language check in configure.in was causing command line overflow issue | Norbert Thiebaud | |
2011-08-26 | Bin USE_MINGW | Tor Lillqvist | |
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.) | |||
2011-08-25 | GMAKE_MODULE_PARALLELISM="$BUILD_MAX_JOBS" | Jan Holesovsky | |
This is more equivalent to the build/dmake meaning. | |||
2011-08-25 | add --enable-ext-languagetool configure switch | Andras Timar | |
2011-08-25 | Copy also productversion.mk to the build platform sub-configure | Tor Lillqvist | |
2011-08-24 | Disable Mozilla stuff in an --enable-dbgutil build on Windows | Tor Lillqvist | |
The mozab code plays games with _DEBUG (undefining and re-defining it around Mozilla headers), which causes linking error when part of the code has been compiled with _DEBUG and part hasn't. See connectivity/source/drivers/mozab/pre_include_mozilla.h. Just disable Mozilla stuff for now when using --enable-dbgutil. | |||
2011-08-24 | misc cleanups of mergelibs functionality | Michael Meeks | |
2011-08-24 | Add support for creating merged library. | Matúš Kukan | |
This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com> | |||
2011-08-24 | Avoid ICU version confusion betwen build and host platform. | Jan Holesovsky | |
2011-08-23 | No CUPS on iOS | Tor Lillqvist | |
2011-08-23 | Remove once again the INSTALLDIR feature | François Tigeot | |
It was reintroduced with a merge from the 3.4 branch | |||
2011-08-22 | Do not check for cups presence on Windows and Android systems | François Tigeot | |
2011-08-22 | Enable CUPS unconditionally | François Tigeot | |
It doesn't make sense to try to use anything else to print on *nix systems these days | |||
2011-08-22 | enable using link-time optimization | Matúš Kukan | |
This commit enables LTO for all shared libraries. Build takes much longer. Use just with gcc-4.5 or later. | |||
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | Allow parallel build of the the cross build toolset. | Jan Holesovsky | |
Plus various minor build tweaks. | |||
2011-08-18 | check that ccache's cache size is reasoably large enough | Norbert Thiebaud | |
if < 1 GB do not auto-enable ccache if < 5 GB warn about debug/symbol build | |||
2011-08-18 | fix berkeley db detection on OpenBSD | Robert Nagy | |
2011-08-18 | Check for amd64/atls.lib, and disable ActiveX 64bit component if not present. | Jan Holesovsky | |
2011-08-17 | Overhaul BerkeleyDB detection logic | Lionel Elie Mamane | |
- use first/newest (not last/oldest) Berkeley DB found - link against same version than header used | |||
2011-08-12 | Make the help repo optional | Miklos Vajna | |
2011-08-11 | Implement AsmObject in gbuild (Windows only for now, stub for unxgcc). | Jan Holesovsky | |
This fixes the build of 'basic' on Windows. | |||
2011-08-10 | Do not use ccache when --enable-icecream is given. | Jan Holesovsky | |
2011-08-09 | Adjust the parallelism of tail_build to be max(max-process, num-cpus) | Norbert Thiebaud | |
tail_build run mostly by itself and wrap a dozen of module, using just MAXPROCESS for the parallelism force to limit NB_CPUS in order to avoid a NB_CPUS x MAXPROCESS scenario. This mitigate this problem, until we don;t need MAXPROCESS anymore and NB_CPUS becomes the only driving force. | |||
2011-08-09 | Trust "make fetch" to dowload mysqlc; do not require it at configure time | Lionel Elie Mamane | |
2011-08-08 | the option got turned into --with-system-sane so look for with_system_sane | Caolán McNamara | |
2011-08-08 | configure --with-system-sane: correct help string | Lionel Elie Mamane | |
2011-08-07 | remove obsolete USE_CCACHE env. prefix ccache after C[C|XX] final eval | Norbert Thiebaud | |
2011-08-07 | quoting problem in the auto-selection of gcc/g++-4.0 on MacOS | Norbert Thiebaud | |
2011-08-07 | auto-use ccache and use it unless CC/CXX is already set or --disable-ccache | Norbert Thiebaud | |
2011-08-07 | Added Russian language Lightproof module | Kalman Szalai - KAMI | |
* Added module * Remove versioned directories in scp2 module for Lightproof | |||
2011-08-07 | Update Google Docs extension to version 3.0.0 | Kalman Szalai - KAMI | |
2011-08-07 | Update supported Lightproof versions to the latest available | Kalman Szalai - KAMI | |
2011-08-07 | Update Diagram extension to SmART Gallery | Kalman Szalai - KAMI | |
* SmART Gallery is the new version of Diagram extension (aka. Diagram 2) | |||
2011-08-06 | dictionaries is now in a separate optional repo | Norbert Thiebaud | |