Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-24 | add extras to tail_build | David Tardon | |
Change-Id: I3143c987ed07f2d0033cbcb4fe637d095339807e | |||
2012-08-22 | another build integrating solution for android | Matúš Kukan | |
..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705 | |||
2012-08-22 | New attempt to have the "android" module built at a suitable time | Tor Lillqvist | |
Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c | |||
2012-08-09 | add dictionaries to tail_build | David Tardon | |
Change-Id: If898ad805a1530d201650429b988c2866fb62512 | |||
2012-07-17 | move sysui to postprocess | David Tardon | |
The only thing that sysui exports that is used by another package are application icons, used in desktop (windows build only). But since gbuildification of desktop they are included directly from $(SRCDIR)/sysui/desktop/icons instead of $(OUTDIR)/inc/icons, so the dependency is no longer necessary. Change-Id: I6fa3153d3793e785c1ed602c3e67c86cead2bae2 | |||
2012-07-17 | move ulfconv to l10ntools | David Tardon | |
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec | |||
2012-07-03 | move testtools to tail_build | David Tardon | |
Change-Id: I7dfd5b1f059f7f254a28d2d627365a0b650e33d1 | |||
2012-07-03 | pyuno is in tail_build | David Tardon | |
Change-Id: I00c34b552aa1773c21accd9a22a13969e993e2d4 | |||
2012-05-29 | move embedserv to tail_build | David Tardon | |
Change-Id: Ieea814347e3c895c39a3dfc3312d6b1a735f4d68 | |||
2012-05-29 | move nlpsolver to tail_build | David Tardon | |
Change-Id: Ib1af41063f2062efc9392c81f94d95b99060cc82 | |||
2012-05-29 | move scp2 to tail_build | David Tardon | |
Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3 | |||
2012-05-29 | move reportbuilder to tail_build | David Tardon | |
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-19 | move unodevtools to tail_build | David Tardon | |
2012-04-06 | Kill this. | Jan Holesovsky | |
2012-03-06 | add sdext to tail_build | David Tardon | |
2012-03-02 | move embeddedobj to tail_build | David Tardon | |
2012-02-19 | gbuild'ize smoketest(oo_native) and merge them | Matúš Kukan | |
Add smoketest to tail_build and make it a subsequentcheck target. | |||
2012-01-25 | Let's skip scp2 for non-desktop OSes for now | Tor Lillqvist | |
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 | |||
2011-12-25 | move UnoControls to tail_build | David Tardon | |
2011-12-25 | remove pre-req from postprocess that are already pulled by tail_build | Norbert Thiebaud | |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley | |
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk | |||
2011-12-23 | move psprint_config to tail_build | David Tardon | |
2011-12-23 | move dtrans to tail_build | David Tardon | |
2011-12-23 | move scaddins to tail_build | David Tardon | |
2011-12-23 | move accessibility to tail_build | David Tardon | |
2011-12-20 | add dtrans to tail_build | Peter Foley | |
2011-12-20 | add scaddins 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 | Move configmgr to tail_build. | Stephan Bergmann | |
2011-12-13 | add lingucomponent to tail_build | Matúš Kukan | |
2011-12-02 | split smoketest module to fix build | Petr Mladek | |
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make | |||
2011-12-01 | create installation set for tests | Petr Mladek | |
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES | |||
2011-11-26 | Build fpicker for DESKTOP only | Tor Lillqvist | |
2011-11-03 | fdo#42312: Change bsh and js script providers from extensions to optional ↵ | Stephan Bergmann | |
modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?). | |||
2011-10-21 | remove checkdeliver -- we do not generate deliverlogs anyway | Bjoern Michaelsen | |
2011-10-19 | Undo basis/brand split: moved .rdb files from basis program/ to brand ↵ | Stephan Bergmann | |
program/ (merging the two services.rdb files). | |||
2011-10-08 | add package to tail_build | Matúš Kukan | |
2011-10-07 | convert xmerge to gbuild and add to tail_build | Peter Foley | |
2011-10-07 | convert swext to gbuild and add to tail_build | Peter Foley | |
2011-10-01 | add xmlsecurity to tail_build | Peter Foley | |
2011-10-01 | add filter to tail_build | Matúš Kukan | |
2011-10-01 | add scripting to tail_build | Matúš Kukan | |
2011-09-18 | convert eventattacher to gbuild and add to tail_build | Peter Foley | |
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-12 | convert MathMLDTD to gbuild and add to tail_build | Peter Foley | |