Age | Commit message (Collapse) | Author |
|
|
|
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
|
|
Change-Id: I54880cd7d404692b8fee16c331c8e7a64508f52b
|
|
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
|
|
This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c.
Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
|
|
This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde.
Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
|
|
The generated cxx files that are built in the StaticLibrary depend on
the header from the UnpackedTarball. When the tarball gets unpacked
again in an incremental build, the headers may have changed and the cxx
files that include them must be rebuilt. This works for those headers
that are added to a Package, because they are make targets, but not for
those that are not delivered and just sit in the unpacked directory.
These need to be manually enumerated in order to turn them into make
targets, which is not entirely satisfying.
A little grepping in the .d file for the StaticLibrary can help:
grep "UnpackedTarball.*\.h" workdir/*/Dep/LinkTarget/StaticLibrary/libwpslib.a.d | sed 's,:* \+[^ ]*$,,' | sed 's,^.*UnpackedTarball/[a-zA-Z0-9]*/,,' | sort | uniq
Change-Id: I9fd4ee0cd6646c834118cf172e39a24d2833c439
|
|
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
|
|
Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
|
|
Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
|
|
|
|
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
|
|
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
|
|
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
|
|
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
|
|
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
|
|
Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a
|
|
Change-Id: I6482b0c1844578f67129e74ae64b981100924b90
|
|
Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
libwps/makefile.mk
|
|
|
|
|
|
|
|
libwps: some conversion improvements and fixing of leaks
libwpd: improve loading of corrupted WP6+ documents, conversion of Mac 2-byte script characters + miscellaneous improvement of WP charsets to unicode conversion
|
|
libwps: some conversion improvements and fixing of leaks
libwpd: improve loading of corrupted WP6+ documents, conversion of Mac 2-byte script characters + miscellaneous improvement of WP charsets to unicode conversion
|
|
|
|
|
|
|