Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9a13e4f8 | 2010-09-28 19:01:23 | implement a quick check for __FUNCTION__ and __func__ based on whether the compiler can actually use one or the other at runtime. cache the checks and provide __FUNC__ for use via FTGL_CPP_FUNC. | ||
| 87a8fb95 | 2010-05-23 17:50:57 | Remove additional files upon make maintainer-clean. Fix courtesy of Bullet Catcher, from SF patch #2039757. | ||
| b703329e | 2010-05-12 16:38:57 | must itemize m4 headers individually or distcheck fails | ||
| 23d0f832 | 2008-05-19 10:05:51 | * Add a "make upload-doc" rule for easy online documentation updates. | ||
| 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. | ||
| c0e4ee1e | 2008-05-04 06:04:27 | remove the silly one-liner cleanup script that just removes Finder files | ||
| 81cda3aa | 2008-05-04 05:04:25 | include the changelog | ||
| acbb6a53 | 2008-05-04 04:35:41 | print an informative summary | ||
| 1f4a94f8 | 2008-04-29 14:39:28 | * Since the MIT license is LGPL-compatible, there is no real point in shipping FTGL under a dual license. Consequently removing LGPL references from the code, in agreement with Sean. | ||
| 68e10a56 | 2008-04-28 17:48:35 | replace the bootstrap script with autogen.sh (buildconf project) with does much (much) more in terms of protections, reporting options, and error recovery that supports a wide variety of autotool versions, autoreconf bug workarounds, and system misconfiguration issues. | ||
| 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 | ||
| 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. | ||
| 02493b21 | 2008-04-22 08:01:47 | rename HISTORY to NEWS, reformat with distinct sections for each released version and consistent formatting | ||
| 7bc38668 | 2008-04-22 07:20:12 | drop all the main doc file suffixes to be consistent with more prevalent gnu conventions | ||
| 199759f6 | 2008-04-17 16:07:02 | * Re-added BUGS and TODO from the old trunk. | ||
| aea26d36 | 2008-04-13 00:53:33 | * Build cppunit tests using the autotools. | ||
| a86d2813 | 2008-04-12 22:57:11 | * Rename license files to COPYING.MIT and COPUING.LGPL. | ||
| 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. |