Enable C++11
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jul 2014 12:38:11 +0000 (14:38 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 26 Jul 2014 12:38:11 +0000 (14:38 +0200)
commit12e650ff4be67680e3e3f31e2aa79653c429756b
treec8fb4a49bbdaa008791487724ce6ef0703a4132a
parent1b7bda6032edddeb3d6895916e1c968acef19979
Enable C++11

As announced a while ago, we're now allowing C++11 in the codebase.
We now expect one of the following compilers:

* gcc >= 4.7
* Clang >= 3.1
* MSVC >= 18 (Visual Studio Nov 2013 CTP)

Older or different compilers may still work, but break at any time
in the future.
cmake/QuasselCompileSettings.cmake