Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-05 | Fixed compilation errors and warnings with GCC 4.7 | Thorbjørn Lindeijer | 1 | -3/+6 | |
Also, since GCC 4.7 there is a binary compatibility issue when linking with a Guichan that was not compiled in C++11 mode. This commit also allows compiling with GCC 4.7 with C++11 mode turned off. Reviewed-by: Erik Schilling | |||||
2012-03-24 | Introduced compile-time option to disable use of C++0x | Thorbjørn Lindeijer | 1 | -0/+7 | |
This is in order to still support older compilers, in particular GCC 4.2.1, so that Mana may be compiled for Maemo 5. Reviewed-by: Yohann Ferreira |