blob: 7c9c24a9ea92a2f9647de133cfa8354f5b742e1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
2012-03-16 Peter Breitenlohner <peb@mppmu.mpg.de>
Import engine-2.4
(silgraphite/engine svn r1250 2012-03-1419:45:41 UTC) from
http://scripts.sil.org/svn-public/graphite/graphite/trunk.
* version.ac: New file defining the silgraphite version.
* Makefile.am, configure.ac: Adapt.
2012-02-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* include/graphite/Makefile.am: Use ../am/hdr_links.am.
2009-10-18 Peter Breitenlohner <peb@mppmu.mpg.de>
Reorganize the graphite build system:
Import and sanitize silgraphite-2.3.1/engine/ to engine-2.3.1/.
* Makefile.am, configure.ac: Adjust.
* engine-2.3.1-PATCHES: New directory with patches applied to
the silgraphite-2.3.1 distribution.
* include/graphite/Makefile.am (new): Create header symlinks in
build tree.
2009-10-01 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid maximal compiler warnings.
* src/segment/GrEngine.{cpp,h}, src/segment/FileInput.{cpp,h},
src/segment/FontFace.cpp, src/font/TtfUtil.cpp: Constify.
* graphite-patches (new): Modifications.
* Makefile.am: Add graphite-patches.
2009-06-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: enable compiler warnings.
* Makefile.am (AM_CFLAGS, AM_CXXFLAGS): enable compiler warnings.
2009-03-20 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
|