Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| afa089b5 | 2009-07-19 15:08:31 | Test for the existence of ECHO in the FTGL configure script, courtesy of Bzflag's developer blast007. | ||
| cab1fafd | 2009-07-19 13:05:50 | Update my e-mail address everywhere. | ||
| 0c9c3d6a | 2008-11-26 19:33:51 | make sure ECHO and ECHO_N get defined | ||
| 9589a40f | 2008-06-20 10:02:08 | * Fix sf.net issue #1997905, thanks to Coleman Kane: + Check for the sed tool. + Do not use sed's -i flag: its behaviour across platforms is inconsistent. | ||
| 3a54d8f2 | 2008-06-19 13:11:27 | * Updated NEWS file. * Mark package as being version 2.2.0. | ||
| 0aef221b | 2008-06-12 14:13:46 | * Updated NEWS file. * Mark package as being version 2.1.3~rc5. | ||
| 4388dc7a | 2008-06-11 23:23:05 | provide for us poor sobs who don't have a native strndup implementation | ||
| 7e2d6252 | 2008-06-03 12:23:25 | * FTBufferFont: use strndup() and, when available, wcsdup(). | ||
| cc3b6827 | 2008-05-28 18:00:25 | remove unused/unnecessary check for memset | ||
| 56376414 | 2008-05-12 14:10:05 | * Add an m4 check to look for a font file on the system. | ||
| 7d047fd5 | 2008-05-09 13: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-04 16: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-04 05:45:54 | sort makefiles for easier comparison | ||
| 2ebf9ff3 | 2008-05-04 04:31:07 | have to add the default include dir path to the CPPFLAGS so we can find the headers | ||
| 05e68e0b | 2008-05-04 03:59:03 | add an output summary | ||
| f7d38361 | 2008-05-03 23:40:51 | use AC_PATH_PROG instead of PKG_CHECK_MODULES to keep the versions to a minimum | ||
| 65c77f88 | 2008-05-02 13:17:45 | * Generate PDF documentation if a proper LaTeX installation can be found. | ||
| acff56f2 | 2008-05-01 07: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-29 23: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-29 17: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-28 17: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-27 19: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-24 13: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-23 21: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-13 00:53:33 | * Build cppunit tests using the autotools. | ||
| 745cbcf8 | 2008-04-04 13:16:45 | * Build the documentation the autotools way. If doxygen is not present, then do nothing. | ||
| 7c358859 | 2008-04-04 12: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-04 12: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. |