summaryrefslogtreecommitdiffstats
path: root/libcdr
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* lcms2 uses stdcall for some reasonTor Lillqvist2012-03-191-0/+15
|
* Uploading libcdr-0.0.5Fridrich Štrba2012-03-163-4/+5
|
* Upload new libcdr-0.0.4 releaseFridrich Štrba2012-03-094-72/+31
|
* Revert "Upload new libcdr-0.0.4 release"Fridrich Štrba2012-03-094-31/+72
| | | | This reverts commit 4147de18731c7637ab5654797c21b39069695ff5.
* Reverting accidental commitFridrich Štrba2012-03-091-1/+1
|
* Define SYSTEM_LCMS2 in scp2 when appropriateFridrich Štrba2012-03-091-1/+1
|
* Upload new libcdr-0.0.4 releaseFridrich Štrba2012-03-094-72/+31
|
* libcdr will depend on lcms2Fridrich Štrba2012-03-091-1/+1
|
* And silence warnings in libcdr tooFridrich Štrba2012-02-233-3/+35
|
* New release of libcdr 0.0.3, the best FOSS CDR converter everFridrich Štrba2012-02-234-72/+8
|
* Added READMEs for some library modules which didn't have themJosh Heidenreich2012-02-141-0/+3
|
* get libcdr to build under msvcCaolán McNamara2012-02-102-1/+66
|
* Uploading a new shiny libcdr-0.0.2Fridrich Štrba2012-02-102-7/+7
|
* Uploading libcdr-0.0.1 that makes the converter actually do somethingFridrich Štrba2012-01-312-7/+7
|
* Fix build with internal zlibTor Lillqvist2011-12-081-0/+14
|
* no config.h inside LO buildFridrich Štrba2011-12-082-0/+23
|
* CDR importer: fixing some build and esthetic issuesFridrich Štrba2011-12-082-5/+5
|
* Stub Corel Draw importerFridrich Štrba2011-12-083-0/+75