Commit graph

33 commits

Author SHA1 Message Date
Michael Stahl
918e2682a3 libwps: tinderbox says this wants to use boost...
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
2012-12-02 21:36:26 +01:00
Michael Stahl
22b055914f Revert "libwps: ensure that generated cxx files get built after unpack"
This reverts commit 7963c09528.

Should be obsoleted by 3f0f07c748
2012-10-29 23:46:41 +01:00
Michael Stahl
6fcc7d5848 Revert "libwps: need to depend on unpacked private headers:"
This reverts commit 45c7a7f5dc.

Should be obsoleted by 3f0f07c748
2012-10-29 23:46:41 +01:00
Michael Stahl
45c7a7f5dc libwps: need to depend on unpacked private headers:
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
2012-10-29 23:38:46 +01:00
Michael Stahl
7963c09528 libwps: ensure that generated cxx files get built after unpack
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
2012-10-29 23:38:46 +01:00
Michael Stahl
573af9266c libwps: fix gcc warning too [-Wsign-promo]
Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
2012-10-29 14:56:04 +01:00
Michael Stahl
424bd89ac2 libwps: fix sundry MSVC warnings
Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
2012-10-29 14:56:04 +01:00
Michael Stahl
1f0cda7d94 tweak some build.lsts for the group photo... 2012-10-15 14:21:34 +02:00
David Tardon
ca124c4b04 fix delivery of headers in ExternalPackages
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22 16:23:00 +02:00
David Tardon
f8afd6e282 update ext. projects to use ExternalPackage
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
2012-09-22 14:57:30 +02:00
Matúš Kukan
b409f11f8b rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libs
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-08 13:09:34 +02:00
Matúš Kukan
85e34a4f3a libwpd: convert to gbuild
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08 12:51:49 +02:00
Matúš Kukan
71a3db7893 libwps: convert to gbuild
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-09-08 12:49:24 +02:00
Fridrich Štrba
dea03edc8a Uploading new libwps 0.2.7
Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a
2012-05-31 14:46:36 +02:00
Fridrich Štrba
6afc233cd4 Fix libwps debug build
Change-Id: I6482b0c1844578f67129e74ae64b981100924b90
2012-05-14 08:48:24 +02:00
Fridrich Štrba
347e345295 Uploading fresh libwps-0.2.6
Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e
2012-05-13 23:30:55 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
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-29 03:50:46 +02:00
Josh Heidenreich
dd929dd089 Added and improved READMEs for modules whihc used to be in libs-extern 2012-02-08 23:18:06 -05:00
Fridrich Štrba
4585c3953e Uploading new release of libwps 2011-11-29 10:51:47 +01:00
Fridrich Štrba
5154df8cb9 fix also libwps build after change in libwp* flags 2011-10-05 14:52:32 +02:00
Fridrich Štrba
8703f3e358 LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danse 2011-10-05 10:08:58 +02:00
Fridrich Štrba
f973e25a92 Uploading a new release of libwps 2011-09-28 14:34:36 +02:00
Jan Holesovsky
4c1a82aca5 Fix cross-build of libwps. 2011-08-22 09:38:56 +02:00
Tor Lillqvist
ad700e1f6e Drop %_EXT% which was always empty 2011-06-03 13:27:22 +03:00
Jan Holesovsky
7ea2f89d49 Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	libwps/makefile.mk
2011-05-31 10:45:52 +02:00
Fridrich Štrba
26f2524afb upgrade libwps to 0.2.2 2011-05-04 12:36:33 +02:00
Fridrich Štrba
892ce4dc42 Fix Windows build and silence some warnings 2011-05-03 15:05:55 +02:00
Fridrich Štrba
82601384e3 Fix Windows build and silence some warnings 2011-05-03 15:04:24 +02:00
Fridrich Štrba
1457ace0d0 Uploading updated versions of libwpd and libwps
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
2011-05-03 11:08:44 +02:00
Fridrich Štrba
6ba139b80f Uploading updated versions of libwpd and libwps
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
2011-05-03 11:06:36 +02:00
David Tardon
26e14f7da1 add missing include for debug build 2010-11-17 20:50:52 +01:00
Fridrich Štrba
2e2914495e Use the new stable libwp* releases as default 2010-11-16 13:43:36 +01:00
Fridrich Štrba
774bc97f20 libwps.diff: WPS Import filter - create a libwps module 2010-09-14 11:15:24 +02:00