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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
2012-04-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-10-svn_r1250_1308 (new): Update from SVN r1250 -> 1306.
(svn r1306 2012-04-26 13:45:28 UTC).
2012-03-16 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported engine-2.4 source tree (silgraphite/engine) from
http://scripts.sil.org/svn-public/graphite/graphite/trunk
(svn r1250 2012-03-14 19:45:41 UTC).
* patch-02-virtual, patch-04-math_h-WIN32 (removed):
Now in source tree.
* patch-03-SIZEOF_WCHAR_T (removed): Now done differently.
* patch-01-warnings, patch-05-copy-constr,
patch-06-static-const-members, patch-07-stdlib-workaround:
Adapted.
* patch-08-case-sensitive (new): Need <Windows.h> => <windows.h>
when sources are on a case sensitive filesystem, e.g., when
cross compiling for MinGW32 on Linux.
2010-07-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-06-static-const-members (new): Add a definition for
initialized static const class members, required for AIX.
From Vladimir Volovich, Fri, 04 Jun 2010 19:46:38.
* patch-07-stdlib-workaround (new): Work around stdlib problems,
requires -DUSE_STDLIB_WORKAROUNDS for AIX (and MinGW32?).
From Vladimir Volovich, Mon, 05 Jul 2010 14:05:18.
2010-03-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-copy-constr (new): Declare copy constructor's source
as const. Required by g++-4.3.2 for OpenSolaris x86_64.
Reported by Apostolos Syropoulos <asyropoulos@gmail.com>.
Patch proposed by Jonathan Kew <jfkthame@googlemail.com>.
2010-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-SIZEOF_WCHAR_T (new): MinGW32 fix.
* patch-04-math_h-WIN32 (new): #include <math.h> also for WIN32.
2009-10-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-virtual (new): Declare destructors as virtual to
avoid compiler warnings.
2009-10-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* TL-changes (new): Modifications applied to the distribution.
* patch-[0-9][0-9]-*: Patches applied to the distribution.
2009-10-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-warnings (new): Avoid maximal compiler warnings.
* src/segment/GrEngine.{cpp,h}, src/segment/FileInput.{cpp,h},
src/segment/FontFace.cpp, src/font/TtfUtil.cpp: Constify.
|