summaryrefslogtreecommitdiffstats
path: root/libwpd
Commit message (Collapse)AuthorAgeFilesLines
* libwpd: stop delivering headersMichael Stahl2013-05-161-17/+0
| | | | Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
* Uploading libwpd 0.9.8 releaseFridrich Štrba2013-05-141-11/+11
| | | | Change-Id: I03a9a06058a8fbde736b3d897918e8eea8c2a1d6
* 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-13/+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
* move libwpd to gcc-wrapperPeter Foley2013-03-162-23/+3
| | | | Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700
* 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
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-21/+21
| | | | | | | | | | | | | | | | | | ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* rename SYSTEM_LIBWPD to SYSTEM_WPD to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: Ibc8178e2dd7209705cb752f9570e414483c319a7
* One more /p:VisualStudioVersion=11.0Tor Lillqvist2012-12-191-1/+1
| | | | Change-Id: I46f3bb4af352a3df2582003f1c5f0f4069afb93e
* Use gb_VISIBILITY_FLAGSTor Lillqvist2012-11-191-1/+2
| | | | Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba
* fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan2012-10-301-1/+1
| | | | | | | | | | | | | | | | | | Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-2/+1
|
* Fix libwpd with VS2010Fridrich Štrba2012-10-071-1/+1
| | | | Change-Id: I058d673552280616adaaf1b71036ee89ba34bb13
* fix libwpd for vs90Peter Foley2012-10-071-2/+2
| | | | Change-Id: Ia8a21cd512ac425207eb31a194db9f4c9b10fee4
* fix libwpd with VS2012Peter Foley2012-10-071-1/+12
| | | | Change-Id: I2df9ab344bb2a934f6408a394280c01563d0c9b8
* Uploading libwpd 0.9.6 releaseFridrich Štrba2012-09-253-202/+5
| | | | Change-Id: I71a27d94b2e7097c73b633498181e54c15e14deb
* Trying to consolidate the libwpd moduleFridrich Štrba2012-09-242-2/+2
| | | | Change-Id: I3ce8cd24eee7f2256f2a4b1d1220562a84bf5fac
* libwpd: invalid to have both ExternalPackage and Package in one makefileMichael Stahl2012-09-241-6/+4
| | | | Change-Id: Ia695c0a1fff265360bee57f9b6063178856b7f82
* libwpd: rename library on deliver to have only one MSVC special caseMichael Stahl2012-09-241-1/+1
| | | | Change-Id: I3d0f899b5c8e8605d1cfd3a7d717da999f0f2350
* libwpd: Apple gcc gives spurious warnings in <list>, disable werrorMichael Stahl2012-09-241-0/+1
| | | | Change-Id: I396b3613762290d673ce3a40bf76b47683b2dd45
* Fix some obscurous windows linking problemsFridrich Štrba2012-09-241-0/+65
| | | | Change-Id: I6dc82bcb2e5997623b6b0e5b846cedfc7e223912
* Pass --build and --host when cross-compilingTor Lillqvist2012-09-241-0/+1
| | | | Change-Id: Ia7c7a5626f2e81de9af65897e18f7d174a6e08c7
* Link the windows build of libwpd against the shared library runtimesFridrich Štrba2012-09-242-0/+108
| | | | Change-Id: I9dfa2ffb8aeb5b57435f6d67ab662174b794e5b4
* Reverting libwpd 0.9.5 to 0.9.4 ABIFridrich Štrba2012-09-242-0/+32
| | | | Change-Id: I7056c68f87c88086ef8024b8284a734823e2f808
* Fix windows build of libwpdFridrich Štrba2012-09-241-1/+1
| | | | Change-Id: I22db3f6bf435e54f0d264b18bd6b53c784756fe8
* Uploading the new libwpd 0.9.5Fridrich Štrba2012-09-247-375/+36
| | | | Change-Id: I0949b85f7c2ffbb5c00cce24949b21cc616135db
* fix delivery of headers in ExternalPackagesDavid Tardon2012-09-221-11/+11
| | | | Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-6/+4
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* WaE: with DEBUG definedCaolán McNamara2012-09-122-0/+68
| | | | Change-Id: I2bf950b8ac644c911050ce01282ac988167d28f9
* Notes on upstream status of patchesStephan Bergmann2012-09-101-1/+7
| | | | Change-Id: I6fa4a33d85dd227ec4fd408e9d30d96a6172903c
* libwpd: MSVC warning C4310: cast truncates constant valueMichael Stahl2012-09-102-0/+25
| | | | Change-Id: Ibd6c7299b612d05d4c00ddfe47b51f45e3ae07d8
* libwpd: -Werror,-Wunused-private-fieldStephan Bergmann2012-09-102-0/+76
| | | | Change-Id: I25f4235d9d60346882526189e57021639a481cbe
* 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-088-75/+271
| | | | Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
* Fix potential further crashes like the one in fdo#50868Fridrich Štrba2012-06-092-0/+21
| | | | Change-Id: I8bdce8091d7f93b311cb4e15134eb2d7c34ae22f
* 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 libwpdFridrich Štrba2011-11-291-2/+2
|
* Uploading libwpd-0.9.3Fridrich Štrba2011-09-013-28/+3
|
* Make internal libwpd build when cross-compiling.Jan Holesovsky2011-08-222-1/+12
|
* Need a small patch for AndroidTor Lillqvist2011-06-102-0/+17
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-15/+15
|
* Uploading updated versions of libwpd and libwpsFridrich Štrba2011-05-034-155/+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
* This patch should apply nowFridrich Štrba2011-04-011-14/+14
|
* Silence some unreachable code warningsFridrich Štrba2011-04-012-1/+34
|
* Handle corrupted WP6 prefixes graciouslyFridrich Štrba2011-04-012-1/+109
|
* Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
|
* WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-242-0/+12
|