blob: f1168ff8f7d2e4664fc5a369f2b7418cbb0aed54 (
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
|
2011-04-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (goo_libGoo_a_sources): Omit PNGWriter.cc.
2011-04-23 Peter Breitenlohner <peb@mppmu.mpg.de>
Suppress "deprecated conversion from string constant to 'char*'"
warnings from g++-4.4.
Unfortunately poppler declares lots of function parameters as
'char *' that should actually be 'const char *'.
Compiling with the g++-4.4 default '-Wwrite-strings' would yield
>10000 such warnings.
* Makefile.am, configure.ac: Define and use NO_WARN_CXXFLAGS.
2011-04-14 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, ac/poppler.ac, ac/withenable.ac, configure.ac:
Better integration into the TeX Live build system.
2011-04-12 Taco Hoekwater <taco@luatex.org>
Imported poppler-0.12.4 source tree from:
http://poppler.freedesktop.org/
|