| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-03-03 | add -fno-strict-aliasing to the gcc compiler flags. this is needed, see: | Dana Jansens | |
| http://www.exim.org/mail-archives/exim-users/Week-of-Mon-20030721/msg00141.html | It's not a compiler bug. It is a C99 bug, or more exactly, a | feature. C99 changed the semantic of the C language with respect to | aliasing questions. Now, the compiler can assume that pointer to | different types points to different memory location. This breaks all | the OO code written in C. | | This is a very good idea that the compiler issues a warning message | because the semantic of language really changed and you want to revert | to the old semantic. | | The make package MUST add -fno-strict-aliasing. It is not a | convenience to get rid off warnings. | |||
| 2006-08-31 | unused thingies | Mikael Magnusson | |
| 2004-11-07 | just some fixes to the autoconf stuff | Mikael Magnusson | |
| 2003-10-01 | define DEBUG, NDEBUG, and G_DISABLE_ASSERTS | Dana Jansens | |
| 2003-05-29 | better alpha/beta check :) | Dana Jansens | |
| 2003-05-29 | look for 'alpha' and 'beta' releases also | Dana Jansens | |
| 2003-05-20 | argh put it back right!*( | Dana Jansens | |
| 2003-05-20 | fuck it, put it back | Dana Jansens | |
| 2003-05-20 | smarter default debug value :) | Dana Jansens | |
| 2003-05-20 | default debug off (for non-cvs builds!) | Dana Jansens | |
| 2003-04-06 | build fixes for finding Xlibs and for setting vars based on found Xlib info ↵ | Dana Jansens | |
| and Xinerama info | |||
| 2003-04-06 | fixes for build system. add themes to the install process. use the build/ ↵ | Dana Jansens | |
| dir for configures trash dump | |||
| 2003-04-03 | new build system without automake | Dana Jansens | |
| 2003-03-21 | add strict ansi compliance | Dana Jansens | |
| 2003-03-16 | merge the C branch into HEAD | Dana Jansens | |
| 2003-02-05 | give output when building a cvs release | Dana Jansens | |
| 2003-01-22 | REMOVE -fno-rtti. we use that! | Dana Jansens | |
| 2003-01-22 | -fno-rtti as in cxxflags too! | Dana Jansens | |
| 2003-01-22 | fix the stupid spelling | Dana Jansens | |
| 2003-01-22 | add -fno-check-new -fno-execptions to the g++ cxxflags | Dana Jansens | |
| 2003-01-13 | keep the asserts for !debug builds.. | Dana Jansens | |
| 2003-01-11 | caps | Dana Jansens | |
| 2003-01-11 | caps for giving the build target. show it at the end | Dana Jansens | |
| 2003-01-11 | check for cvs in the version properly | Dana Jansens | |
| 2003-01-11 | cvs builds are always debug | Dana Jansens | |
| 2003-01-11 | my newer better autoconf functions. woowoo | Dana Jansens | |
| 2003-01-11 | create OB_DEBUG and OB_COMPILER_FLAGS m4 functionc | Dana Jansens | |
