> On Oct. 21, 2013, 8:06 p.m., Stephen Kelly wrote: > > As far as I know, only threadweaver and karchive will be released in > > December. The rest of the frameworks won't be released until summer. > > > > By summer, CMake 3.0.0 will most likely be out.
while the CMake 3 solution is obviously much nicer, what are our alternatives until then? The current solution is adding -std=c++0x without proper compiler checks ad-hoc where needed, I think that's far worse than this change. Also, it wont detect incompatibilities with C++11 in currently C++98-only code paths. And changes here are needed anyway, since -ansi effectively prevents you from enabling C++11 (which also suggests ICC hasn't been tested in quite a while). - Volker ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113373/#review42130 ----------------------------------------------------------- On Oct. 21, 2013, 6:51 p.m., Volker Krause wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/113373/ > ----------------------------------------------------------- > > (Updated Oct. 21, 2013, 6:51 p.m.) > > > Review request for Extra Cmake Modules, KDE Frameworks and Stephen Kelly. > > > Repository: extra-cmake-modules > > > Description > ------- > > Enable C++11 support by default. > > > Diffs > ----- > > kde-modules/KDECompilerSettings.cmake > b745ec3c52fe66b3cfb89a334c99a5ea8ef71d4d > > Diff: http://git.reviewboard.kde.org/r/113373/diff/ > > > Testing > ------- > > Compiles, all required fixes have been integrated into the frameworks branch > by now (at least for the subset I have the required dependencies for). > > > Thanks, > > Volker Krause > >
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel