Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-27 | configs: Warn about pointer arithmetic. | José Fonseca | |
It's not portable. Warn to help catching it early. | |||
2009-03-12 | config: add -Wdeclaration-after-statement to linux config | Brian Paul | |
Should help to catch Windows build issues earlier. | |||
2007-10-31 | Add -fno-strict-aliasing workaround for Linux GCC targets | Dan Nicholson | |
Most Linux distros work around aliasing problems in Mesa by compiling with the GCC option -fno-strict-aliasing. Two examples: https://bugs.freedesktop.org/show_bug.cgi?id=6046 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311 This makes -fno-strict-aliasing the default with a comment that developers should consider commenting it out. There is a already a note about these bugs in docs/helpwanted.html. | |||
2006-08-24 | Make sure that _GNU_SOURCE is enabled in the linux configs that set | Ian Romanick | |
HAVE_POSIX_MEMALIGN. This eliminates a compiler warning. Also, clean up some crufty linux-sparc* configs. | |||
2006-08-16 | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | |
_mesa_align_malloc and friends. | |||
2005-10-28 | don't use -Wmissing-prototypes for C++ code | Brian Paul | |
2005-09-06 | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul | |
2005-07-02 | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | |
the length of each config and brings a lot of much needed uniformity to them. | |||
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | |
Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | |||
2004-07-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | |
2004-03-26 | new system configurations | Brian Paul | |