summaryrefslogtreecommitdiff
path: root/libwps
AgeCommit message (Collapse)AuthorFilesLines
2012-12-02libwps: tinderbox says this wants to use boost...Michael Stahl1-0/+1
Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
2012-10-29Revert "libwps: ensure that generated cxx files get built after unpack"Michael Stahl3-26/+19
This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29Revert "libwps: need to depend on unpacked private headers:"Michael Stahl1-21/+0
This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29libwps: need to depend on unpacked private headers:Michael Stahl1-0/+21
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-29libwps: ensure that generated cxx files get built after unpackMichael Stahl3-19/+26
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
2012-10-29libwps: fix gcc warning too [-Wsign-promo]Michael Stahl2-0/+16
Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
2012-10-29libwps: fix sundry MSVC warningsMichael Stahl2-0/+77
Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
2012-10-15tweak some build.lsts for the group photo...Michael Stahl1-2/+1
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon1-2/+2
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22update ext. projects to use ExternalPackageDavid Tardon2-5/+3
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan1-1/+1
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-08libwpd: convert to gbuildMatúš Kukan1-1/+1
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08libwps: convert to gbuildMatúš Kukan8-67/+108
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-05-31Uploading new libwps 0.2.7Fridrich Štrba2-32/+2
Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a
2012-05-14Fix libwps debug buildFridrich Štrba2-0/+30
Change-Id: I6482b0c1844578f67129e74ae64b981100924b90
2012-05-13Uploading fresh libwps-0.2.6Fridrich Štrba2-3/+3
Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich1-0/+1
2011-11-29Uploading new release of libwpsFridrich Štrba2-16/+2
2011-10-05fix also libwps build after change in libwp* flagsFridrich Štrba2-0/+14
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba1-1/+1
2011-09-28Uploading a new release of libwpsFridrich Štrba2-14/+2
2011-08-22Fix cross-build of libwps.Jan Holesovsky4-88/+13
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-5/+5
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2-0/+88
Conflicts: libwps/makefile.mk
2011-05-04upgrade libwps to 0.2.2Fridrich Štrba3-92/+2
2011-05-03Fix Windows build and silence some warningsFridrich Štrba3-0/+90
2011-05-03Fix Windows build and silence some warningsFridrich Štrba3-0/+90
2011-05-03Uploading updated versions of libwpd and libwpsFridrich Štrba3-108/+2
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-03Uploading updated versions of libwpd and libwpsFridrich Štrba3-108/+2
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
2010-11-17add missing include for debug buildDavid Tardon2-0/+13
2010-11-16Use the new stable libwp* releases as defaultFridrich Štrba2-3/+3
2010-09-14libwps.diff: WPS Import filter - create a libwps moduleFridrich Štrba4-0/+162