summaryrefslogtreecommitdiffstats
path: root/libwps
Commit message (Collapse)AuthorAgeFilesLines
* Uploading libwps 0.2.9Fridrich Štrba2013-05-251-7/+0
| | | | | | | Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758 Reviewed-on: https://gerrit.libreoffice.org/4033 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* stop delivering libwps headersDavid Tardon2013-05-242-5/+7
| | | | | | Yes, I am impatient .-) Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
* Revert changes that are now unnecessary and pointlessTor Lillqvist2013-05-151-1/+0
| | | | | | | | This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa. This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4. This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64. This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8. This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.
* Fix MSVC buildTor Lillqvist2013-05-151-0/+1
| | | | Change-Id: Ie0dae388769f9119f0d836abd87205eff17a03f1
* gbuild: ExternalProject: remove second parameter again...Michael Stahl2013-05-071-1/+1
| | | | | | ... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
* lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl2013-05-074-5/+5
| | | | Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
* gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl2013-05-071-3/+1
| | | | | | | It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
* Uploading libwps 0.2.8 releaseFridrich Štrba2013-04-197-143/+51
| | | | Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: I54880cd7d404692b8fee16c331c8e7a64508f52b
* libwps: tinderbox says this wants to use boost...Michael Stahl2012-12-021-0/+1
| | | | Change-Id: I9ee40fd845aa6af045e49fa4f69165d405ef32c8
* Revert "libwps: ensure that generated cxx files get built after unpack"Michael Stahl2012-10-293-26/+19
| | | | | | This reverts commit 7963c0952823affb8045817cba677ed7b6e4051c. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
* Revert "libwps: need to depend on unpacked private headers:"Michael Stahl2012-10-291-21/+0
| | | | | | This reverts commit 45c7a7f5dc3057b283513e4516b7b59f21e46fde. Should be obsoleted by 3f0f07c748375ec9165ea3a3d1751f84d3528972
* libwps: need to depend on unpacked private headers:Michael Stahl2012-10-291-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
* libwps: ensure that generated cxx files get built after unpackMichael Stahl2012-10-293-19/+26
| | | | Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
* libwps: fix gcc warning too [-Wsign-promo]Michael Stahl2012-10-292-0/+16
| | | | Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
* libwps: fix sundry MSVC warningsMichael Stahl2012-10-292-0/+77
| | | | Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-2/+1
|
* fix delivery of headers in ExternalPackagesDavid Tardon2012-09-221-2/+2
| | | | Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-5/+3
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I023c6b35c2a65da566ff5bb3aea772c99c90dda3
* libwpd: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
* libwps: convert to gbuildMatúš Kukan2012-09-088-67/+108
| | | | Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
* Uploading new libwps 0.2.7Fridrich Štrba2012-05-312-32/+2
| | | | Change-Id: I453b4c230a41500f59b1caa7e5567f80185b973a
* Fix libwps debug buildFridrich Štrba2012-05-142-0/+30
| | | | Change-Id: I6482b0c1844578f67129e74ae64b981100924b90
* Uploading fresh libwps-0.2.6Fridrich Štrba2012-05-132-3/+3
| | | | Change-Id: Ibca4ca12f725ebb315891ede10ea0d1f6c40043e
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-0/+1
|
* Uploading new release of libwpsFridrich Štrba2011-11-292-16/+2
|
* fix also libwps build after change in libwp* flagsFridrich Štrba2011-10-052-0/+14
|
* LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba2011-10-051-1/+1
|
* Uploading a new release of libwpsFridrich Štrba2011-09-282-14/+2
|
* Fix cross-build of libwps.Jan Holesovsky2011-08-224-88/+13
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-5/+5
|
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-312-0/+88
|\ | | | | | | | | Conflicts: libwps/makefile.mk
| * Fix Windows build and silence some warningsFridrich Štrba2011-05-033-0/+90
| |
| * Uploading updated versions of libwpd and libwpsFridrich Štrba2011-05-033-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
* | upgrade libwps to 0.2.2Fridrich Štrba2011-05-043-92/+2
| |
* | Fix Windows build and silence some warningsFridrich Štrba2011-05-033-0/+90
| |
* | Uploading updated versions of libwpd and libwpsFridrich Štrba2011-05-033-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
* add missing include for debug buildDavid Tardon2010-11-172-0/+13
|
* Use the new stable libwp* releases as defaultFridrich Štrba2010-11-162-3/+3
|
* libwps.diff: WPS Import filter - create a libwps moduleFridrich Štrba2010-09-144-0/+162