blob: 83d55ce0fa5ede9f375f3ed6d0328facbeb85e05 (
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
|
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.
|