Commit Graph

44 Commits

Author SHA1 Message Date
989da70779 Uploading libwps 0.2.9
Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758
Reviewed-on: https://gerrit.libreoffice.org/4033
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-25 13:37:32 +00:00
6f9d8211a1 stop delivering libwps headers
Yes, I am impatient .-)

Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
2013-05-24 16:52:02 +02:00
e78d324548 Revert changes that are now unnecessary and pointless
This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa.
This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4.
This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64.
This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8.
This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.
2013-05-15 14:23:39 +03:00
9c2a1cb435 Fix MSVC build
Change-Id: Ie0dae388769f9119f0d836abd87205eff17a03f1
2013-05-15 11:43:48 +03:00
1a1f1fbdf0 gbuild: ExternalProject: remove second parameter again...
... now that everything is consistent.

Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07 01:41:26 +02:00
10fc13c948 lib*: consistently name all UnpackedTarball and ExternalProject
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
2013-05-07 01:41:26 +02:00
276021c761 gbuild: remove gb_ExternalProject_use_unpacked
It must always be used exactly once, so replace it with constructor
parameter.

Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-05-07 01:41:25 +02:00
8c07bd39a8 Uploading libwps 0.2.8 release
Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
2013-04-19 12:09:01 +02:00
79b0046ba0 remove legacy build.pl prj/build.lst files. 2013-03-14 17:05:51 +00:00
b768611724 remove all d.lst
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28 18:40:06 +01:00
3a3254a900 rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasing
Change-Id: I54880cd7d404692b8fee16c331c8e7a64508f52b
2013-02-19 13:23:06 +01:00
918e2682a3 libwps: tinderbox says this wants to use boost...
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
2012-12-02 21:36:26 +01:00
22b055914f Revert "libwps: ensure that generated cxx files get built after unpack"
This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c.

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

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