summaryrefslogtreecommitdiffstats
path: root/libcdr
Commit message (Collapse)AuthorAgeFilesLines
* rename SYSTEM_LIBCDR to SYSTEM_CDR to remove specialcasingBjoern Michaelsen2013-02-191-1/+1
| | | | Change-Id: I14bd9c0a4b9b55963da67102468d573f7132fab7
* add missing export of variable passed to configureLuboš Luňák2013-01-291-1/+1
| | | | ICU_CFLAGS=" " && ./configure does not actually set anything
* CDR: Actually apply the patchFridrich Štrba2013-01-251-0/+6
| | | | Change-Id: I9ffd7123b8f79128c559f30eade6ae49bf809981
* CDR: We want ICU_LIBS always empty since this is a static libraryFridrich Štrba2013-01-251-2/+3
| | | | Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06
* CDR: Override pkg-config with SYSTEM_ICUFridrich Štrba2013-01-251-0/+1
| | | | Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
* CDR: fix large-angle computationFridrich Štrba2013-01-251-0/+19
| | | | Change-Id: Ia3f937b0b49093fbdbbe259b835a2d8a81633fe1
* Avoid stray && in the system ICU caseTor Lillqvist2013-01-251-1/+1
| | | | Change-Id: I65a803824fd79cd6ac5136861bba0b64998d0868
* Blind "fix" for when using system ICUTor Lillqvist2013-01-251-2/+1
| | | | | | | No point in pointing to nonexistent ICU headers in solver if building against a system ICU. Change-Id: I5a151f3bfefd1913ad84a33d74af749558926312
* Trying to fix libcdr buildFridrich Štrba2013-01-251-1/+1
| | | | Change-Id: Ifcadb0e7be11d32e370b578e21f5d8881bab640f
* Uploading libcdr 0.0.10, hoping it worksFridrich Štrba2013-01-255-769/+8
| | | | Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
* rhbz#891082: CMXDocument::isSupported: catch exceptionsMichael Stahl2013-01-042-0/+44
| | | | Change-Id: I715975dfa93d736cb537076feab4afe6b75c162a
* One more MSBuild build fix for VS 2012Tor Lillqvist2012-12-121-1/+1
| | | | | | | | | Don't know why others who have built with VS 2012 don't have this problem (?), but otherwise I get: Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" on node 1 (default targets). C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(518,5): error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected. [Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj] Done Building Project "Q:\ooo\git\master\workdir\wntmsci14\UnpackedTarball\cdr\build\win32\libcdr.vcxproj" (default targets) -- FAILED.
* libcdr: move LCMS2_CFLAGS/LIBS setup to configureMichael Stahl2012-11-091-6/+0
| | | | Change-Id: I50f4396e6a8abf32d1a0f63cbfa93d2c59375326
* configure: define FOO_CFLAGS/FOO_LIBS so that they are never emptyMichael Stahl2012-11-091-6/+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
* fix libcdr with system lcms2Luboš Luňák2012-11-091-2/+2
| | | | LCMS2_CFLAGS must be non-empty for it to override pkg-config.
* convert lcms2 to gbuildPeter Foley2012-11-081-5/+10
| | | | Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
* Enough with that...Norbert Thiebaud2012-11-041-1/+0
| | | | | | | | | | | | | | | | | | peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
* fix some lcms2 gbuildification breakages...Norbert Thiebaud2012-11-041-0/+1
| | | | Change-Id: Icad3132c1710c62559c35964fe5ce3f466646f13
* 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 libcdr with VS2012Peter Foley2012-10-071-0/+20
| | | | Change-Id: I9943dce422bd43b826baeaccaeb494d870aaaa77
* Fixing some obscurous linking errors on windowsFridrich Štrba2012-10-061-0/+84
| | | | Change-Id: I519d02da58ce5a2915f1e18b5a295f7c093e0f2e
* Fix libcdr windows buildFridrich Štrba2012-10-062-0/+203
| | | | Change-Id: I33a6c4659cf9e3792f17f73977637dab4667f58e
* libcdr: fix --with-system-lcms2 build:Michael Stahl2012-10-051-8/+8
| | | | | | | | It breaks because LCMS2_CFLAGS happens to be empty, which the libcdr configure script then complains about, because it thinks it hasn't found lcms2. Work around that by including a space in the variable... Change-Id: I16cc8278097dc7119d11fdabcc3be5d1ae8b4327
* Don't patch configure.ac not to run autotools ever during buildFridrich Štrba2012-10-051-35/+1
| | | | Change-Id: Ib481a70fdb67fcec1b72762c408b27f854fe4d1a
* libcdr: fix typoMichael Stahl2012-10-051-1/+1
| | | | Change-Id: Iecf6609a35d4ecff728903d262ec10d3f8faf3bf
* libcdr: remove boilerplate:Michael Stahl2012-10-053-52/+478
| | | | | | | | Define the various FOO_CFLAGS/FOO_LIBS used by libcdr in configure even for the case of internal FOO, and then just pass those variables into libcdr configure to get rid of SYSTEM_FOO conditionals. Change-Id: I0edabc13f8a068cb13792a16499593b8c589da1a
* gbuild: add gb_ExternalProject_use_external:Michael Stahl2012-10-051-6/+2
| | | | | | | | | | Or rather, re-purpose that for consistency (and rename original to gb_ExternalProject_use_external_project), to abstract over the system/internal status of dependencies of external projects. Use it in libcdr and replace exisiting uses in apache-commons. Change-Id: Ie144600688fa884b5b6faa986c6b95bdfc1ee15c
* libcdr: argh i am getting senileMichael Stahl2012-10-051-3/+3
| | | | Change-Id: I1674da35bf1d756bda5c4b991cc586462325c838
* libcdr: hopefully get this to buildMichael Stahl2012-10-051-5/+7
| | | | | | unfortunately the ExternalProject uses a StaticLibrary built in libwpg. Change-Id: Ie4a8933247edbd2d53f697432a0848a05216237f
* No need to apply a patchFridrich Štrba2012-10-052-14/+0
| | | | Change-Id: Idf9ad88293ca6a51f16f1230176d5c97558c66ed
* More typosFridrich Štrba2012-10-051-1/+1
| | | | Change-Id: I6e3bdf0cfcdfa46cf47e4db1e0703c948b4a35b2
* A typoFridrich Štrba2012-10-051-1/+1
| | | | Change-Id: I115cc8e17ae6cb89d215528acb0d0fe25eb71d85
* Uploading a new shiny libcdr-0.0.9Fridrich Štrba2012-10-054-47/+116
| | | | Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
* fix delivery of headers in ExternalPackagesDavid Tardon2012-09-221-4/+4
| | | | Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
* update ext. projects to use ExternalPackageDavid Tardon2012-09-222-5/+3
| | | | Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
* libcdr: use set_warnings_not_errorsMatúš Kukan2012-09-081-0/+2
| | | | Change-Id: I37049887926513885872e3ffe3f94e8bb0796b17
* 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
* libcdr: convert to gbuildMatúš Kukan2012-09-088-81/+112
| | | | Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
* .mk files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba
* MSC fixStephan Bergmann2012-06-112-0/+12
| | | | Change-Id: I12c8ab5779d952eb640298478da7084b5f643568
* Uploading a new version of libcdr with initial text supportFridrich Štrba2012-06-113-138/+2
| | | | Change-Id: I616d284bb300c803d29786e50bb019fa3f2dff19
* 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
* Patch to build libcdr with clangFridrich Štrba2012-04-242-1/+114
|
* uploading new shiny libcdr-0.0.7 releaseFridrich Štrba2012-04-242-4/+4
|
* Uploading new shiny libcdr 0.0.6Fridrich Štrba2012-04-023-220/+5
|
* Some changes in libcdr to appease valgrindFridrich Štrba2012-03-222-1/+216
|
* Revert "lcms2 uses stdcall for some reason"Tor Lillqvist2012-03-191-15/+0
| | | | | | Nah, will use the patch by Lubos instead. This reverts commit 85f074554788e2d8da73e77855ca06bc0fdfbaa4.