|
7d047fd5
|
2008-05-09T13:42:25
|
|
* Add a few pictures to the documentation to illustrate what the font
objects look like.
* Generate EPS files at build time if the LaTeX output is activated.
|
|
25a245db
|
2008-05-04T16:24:45
|
|
revert the r1027 changes related to PKG_CHECK_MODULES. provide the macro via the pkg.m4 script but still don't abort if it's not found.
|
|
a0a9f44c
|
2008-05-04T05:45:54
|
|
sort makefiles for easier comparison
|
|
2ebf9ff3
|
2008-05-04T04:31:07
|
|
have to add the default include dir path to the CPPFLAGS so we can find the headers
|
|
05e68e0b
|
2008-05-04T03:59:03
|
|
add an output summary
|
|
f7d38361
|
2008-05-03T23:40:51
|
|
use AC_PATH_PROG instead of PKG_CHECK_MODULES to keep the versions to a minimum
|
|
65c77f88
|
2008-05-02T13:17:45
|
|
* Generate PDF documentation if a proper LaTeX installation can be found.
|
|
acff56f2
|
2008-05-01T07:37:56
|
|
* Generate the Doxygen configuration file at configure time so that we
don't need to hardcode the package version in it.
* Only generate documentation for the public classes.
|
|
ecea190c
|
2008-04-29T23:08:14
|
|
* Small C test program. It does not do anything yet, but it's already a good
thing to know whether all public headers can be #included from C code.
|
|
387dec48
|
2008-04-29T17:11:57
|
|
* Move FTGlyph, FTFont and FTLayout classes and their derivatives into
separate subdirectories of src/ to avoid cluttering src/ with too many
files. The Visual Studio solution still needs an update.
|
|
3674c4d1
|
2008-04-28T17:31:42
|
|
specify minimum versions, make ac be 2.58 and am be 1.6 (needed in order to support os x 10.4 out-of-the-box). PKG_CHECK_MODULES doesn't seem to wrap the args properly so you can't embed AC_MSG_RESULT, make a zip and bzip2 when we make a dist, and provide NULL to make am happy
|
|
c2ebad6c
|
2008-04-27T19:55:30
|
|
* Use libtool' versioning features to call the library libftgl.2.1.3. This
is not the recommended way to do, but it's nice to synchronise the
package's version and the library's soname.
|
|
0aff12c1
|
2008-04-24T13:40:12
|
|
* Rename "win32_vcpp" to "msvc" and move all Visual Studio build files out
of their subdirectory.
* Add the msvc subdirectory to "make dist" so that it gets distributed.
|
|
21f3d07c
|
2008-04-23T21:23:22
|
|
* Add loads of C/C++ warning flags to the build process:
-Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wsign-compare
* Add C-specific warning flags, too:
-Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
-Wnested-externs
|
|
aea26d36
|
2008-04-13T00:53:33
|
|
* Build cppunit tests using the autotools.
|
|
745cbcf8
|
2008-04-04T13:16:45
|
|
* Build the documentation the autotools way. If doxygen is not present,
then do nothing.
|
|
7c358859
|
2008-04-04T12:43:38
|
|
* Generate a config.h file instead of passing all defines in the compiler
command line.
* "make install" now properly installs the includes, the documentation and
the .pc file.
* Generate a shared library.
|
|
9f978b91
|
2008-04-04T12:21:46
|
|
* Big build system overhaul. Autotools-generated files are no longer stored
in SVN, the bootstrap script is more tolerant with odd installations, all
makefiles are a lot shorter.
|