Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-10 | CREATE_PROJECT: Also silence warning 4100 in MSVC | Filippos Karapetis | |
Some formal function parameters are not used in all overloaded functions, which results in loads of 4100 warnings when building CREATE_PROJECT. This change silences warning 4100 together with the others | |||
2016-07-24 | CREATE_PROJECT: Fix MSVC project files | Eugene Sandulenko | |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb | |
MSVC8 gives various compile error relating to templates that were changed back in 2008, leading me to belive that no one is using it, and that there is not point adding work arounds for a 9 year old compiler no one uses. | |||
2013-06-30 | TOOLS: Add support for MSVC12 in create_project | Littleboy | |