summaryrefslogtreecommitdiff
path: root/tail_build
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Replace the module icc functionality by a use of lcms2Fridrich Štrba1-1/+1
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
2012-06-01fix some typoKorrawit Pruegsanusak1-1/+1
Change-Id: Ib88169968d164c88703505da022887ea8d53c721
2012-05-29move unoil to tail_buildDavid Tardon1-1/+1
Change-Id: I0a4ee1c1bf9acbcb83a02d2ae6ab383fd8f4c5e2
2012-05-29move javaunohelper to tail_buildDavid Tardon1-1/+1
Change-Id: I549395fc5686bac70616b7344c4b32737ae14289
2012-05-29move cpputools to tail_buildDavid Tardon1-1/+1
Change-Id: Ia4048ec901a4bedc00b3a6f43059cfb82202d340
2012-05-29move io to tail_buildDavid Tardon1-1/+1
Change-Id: I6ceab6d3b27530f44ecd5977837655d7b38eb7fd
2012-05-29move binaryurp to tail_buildDavid Tardon1-1/+1
Change-Id: I0e5ad225498a48d1bf1a5b2fc34a518abf7f1a72
2012-05-29move ure to tail_buildDavid Tardon1-1/+1
Change-Id: I3dbc3ee8e7117476dbf5d7bae363d7a4c55bbea6
2012-05-29move i18nutil to tail_buildDavid Tardon1-1/+1
Change-Id: I813f6ecd26c79607f0c19a28ef921aff5f0b82b6
2012-05-29move regexp to tail_buildDavid Tardon1-1/+1
Change-Id: I517727b528b08b6284ccd0805ce8836d171b8df7
2012-05-29move twain to tail_buildDavid Tardon1-1/+1
Change-Id: I8d749eeb4229d0c7ef616aabab0e33bdfb8ea773
2012-05-29move sane to tail_buildDavid Tardon1-1/+1
Change-Id: I605ee6700d5d51eb6e06e97482ccd482ebb13e22
2012-05-29move sax to tail_buildDavid Tardon1-1/+1
Change-Id: If269e6b011714766818ce4b1f56c7006ab8020c3
2012-05-29move qadevOOo to tail_buildDavid Tardon1-1/+1
Change-Id: Ice1555795632831117283ba180b88bd2734f55c2
2012-05-29move unotest to tail_buildDavid Tardon1-1/+1
Change-Id: I9dd5fbfc82e01a04e90fc249964412778f728d0e
2012-05-29move basegfx and o3tl to tail_buildDavid Tardon1-1/+1
Change-Id: Idaf053adc621035ebc3b7a124bdffde869ce5def
2012-05-29move i18npool to tail_buildDavid Tardon1-1/+1
Change-Id: I2854abb5b5bffb029259195cfdabb4722f00bc84
2012-05-29move tools to tail_buildDavid Tardon1-1/+1
Change-Id: I4e8ccd71b178d24b95fffe10bb22f075df83a8c9
2012-05-29oovbaapi is already in tail_buildDavid Tardon1-1/+1
Change-Id: I5746268239018a92c23e5f37d400c592d884964c
2012-05-29x11_extensions is already in tail_buildDavid Tardon1-1/+1
Change-Id: I25b955ad98cdd70236765aa819f49af19c7307b7
2012-05-29xmlhelp is already in tail_buildDavid Tardon1-1/+1
Change-Id: I7ff04b880e739e4d085f92435283569fe5bfbcf1
2012-05-29move shell to tail_buildDavid Tardon1-1/+1
Change-Id: I0fe4460e940afd9f9a73bd798c3a3e17eb055024
2012-05-29move unotools to tail_buildDavid Tardon1-1/+1
Change-Id: Ib820d967acd3ec78299365d443c838cd2d3cc4de
2012-05-29move scp2 to tail_buildDavid Tardon1-1/+1
Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3
2012-05-29move rsc to tail_buildDavid Tardon1-1/+1
2012-05-29move reportbuilder to tail_buildDavid Tardon1-1/+1
2012-05-29move unixODBC to tail_buildDavid Tardon1-1/+1
2012-05-29move sot to tail_buildDavid Tardon1-1/+1
2012-05-29move svl to tail_buildDavid Tardon1-1/+1
2012-05-29move connectivity to tail_buildDavid Tardon1-1/+1
2012-05-20move x11_extensions to tail_buildDavid Tardon1-1/+1
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
2012-05-17Correct obsolete repo nameTor Lillqvist1-1/+1
Change-Id: Idfa3bae5c2caeee1a9a3e00f6aa6f8a18c7bde7c
2012-05-05Do not check for beanshell if not neededTomas Chvatal1-1/+1
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-29make gbuild the default assumption of build.plBjoern Michaelsen1-5/+0
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-25build to tail_build with partial build in tail_buildBjoern Michaelsen1-0/+3
- 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-19move unodevtools to tail_buildDavid Tardon1-1/+1
2012-04-07move xmlhelp to tail_buildDavid Tardon1-1/+1
2012-03-09Make sure that the right libraries are there in all casesFridrich Štrba1-1/+1
2012-03-08tail_build: missing oovbaapi dependencyMichael Stahl1-1/+1
2012-02-29move oovbaapi to tail_buildDavid Tardon1-1/+1
2012-02-29move apple_remote to tail_buildDavid Tardon1-1/+1
2012-02-29move basebmp to tail_buildDavid Tardon1-1/+1
2012-02-28build.pl: add a warning about the cost of: make tail_build.cleanMichael Meeks1-0/+4
2012-02-19add configmgr to tail_buildMatúš Kukan1-1/+1
2012-02-19tail_build: add test, toolkit, vcl, xmlscriptMatúš Kukan1-1/+1
2012-02-06have make check working again. clean-up the whole STAGE stuffNorbert Thiebaud1-7/+0
2012-02-06Attempt to disable database connectivity for iOS for nowTor Lillqvist1-1/+1
2012-02-05another tweak to bootstrap handlingNorbert Thiebaud1-0/+6
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-3/+2
2012-01-17svtools can go into tail_build now.Stephan Bergmann1-1/+1