Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Define _ALLOW_KEYWORD_MACROS on MSVC builds. | José Fonseca | 2013-03-14 | 1 | -5/+3 |
| | | | | | | | | | | scons/llvm.py defines inline globally to workaround issues with LLVM C binding headers, so the only way to is to avoid aggravating xkeycheck.h errors is to set _ALLOW_KEYWORD_MACROS. This fixes MSVC 2012 build with LLVM. Reviewed-by: Brian Paul <[email protected]> | ||||
* | include: Fix build with VS 11 (i.e, 2012). | José Fonseca | 2013-03-12 | 1 | -0/+42 |
| | | | | | | NOTE: Candidate for the stable branches. Reviewed-by: Brian Paul <[email protected]> | ||||
* | mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all. | José Fonseca | 2013-03-12 | 1 | -0/+105 |
We were in four already... NOTE: Candidate for the stable branches. Reviewed-by: Brian Paul <[email protected]> |