Age | Commit message (Collapse) | Author |
|
Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758
Reviewed-on: https://gerrit.libreoffice.org/4033
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Yes, I am impatient .-)
Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
|
|
This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa.
This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4.
This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64.
This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8.
This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.
|
|
Change-Id: Ie0dae388769f9119f0d836abd87205eff17a03f1
|
|
... now that everything is consistent.
Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
|
|
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
|
|
It must always be used exactly once, so replace it with constructor
parameter.
Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
|
|
Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
|
|
|
|
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
|
|
|
|
|
|
|