Re: Minimum compiler versions

2014-09-18 Thread Nicolás Alvarez
2014-09-17 14:12 GMT-03:00 Nicolás Alvarez nicolas.alva...@gmail.com: If we'll keep the compiler requirements as-is, I volunteer to fix what's broken in the minimum versions we claim to support. But I think we need CI for gcc 4.5, otherwise it will keep breaking... Okay, that wasn't so hard.

Minimum compiler versions

2014-09-17 Thread Nicolás Alvarez
Hello devs, Currently our Policies wiki page[1] says the minimum supported compilers for KF5 are gcc 4.5, clang 3.1 and MSVC 2010. Due to the use of range-based for loops, ThreadWeaver doesn't compile on MSVC2010 or gcc4.5. kcoreaddons doesn't build on gcc 4.5 because it uses nullptr. More