summaryrefslogtreecommitdiffstats
path: root/libmspub
Commit message (Collapse)AuthorAgeFilesLines
* fdo#70393: move libmspub to a subdir of externalKhaled Hosny2013-10-195-86/+0
| | | | | | | Change-Id: Ib93e41b2ebd7f466c28e6a52ea6ad16dd216642e Reviewed-on: https://gerrit.libreoffice.org/6331 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Propagate verbosity to (some) 3rd-party library buildsTor Lillqvist2013-10-101-1/+3
| | | | | | | | | | In a verbose (if verbose or VERBOSE are non-empty) build, pass V=1 to some of the Automake-based external projects, to get verbose output from their builds. This is just a start, should check for all bundled libraries whether there is a simple way to make their build verbose. Change-Id: I470b3be7f43aaa09d5f7102da891f538799a3631
* stop delivering lots of external static librariesMichael Stahl2013-09-222-22/+0
| | | | Change-Id: Id0c5908adbdec40346c1b62304d1f72ed077ca54
* move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl2013-05-161-4/+0
| | | | Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
* libmspub: WPD/WPG vars are set by configure.ac alreadyMichael Stahl2013-05-161-2/+0
| | | | Change-Id: I5d64ecd625821694ec85c5081609cfb777338755
* libmspub: stop delivering headersMichael Stahl2013-05-161-6/+0
| | | | Change-Id: I78d5b83b5d98c1c37b9b95d3504533dabb449e09
* Uploading libmspub-0.0.6Fridrich Štrba2013-05-131-3/+3
| | | | Change-Id: Ie432d747e4b32a95380f86c73b1a106f6a5903f6
* 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
* libcdr, libmspub: revert more ISYSTEMMichael Stahl2013-04-011-2/+3
| | | | Change-Id: I6acc0d6424cb3ed0ca2fcba12bb7c63dee13cb0d
* upgrade icu to 51.1Peter Foley2013-03-301-1/+3
| | | | | | | Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6 Reviewed-on: https://gerrit.libreoffice.org/2953 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
* move libmspub to gcc-wrapperPeter Foley2013-03-152-40/+4
| | | | Change-Id: I44f1e53411e273575ebb97bf19c8a7a3ad2c313c
* 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-41/+41
| | | | | | | | | | | | | | | | | | 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_LIBMSPUB to SYSTEM_MSPUB to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: I06d6dec259f4e1d28d0fb13497097bbfae156b2f
* Update the internal libmspub to 0.0.5Fridrich Štrba2013-02-182-48/+0
| | | | Change-Id: Ia1e2807a9f8d624e734afa93102fb6ff27eee091
* 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
* Silence some warningsFridrich Štrba2013-01-281-0/+1
| | | | Change-Id: I5a644fbe698b31bded3a5bf0fc96f1bf2be415e2
* Use the BOOST_INCLUDE_DIR variable in Windows buildFridrich Štrba2013-01-283-1/+49
| | | | Change-Id: I2f86aea9177f2f3d24aea40c47d530fd7d96d21c
* add boost dependency and header-finding hackery to libmspubCaolán McNamara2013-01-281-0/+5
| | | | Change-Id: I5206cb1719164c6adc0dee46db40a8a63a45c19b
* Upload libmspub 0.0.4Fridrich Štrba2013-01-287-97/+89
| | | | Change-Id: Icb47740815fabff2338196ec194a51a23f7adadd
* libmspub apparently needs boost headersLuboš Luňák2012-12-031-0/+1
|
* tweak some build.lsts for the group photo...Michael Stahl2012-10-151-2/+1
|
* fix delivery of headers in ExternalPackagesDavid Tardon2012-09-221-3/+3
| | | | Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-5/+3
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* libmspub: fix typo; it's add_patchesMatúš Kukan2012-09-081-1/+1
| | | | Change-Id: I2d1437601d5acccc7cce1a7b2eb0017465a97c16
* libmspub: use set_warnings_not_errorsMatúš Kukan2012-09-081-0/+2
| | | | Change-Id: Iec7e058c6da827fbcfd538543c0fb5d6060f3975
* 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
* libmspub: convert to gbuildMatúš Kukan2012-09-088-81/+109
| | | | Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
* Fix MSVC buildTor Lillqvist2012-08-211-0/+24
| | | | Change-Id: I0cbfe470ccd8850d9bf5826324a5b66698a547da
* Fixing error: \u0000 is not a valid universal characterFridrich Štrba2012-08-212-0/+23
| | | | Change-Id: Idfc96e5f4b31cf54fdb9734b6e3cb87d3aabc786
* Uploading libmspub-0.0.3 release (support for MS Pub 97 and 98)Fridrich Štrba2012-08-211-2/+2
| | | | Change-Id: I6ead205a272f0167157304748d7daf8ffc9211c9
* Uploading libmspub-0.0.2 releaseFridrich Štrba2012-07-152-343/+2
| | | | Change-Id: I0f91e4a4d9c47d91637eac8c28d4ab3062269e35
* Fix a crash with iterator accessFridrich Štrba2012-07-121-14/+57
| | | | Change-Id: I96cae21e79fe0b6f6cd8f3aaae2560cd1f76d65e
* Some more Windows fixes for libmspubFridrich Štrba2012-07-121-0/+37
| | | | Change-Id: Ieb87876dbe40eedf9dc57b7ef5da1d5000f4b265
* Trying to fix the windows build even moreFridrich Štrba2012-07-121-5/+100
| | | | Change-Id: I8afa9101449aadc7aa625815d2c203db29d24848
* Misceallanous M_PI fixups to fix Win32 buildFridrich Štrba2012-07-122-0/+166
| | | | Change-Id: I861067c42e64b4cc9e2404baceb6530954cad7f5
* Uploading libmspub 0.0.1 releaseFridrich Štrba2012-07-111-2/+2
| | | | | | Expanding file-format coverage down until MS Publisher 98 Change-Id: Ie6ed13f1c4e7e3cc9c5fa50b8fbfa5418dbd257e
* Adding Microsoft Publisher Import filterFridrich Štrba2012-06-055-0/+82
Change-Id: Iec9c9c5419a40e7ad64af057f1bbb426ca3163b0