Age | Commit message (Collapse) | Author |
|
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
|
|
Change-Id: I54d0e708f00ecbd95f34a62b54768f15d263ec69
|
|
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
|
|
This allows us to drop dependency on setup_native everywhere.
Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
|
|
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
|
|
|
|
Change-Id: I3e4387ba5414aee7108e8a471d964baaece2c0a0
|
|
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0
|
|
Change-Id: I989af1147711f0175bf889bc55043b2d84a49b38
|
|
Change-Id: Ib88169968d164c88703505da022887ea8d53c721
|
|
Change-Id: I0a4ee1c1bf9acbcb83a02d2ae6ab383fd8f4c5e2
|
|
Change-Id: I549395fc5686bac70616b7344c4b32737ae14289
|
|
Change-Id: Ia4048ec901a4bedc00b3a6f43059cfb82202d340
|
|
Change-Id: I6ceab6d3b27530f44ecd5977837655d7b38eb7fd
|
|
Change-Id: I0e5ad225498a48d1bf1a5b2fc34a518abf7f1a72
|
|
Change-Id: I3dbc3ee8e7117476dbf5d7bae363d7a4c55bbea6
|
|
Change-Id: I813f6ecd26c79607f0c19a28ef921aff5f0b82b6
|
|
Change-Id: I517727b528b08b6284ccd0805ce8836d171b8df7
|
|
Change-Id: I8d749eeb4229d0c7ef616aabab0e33bdfb8ea773
|
|
Change-Id: I605ee6700d5d51eb6e06e97482ccd482ebb13e22
|
|
Change-Id: If269e6b011714766818ce4b1f56c7006ab8020c3
|
|
Change-Id: Ice1555795632831117283ba180b88bd2734f55c2
|
|
Change-Id: I9dd5fbfc82e01a04e90fc249964412778f728d0e
|
|
Change-Id: Idaf053adc621035ebc3b7a124bdffde869ce5def
|
|
Change-Id: I2854abb5b5bffb029259195cfdabb4722f00bc84
|
|
Change-Id: I4e8ccd71b178d24b95fffe10bb22f075df83a8c9
|
|
Change-Id: I5746268239018a92c23e5f37d400c592d884964c
|
|
Change-Id: I25b955ad98cdd70236765aa819f49af19c7307b7
|
|
Change-Id: I7ff04b880e739e4d085f92435283569fe5bfbcf1
|
|
Change-Id: I0fe4460e940afd9f9a73bd798c3a3e17eb055024
|
|
Change-Id: Ib820d967acd3ec78299365d443c838cd2d3cc4de
|
|
Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I7ed368730ddba2dac28e05970c509081ecaf0e80
|
|
Change-Id: Idfa3bae5c2caeee1a9a3e00f6aa6f8a18c7bde7c
|
|
Do not install the benashell/javascript stuff if they are not actually
bult.
Build rhino only when required by javascript extension.
Change-Id: Icc378524008389af35631c64a1a0288eb4f271be
|
|
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
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|