summaryrefslogtreecommitdiff
path: root/graphite
AgeCommit message (Collapse)AuthorFilesLines
2013-03-2164-bit Windows size_t and ptrdiff_t fixTor Lillqvist1-0/+17
Change-Id: If52ea2777af1faca3ea20a7bd305307ab0c115ac
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2012-12-10Reported graphite2 patch upstreamStephan Bergmann2-1/+2
Change-Id: Idca64b8925199f3d275e7966c1d0e13fee4967a8
2012-12-10-Wc++11-narrowingStephan Bergmann2-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
2012-11-15tweak some build.lsts...Michael Stahl1-2/+1
Change-Id: Ia9b5b2775ad91661bf3d130417a1624fa4d855d2
2012-10-31drop unused patchesDavid Tardon2-23/+0
Change-Id: I8e4dc4c6a727ecb54b1555701d19554f9766d79d
2012-10-31fix mingw build of graphiteDavid Tardon2-0/+14
Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
2012-10-25graphite: convert to gbuildMatúš Kukan8-127/+114
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
2012-10-11Update graphite to 1.2.0Martin Hosken3-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>
2012-09-29The graphite page was movedTakeshi Abe1-1/+1
Change-Id: I99bc4cd9e600dc0b2e9f74fba7615c6677cf90ca
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+4
2011-09-22Upgrade graphite to 1.0.3 fix surrogate supportMartin Hosken3-8/+7
2011-08-24We build graphite as a static library for MSVCTor Lillqvist1-1/+2
2011-08-23export WORDS_BIGENDIAN in set_soenv and make graphite2 use itRene Engelhard1-1/+5
2011-08-23placement new needs new header includedCaolán McNamara2-1/+12
2011-08-23Upgrade graphite to 1.0.2 and simplify patchesMartin Hosken4-497/+24
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-8/+8
2011-05-31Merge branch 'master' of ↵Jan Holesovsky1-10/+20
git://anongit.freedesktop.org/libreoffice/libs-extern-sys Conflicts: graphite/graphite2-0.9.2.patch
2011-05-30We build graphite as a static library, drop conditional dllimport/exportTor Lillqvist1-10/+20
We would need to pass -DGR2_STATIC when compiling graphite-using code otherwise. Also make patch apply without fuzz.
2011-05-16Fix graphite2-0.9.2 particulary for LinLibertineG (fdo#36510, fdo#36752)Martin Hosken1-0/+49
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-05-16Revert "Fix graphite2 particulary for LinLibertineG"Petr Mladek3-85/+417
caused many build problems on Windows; too late to do this change This reverts commit 1dbaab9692545a9c8c032a886932a7626e48dbe9.
2011-05-16Revert "And the makefiles"Petr Mladek2-5/+5
caused many build problems on Windows; too late to do this change This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.
2011-05-16And the makefilesMartin Hosken2-5/+5
2011-05-16Fix graphite2 particulary for LinLibertineGMartin Hosken3-417/+85
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+13
Conflicts: graphite/makefile.mk libxml2/makefile.mk
2011-03-15Maybe one day I get this rightFridrich Štrba1-1/+1
2011-03-15avoid __declspec decorations on windowsFridrich Štrba1-1/+1
2011-03-15Add possibility to specify that one builds static graphiteFridrich Štrba1-0/+11
2011-03-15try to deliver graphite_off.lib properlyFridrich Štrba1-1/+1
2011-03-15fix build error, add build dependCaolán McNamara1-1/+1
2011-03-14debuglevels: pulled and merged DEV300.m102Frank Schoenheit [fs]2-1/+14
2011-03-11fix graphite build on Linux 64-bitFridrich Štrba3-1/+16
2011-03-11add -fpermissive for yucky narrowingCaolán McNamara1-1/+2
2011-03-10Fix memory leaks in vectorsMartin Hosken1-0/+12
2011-03-10Remove cmake dependency. Statically create graphite libraryMartin Hosken2-53/+66
2011-03-10graphite2 consolidated patchMartin Hosken7-2674/+406
2011-02-21vcl119: #i116227# remove an invalid assertionPhilipp Lohmann [pl]2-1/+14
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-1/+1
2011-02-09Removing the ext_std masterpieceFridrich Štrba1-11/+1
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-07debuglevels: #i116839#Frank Schoenheit [fs]1-4/+4
2011-02-03Don't try to copy nonexistent pdb filesTor Lillqvist1-8/+0
2011-02-02Clean up makefilesThomas Arnhold1-16/+2
2011-01-24Interpret any non-empty value of $(debug) as true, like elsewhereTor Lillqvist1-5/+5
Also, avoid double slash when redirecting the pdb file just for cleanliness.
2011-01-15sync configure's -Werror logic with configure.acCaolán McNamara2-1/+16
2010-11-24make possible to build with c++0x, remove obsolete methodCaolán McNamara2-1/+37
2010-08-25DEV300: changesets OOO330 up to m5Vladimir Glazunov1-9/+0
2010-08-02#i113565# remove mingw-specific patch which is no longer needed (thanks tono)Herbert Duerr [hdu]1-9/+0