summaryrefslogtreecommitdiffstats
path: root/libvisio
Commit message (Collapse)AuthorAgeFilesLines
* Uploading libvisio 0.0.31, fixing fdo#68477Fridrich Štrba2013-08-283-31/+0
| | | | | | Base64 decoding in some boost versions throws on padding characters Change-Id: I9a9a43c2a7e55b6a6fca085302eae223bc8c1b13
* Use the WPX_SEEK_SET inconditionallyFridrich Štrba2013-07-252-0/+15
| | | | Change-Id: I8d202d843b8ecf5a32131058ae1a5cd465e6069c
* Fix some runtime exceptions with msvc-built libvisioFridrich Štrba2013-07-132-0/+16
| | | | | | | The previous code was causing silent exceptions in some particular cases. Passing through a temporary works well. Change-Id: I71a9a58b98b5f392da4d8a4c8d08ddc1487ec79f
* Uploading new libvisio 0.0.30Fridrich Štrba2013-07-102-36/+0
| | | | | | | with huge performance/memory consumption improvements with NURBS and B-Splines Change-Id: I5f338d6c70f948dd2192ec7147efdc1bdeef1e05
* Proper fix for remove_whitespace iterator and older boostFridrich Štrba2013-07-061-12/+24
| | | | | | The previous "fix" was resulting in exceptions in some vdx files. Change-Id: I961560b66bc29660daca54e39f14f612bbb50e34
* Allow build with older boostFridrich Štrba2013-07-022-0/+23
| | | | Change-Id: I49902109eb2a1b9561a9ccfa70d89c160a4965a9
* move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl2013-05-161-4/+0
| | | | Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
* libvisio: stop delivering headersMichael Stahl2013-05-161-6/+0
| | | | Change-Id: I94d15fc2e367a2fe474cd4e10109bef0d9029b28
* Uploading libvisio 0.0.27Fridrich Štrba2013-05-161-3/+3
| | | | Change-Id: Icfb2eea611ed50e76753a71c73f5d43172aa8a9a
* 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.
* Also AWK needed hereTor Lillqvist2013-05-151-0/+1
| | | | Change-Id: Ifc47c1422f035cb23a9a148510230c8dd2cf42cd
* 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 new fresh wonderful libvisio-0.0.26Fridrich Štrba2013-04-223-21/+7
| | | | Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062
* Don't fail if the end of characters is reached after a field fdo#62299Fridrich Štrba2013-03-152-0/+20
| | | | Change-Id: Ib5327fe5a88036f718f90cc0e05f287dc1573d03
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* Libcdr and libvisio need zlibFridrich Štrba2013-03-141-0/+1
| | | | Change-Id: Ie48c7305e7acca17d3c488a76e8fc47984c51679
* move libvisio to gcc-wrapperPeter Foley2013-03-142-40/+4
| | | | | | | Change-Id: Ia2efaa7d58fa2040f597e6a303a219892a710c1f Reviewed-on: https://gerrit.libreoffice.org/2716 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* quiet external module build log unless failureNorbert Thiebaud2013-02-221-38/+38
| | | | | | | | | | | | | | | | | | 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_LIBVISIO to SYSTEM_VISIO to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: Ib895be66ecb4c95a86696007fdda453d3a3b34e0
* Improve support for --with-system-boost --with-boost=... in external modulesStephan Bergmann2013-02-171-1/+1
| | | | | | | | ...though it would arguably be better to just pass along --with-boost=... where applicable. (liborcus' orcus-xml-dump links against -lboost_system, so needs BOOST_LDFLAGS passed in in addition to BOOST_CPPFLAGS.) Change-Id: I6467d0f453d68494b75559a7eb61f865f9513b50
* convert libxml2 to gbuild and add to tail_buildPeter Foley2013-02-071-4/+6
| | | | | | | Change-Id: Ie6ae2150e1f011e17034abcace18c5967b4dacf5 Reviewed-on: https://gerrit.libreoffice.org/2023 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Peter Foley <pefoley2@verizon.net>
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-1/+4
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Fix the regression in fdo#47499: wrong fill colourFridrich Štrba2012-12-182-19/+0
| | | | Change-Id: I986a5f4c944f9fe9e985c408a72f766d9b1eed12
* /p:VisualStudioVersion=11.0Tor Lillqvist2012-12-131-1/+1
|
* Fix a bug with fixed line-heights in Visio filesFridrich Štrba2012-12-112-0/+19
| | | | Change-Id: I861c49d2b0dfc57d6e777b14742cb324e4d4d0a8
* libcmis, libvisio get a boost dependency tooMichael Stahl2012-12-041-0/+1
| | | | Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
* Uploading libvisio 0.0.21 releaseFridrich Štrba2012-11-212-32/+0
| | | | | | We can now open ALL Visio file-formats that ever existed Change-Id: Icfe91421c8ddbba206e2cc0ce59bf718883e5477
* configure: define FOO_CFLAGS/FOO_LIBS so that they are never emptyMichael Stahl2012-11-091-8/+0
| | | | | | | | This allows us to simply pass the already exported variables to invoked configures, where the non-empty values will override the detection logic there. Change-Id: I7353a313814c58922e34843aeae380e5afa442ca
* Make libvisio build pick the right zlib headersFridrich Štrba2012-11-072-0/+32
| | | | Change-Id: I159cd926e5b373ca7bbecea87a4798b08b89b7ef
* Fix libvisio with internal boostFridrich Štrba2012-11-051-0/+1
| | | | Change-Id: I7681844a78af455543a0dcd4d9a96087d2957e61
* Uploading new libvisio 0.0.20 releaseFridrich Štrba2012-11-057-176/+93
| | | | Change-Id: Ic090ae81c28f12a106a74aa6d10b43cce9d68fed
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-2/+1
|
* Clean the path pushed to the API as much as possibleFridrich Štrba2012-10-022-0/+125
| | | | Change-Id: I5e68bc5aedc4c6e350e62b30472a1b3f0803c520
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-8/+6
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* libvisio: use set_warnings_not_errorsMatúš Kukan2012-09-081-0/+2
| | | | Change-Id: I4a84e88c6055e28f79ddf81281649eda05e2901d
* 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
* libwpg: convert to gbuildMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
* libvisio: convert to gbuildMatúš Kukan2012-09-088-73/+108
| | | | Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
* Uploading libvisio 0.0.19, fixes fdo#50990Fridrich Štrba2012-07-262-15/+2
| | | | Change-Id: Iafd39d5aa3f3922d84518a3d808aac25dbae0e06
* Fix endless loop in libvisio with text fields in VSD6Fridrich Štrba2012-07-242-0/+13
| | | | Change-Id: I6aca4a6199adef986ef3de8593470eca1870a1f5
* Uploading libvisio 0.0.18, fixing fdo#48602Fridrich Štrba2012-06-225-160/+2
| | | | Change-Id: I8ab9462409bf5e0769d043209a8e2005bfdf4e0a
* Trying to solve out of bonds in fdo#48601Fridrich Štrba2012-06-182-0/+65
| | | | Change-Id: Idf9d56714d658a14af826a74c58aad26a9e29414
* Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocksJulien Nabet2012-06-162-0/+27
| | | | | | | This fdo contains 2 files with which I had a different crash for each of them. This patch fixes one of the 2 crashes. Change-Id: Ic67cad4de4b66e913debe95efc04db3ae6fbf781
* Fix another crash in exotic circumstancesFridrich Štrba2012-06-151-0/+9
| | | | Change-Id: If91c33dad811d5c9a34581773f7f6a7f86dd82bd
* Resolves: fdo#50988Julien Nabet2012-06-142-0/+28
| | | | | | | | Fix Draw crashes on loading MS Logical Design Diagram example visio file It was a problem with an iterator. The comparison was OK only on "else" part. In the "if" part, iterators are from different sequences. Change-Id: I1ccc82a1c24289c0c2e89ef0275f0f5163dc8a8d
* Don't push_back(.back()), stupidFridrich Štrba2012-06-121-1/+13
| | | | Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad