Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-05 | Do not check for beanshell if not needed | Tomas Chvatal | |
Do not install the benashell/javascript stuff if they are not actually bult. Build rhino only when required by javascript extension. Change-Id: Icc378524008389af35631c64a1a0288eb4f271be | |||
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-25 | build to tail_build with partial build in tail_build | Bjoern Michaelsen | |
- instead on lots of recursive build.pl modules to iterate through we build all tail_build up to the requested module inside one tail_build when doing a "make foo.all" - advantage: speeding up because getting rid of lots of recursive makes with artificial module barriers, forcing almost sequential execution: build, link, unittest with lots of cpu-idling at each module-end - disadvantage: all shared dependencies of tail_build are now build for a (sub)module of tail_build. This is transitional as we migrate more stuff into tail_build and there are good dependencies inside tail_build - "make foo.all" now only executes slowcheck now for foo, not for all the deps | |||
2012-04-19 | move unodevtools to tail_build | David Tardon | |
2012-04-07 | move xmlhelp to tail_build | David Tardon | |
2012-03-09 | Make sure that the right libraries are there in all cases | Fridrich Štrba | |
2012-03-08 | tail_build: missing oovbaapi dependency | Michael Stahl | |
2012-02-29 | move oovbaapi to tail_build | David Tardon | |
2012-02-29 | move apple_remote to tail_build | David Tardon | |
2012-02-29 | move basebmp to tail_build | David Tardon | |
2012-02-28 | build.pl: add a warning about the cost of: make tail_build.clean | Michael Meeks | |
2012-02-19 | add configmgr to tail_build | Matúš Kukan | |
2012-02-19 | tail_build: add test, toolkit, vcl, xmlscript | Matúš Kukan | |
2012-02-06 | have make check working again. clean-up the whole STAGE stuff | Norbert Thiebaud | |
2012-02-06 | Attempt to disable database connectivity for iOS for now | Tor Lillqvist | |
2012-02-05 | another tweak to bootstrap handling | Norbert Thiebaud | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-17 | svtools can go into tail_build now. | Stephan Bergmann | |
2012-01-16 | Try without xmlhelp on non-desktop OSes | Tor Lillqvist | |
2012-01-15 | ucb: add to tail_build | Matúš Kukan | |
2012-01-11 | np_sdk: convert to gbuild and add to tail_build | Matúš Kukan | |
2012-01-07 | add fpicker to tail_build | Matúš Kukan | |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl | |
Conflicts: extensions/source/ole/servreg.cxx extensions/source/plugin/util/makefile.mk postprocess/packcomponents/makefile.mk postprocess/prj/build.lst tail_build/prj/build.lst | |||
2012-01-04 | afms is a dep of tail_build by virtue of ps_print now being in tail_build | Norbert Thiebaud | |
2011-12-30 | build qadevOOo only if OOO_JUNIT_JAR are set (add BUILD_TYPE) | Rene Engelhard | |
2011-12-24 | psprint_config moved to tail_build, its dep must be added to tail_build's | Norbert Thiebaud | |
2011-12-21 | add framework to tail_build | Peter Foley | |
2011-12-20 | add basic to tail_build | Matúš Kukan | |
2011-12-20 | add idl to tail_build | Peter Foley | |
2011-12-20 | add xmloff to tail_build | Peter Foley | |
2011-12-20 | add editeng to tail_build | Peter Foley | |
2011-12-20 | add canvas to tail_build | Peter Foley | |
2011-12-20 | add cppcanvas to tail_build | Peter Foley | |
2011-12-20 | add sfx2 to tail_build | Peter Foley | |
2011-12-20 | add avmedia to tail_build | Peter Foley | |
2011-12-20 | add drawinglayer to tail_build | Peter Foley | |
2011-12-20 | add svx to tail_build | Peter Foley | |
2011-12-18 | extensions: add to tail_build | Peter Foley | |
2011-12-16 | Revert "Move configmgr to tail_build." | Stephan Bergmann | |
...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst | |||
2011-12-16 | Code modules no longer depend on stlport. | Stephan Bergmann | |
2011-12-16 | Move configmgr to tail_build. | Stephan Bergmann | |
2011-12-13 | add linguistic to tail_build | Matúš Kukan | |
2011-12-13 | add lingucomponent to tail_build | Matúš Kukan | |
2011-12-08 | Missing dependency. | Stephan Bergmann | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | moved some more targets to gbuild | Bjoern Michaelsen | |
2011-11-26 | Build fpicker for DESKTOP only | Tor Lillqvist | |
2011-11-25 | copy Makefile to everywhere was a bit too much of a shotgun approach | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |