Go to file
Behdad Esfahbod 807b8aa486 Another C++ strictness fix
Pango Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
(Error: A union member cannot have a user-defined assignment operator)

According to the bug:

C++ Programming Language by Bjarne Stroustrup: Chapter 10.4.12 forbids
explicitly using of union members with constructors, destructors or assignment
operations.

So we use a set() method instead of the assignment operator.  Ugly, but hey,
that's life.
2009-11-19 20:35:01 -05:00
src Another C++ strictness fix 2009-11-19 20:35:01 -05:00
AUTHORS Add build system 2009-11-02 16:34:59 -05:00
autogen.sh Disable configure cache 2009-11-02 18:52:21 -05:00
configure.ac Use autoconf FLEXIBLE_ARRAY_MEMBER when available 2009-11-18 11:27:33 -05:00
COPYING Add build system 2009-11-02 16:34:59 -05:00
git.mk Add build system 2009-11-02 16:34:59 -05:00
harfbuzz.pc.in Add build system 2009-11-02 16:34:59 -05:00
Makefile.am Generate ChangeLog 2009-11-02 16:38:41 -05:00
NEWS Add build system 2009-11-02 16:34:59 -05:00
README Add build system 2009-11-02 16:34:59 -05:00
TODO Add script and language to buffer 2009-11-04 20:29:54 -05:00

This is HarfBuzz, an OpenType Layout engine.

Bug reports on these files should be sent to the HarfBuzz mailing list as
listed on http://freedesktop.org/wiki/Software/harfbuzz

For license information, see the file COPYING.

Behdad Esfahbod
May 24, 2009