summaryrefslogtreecommitdiff
path: root/libwps
AgeCommit message (Collapse)Author
2012-10-29Revert "libwps: ensure that generated cxx files get built after unpack"Michael Stahl
This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29Revert "libwps: need to depend on unpacked private headers:"Michael Stahl
This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
2012-10-29libwps: need to depend on unpacked private headers:Michael Stahl
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 Stahl
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
2012-10-29libwps: fix gcc warning too [-Wsign-promo]Michael Stahl
Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
2012-10-29libwps: fix sundry MSVC warningsMichael Stahl
Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
2012-09-22update ext. projects to use ExternalPackageDavid Tardon
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan
Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
2012-09-08libwpd: convert to gbuildMatúš Kukan
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08libwps: convert to gbuildMatúš Kukan
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-05-31Uploading new libwps 0.2.7Fridrich Štrba
Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a
2012-05-14Fix libwps debug buildFridrich Štrba
Change-Id: I6482b0c1844578f67129e74ae64b981100924b90
2012-05-13Uploading fresh libwps-0.2.6Fridrich Štrba
Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
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 Heidenreich
2011-11-29Uploading new release of libwpsFridrich Štrba
2011-10-05fix also libwps build after change in libwp* flagsFridrich Štrba
2011-10-05LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba
2011-09-28Uploading a new release of libwpsFridrich Štrba
2011-08-22Fix cross-build of libwps.Jan Holesovsky
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
Conflicts: libwps/makefile.mk
2011-05-04upgrade libwps to 0.2.2Fridrich Štrba
2011-05-03Fix Windows build and silence some warningsFridrich Štrba
2011-05-03Fix Windows build and silence some warningsFridrich Štrba
2011-05-03Uploading updated versions of libwpd and libwpsFridrich Štrba
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 Štrba
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 Tardon
2010-11-16Use the new stable libwp* releases as defaultFridrich Štrba
2010-09-14libwps.diff: WPS Import filter - create a libwps moduleFridrich Štrba