Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-12 | Mark l10ntools as DESKTOP only here, too | Tor Lillqvist | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-10-26 | Revert "Build dbaccess and connectivity only for DESKTOP platforms for now" | Tor Lillqvist | |
Nah, breaks the build for non-DESKTOP platforms anyway, as headers delivered there are needed elsewhere. So just keep building that stuff even if it presumably will not be needed on either of the non-DESKTOP platforms. This reverts commit 9b4212f14b11993222f933f59a93359ebc44c708. | |||
2011-10-25 | Build dbaccess and connectivity only for DESKTOP platforms for now | Tor Lillqvist | |
2011-10-11 | tail_build: fix non-parallel build problem | Michael Stahl | |
2011-10-08 | add package to tail_build | Matúš Kukan | |
2011-10-07 | convert swext to gbuild and add to tail_build | Peter Foley | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | Desktop module still needs helplinker for the extension stuff. | Thorsten Behrens | |
Reverts Tor's a649aac68c47e40ff518d874b3c10010fb7d18fc - l10ntools need more fine-grained disabling for iOS. | |||
2011-10-01 | add xmlsecurity to tail_build | Peter Foley | |
2011-10-01 | add filter to tail_build | Matúš Kukan | |
2011-10-01 | add vbahelper to tail_build | Matúš Kukan | |
2011-10-01 | add scripting to tail_build | Matúš Kukan | |
2011-09-29 | Don't build l10ntools for non-desktop OSes | Tor Lillqvist | |
2011-09-28 | Android now builds up to instsetoo_native | Thorsten Behrens | |
Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build. | |||
2011-09-18 | convert bean to gbuild and add to tail_build | Peter Foley | |
2011-09-15 | move automation to tail_build | David Tardon | |
2011-09-15 | move desktop to tail_build | David Tardon | |
2011-09-10 | convert Mesa to gbuild and add to tail_build | Peter Foley | |
2011-08-21 | bring sccomp into the tail_build fold | Norbert Thiebaud | |
2011-08-11 | bring the module writerperfect into tail_build's fold | Norbert Thiebaud | |
2011-08-11 | add the module oox into tail_build's fold | Norbert Thiebaud | |
2011-08-11 | bring the module uui in the tail_build fold | Norbert Thiebaud | |
2011-08-11 | bring the module 'animations' into the tail_build fold | Norbert Thiebaud | |
2011-08-11 | bring the 'forms' module into the tail_build fold | Norbert Thiebaud | |
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-07-29 | add tail_build:forms dep needed for inbuild component files | Bjoern Michaelsen | |
2011-07-25 | Use fixed-name environment script and no source_soenv.sh | Tor Lillqvist | |
No longer call the script snippet LinuxX86Env.Set.sh, MacOSXX86Env.Set.sh, etc, but always Env.Host.sh. No need for source_soenv.sh then, which wouldn't have worked when cross-compiling anyway. (As before, when cross-compiling, the environment script snipppet for the BUILD platform is called Env.Build.sh.) | |||
2011-07-21 | resyncing to master | Bjoern Michaelsen | |
2011-06-19 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | |
Conflicts: Repository.mk RepositoryFixes.mk configure configure.in set_soenv.in solenv/config/sdev300.ini solenv/gbuild/ComponentTarget.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/CustomTarget.mk solenv/gbuild/Deliver.mk solenv/gbuild/Executable.mk solenv/gbuild/JavaClassSet.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/StaticLibrary.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/windows.mk solenv/gbuild/platform/winmingw.mk solenv/gbuild/templates/Executable.mk solenv/gbuild/templates/Library.mk solenv/inc/libs.mk solenv/inc/unxobsd.mk | |||
2011-06-18 | remove offuh from tail_build | David Tardon | |
2011-06-16 | Mark rdbmaker as DESKTOP | Tor Lillqvist | |
2011-04-27 | add fileaccess to tail build | David Tardon | |
2011-04-27 | add unoxml to tail build | David Tardon | |
2011-04-27 | add lotuswordpro to tail build | David Tardon | |
2011-04-27 | added modules must be removed from tail_build's deps too | David Tardon | |
2011-04-23 | create a pseudo-module tail_build to take advantage of gbuild features | Norbert Thiebaud | |
gbuild allow for multiple 'module' to be build as one Makefile. This help with parallelism. This module build all the 'tail' end module. these that are not dependencies or other dmake-based module, and that pseudo module is declared as a dependency of postprocess instead of the individual modules it 'group' |