summaryrefslogtreecommitdiffstats
path: root/graphite
Commit message (Collapse)AuthorAgeFilesLines
* Clang does not have -fpermissiveTor Lillqvist2013-04-171-0/+2
| | | | Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c
* 64-bit Windows size_t and ptrdiff_t fixTor Lillqvist2013-03-211-0/+17
| | | | Change-Id: If52ea2777af1faca3ea20a7bd305307ab0c115ac
* 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
* Reported graphite2 patch upstreamStephan Bergmann2012-12-102-1/+2
| | | | Change-Id: Idca64b8925199f3d275e7966c1d0e13fee4967a8
* -Wc++11-narrowingStephan Bergmann2012-12-102-0/+23
| | | | | | | | "non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'uint16' (aka 'unsigned short') in initializer list" etc. with Clang -std=c++11 Change-Id: I15ff37bbc3d20c14db850678a9b9e295b900de85
* tweak some build.lsts...Michael Stahl2012-11-151-2/+1
| | | | Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
* drop unused patchesDavid Tardon2012-10-312-23/+0
| | | | Change-Id: I8e4dc4c6a727ecb54b1555701d19554f9766d79d
* fix mingw build of graphiteDavid Tardon2012-10-312-0/+14
| | | | Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
* graphite: convert to gbuildMatúš Kukan2012-10-258-127/+114
| | | | Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
* Update graphite to 1.2.0Martin Hosken2012-10-113-12/+12
| | | | | | | Change-Id: I768df17c12e918a39e2011e3ce639e0c4ac4d451 Reviewed-on: https://gerrit.libreoffice.org/780 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* The graphite page was movedTakeshi Abe2012-09-291-1/+1
| | | | Change-Id: I99bc4cd9e600dc0b2e9f74fba7615c6677cf90ca
* 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 in libs-extern-sysJosh Heidenreich2012-02-091-0/+4
|
* Upgrade graphite to 1.0.3 fix surrogate supportMartin Hosken2011-09-223-8/+7
|
* We build graphite as a static library for MSVCTor Lillqvist2011-08-241-1/+2
|
* export WORDS_BIGENDIAN in set_soenv and make graphite2 use itRene Engelhard2011-08-231-1/+5
|
* placement new needs new header includedCaolán McNamara2011-08-232-1/+12
|
* Upgrade graphite to 1.0.2 and simplify patchesMartin Hosken2011-08-234-497/+24
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-8/+8
|
* Merge branch 'master' of ↵Jan Holesovsky2011-05-311-10/+20
|\ | | | | | | | | | | | | git://anongit.freedesktop.org/libreoffice/libs-extern-sys Conflicts: graphite/graphite2-0.9.2.patch
| * We build graphite as a static library, drop conditional dllimport/exportTor Lillqvist2011-05-301-10/+20
| | | | | | | | | | | | | | We would need to pass -DGR2_STATIC when compiling graphite-using code otherwise. Also make patch apply without fuzz.
* | Fix graphite2-0.9.2 particulary for LinLibertineG (fdo#36510, fdo#36752)Martin Hosken2011-05-161-0/+49
| | | | | | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* | Revert "Fix graphite2 particulary for LinLibertineG"Petr Mladek2011-05-163-85/+417
| | | | | | | | | | | | caused many build problems on Windows; too late to do this change This reverts commit 1dbaab9692545a9c8c032a886932a7626e48dbe9.
* | Revert "And the makefiles"Petr Mladek2011-05-162-5/+5
| | | | | | | | | | | | caused many build problems on Windows; too late to do this change This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.
* | And the makefilesMartin Hosken2011-05-162-5/+5
| |
* | Fix graphite2 particulary for LinLibertineGMartin Hosken2011-05-163-417/+85
|/
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-0/+13
|\ | | | | | | | | | | Conflicts: graphite/makefile.mk libxml2/makefile.mk
| * debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]2011-03-142-1/+14
| |\
| | * vcl119: #i116227# remove an invalid assertionPhilipp Lohmann [pl]2011-02-212-1/+14
| | |
| * | debuglevels: #i116839#Frank Schoenheit [fs]2011-02-071-4/+4
| |/
| * DEV300: changesets OOO330 up to m5Vladimir Glazunov2010-08-251-9/+0
| |\
* | | Maybe one day I get this rightFridrich Štrba2011-03-151-1/+1
| | |
* | | avoid __declspec decorations on windowsFridrich Štrba2011-03-151-1/+1
| | |
* | | Add possibility to specify that one builds static graphiteFridrich Štrba2011-03-151-0/+11
| | |
* | | try to deliver graphite_off.lib properlyFridrich Štrba2011-03-151-1/+1
| | |
* | | fix build error, add build dependCaolán McNamara2011-03-151-1/+1
| | |
* | | fix graphite build on Linux 64-bitFridrich Štrba2011-03-113-1/+16
| | |
* | | add -fpermissive for yucky narrowingCaolán McNamara2011-03-111-1/+2
| | |
* | | Fix memory leaks in vectorsMartin Hosken2011-03-101-0/+12
| | |
* | | Remove cmake dependency. Statically create graphite libraryMartin Hosken2011-03-102-53/+66
| | |
* | | graphite2 consolidated patchMartin Hosken2011-03-107-2674/+406
| | |
* | | Trying to remove the stlport mention from the codeFridrich Štrba2011-02-091-1/+1
| | |
* | | Removing the ext_std masterpieceFridrich Štrba2011-02-091-11/+1
| | |
* | | Make stlport only optional dependency of postprocessFridrich Štrba2011-02-091-1/+1
| | |
* | | Don't try to copy nonexistent pdb filesTor Lillqvist2011-02-031-8/+0
| | |
* | | Clean up makefilesThomas Arnhold2011-02-021-16/+2
| | |
* | | Interpret any non-empty value of $(debug) as true, like elsewhereTor Lillqvist2011-01-241-5/+5
| | | | | | | | | | | | | | | Also, avoid double slash when redirecting the pdb file just for cleanliness.
* | | sync configure's -Werror logic with configure.acCaolán McNamara2011-01-152-1/+16
| | |
* | | make possible to build with c++0x, remove obsolete methodCaolán McNamara2010-11-242-1/+37
| |/ |/|