Mixxx is switching to C++11! The master branch now has -std=c++11 turned on. 1.12 will be the last release without C++11 support.
This means we have new minimum requirements for compilers: * Visual Studio 2013 (12.0) * GCC 4.8 (supported on Ubuntu 14.04 and up) * Clang 3.3 (supported on Ubuntu 14.04 and up. Supported on XCode 4.4 and higher) To gradually ramp up our use of C++11 we're starting with a feature whitelist/blacklist. Here's the initial list of features that are supported across all 3 of these compilers: http://mixxx.org/wiki/doku.php/coding_guidelines#c_11 Let me know if your favorite feature isn't on there. My main goal is to be conservative and not go wild with complexity if it isn't needed. Please resist the urge to be fancy for its own sake. Ideally this will allow us to simplify our codebase, not make it more complex. Thanks, RJ
------------------------------------------------------------------------------
_______________________________________________ Get Mixxx, the #1 Free MP3 DJ Mixing software Today http://mixxx.org Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mixxx-devel