Changes between Version 1 and Version 2 of RFC5


Ignore:
Timestamp:
Mar 24, 2017, 4:15:21 AM (7 years ago)
Author:
mloskot
Comment:

Compilers landscape

Legend:

Unmodified
Added
Removed
Modified
  • RFC5

    v1 v2  
    1111
    1212...long way to go, tbc.
     13
     14== Compilers Landscape ==
     15
     16Summary of compilers supported by GEOS with their minimal versions required to compile source code based on [http://en.cppreference.com/w/cpp/compiler_support C++11 features].
     17
     18* C++11
     19 
     20||GCC  ||4.8.1      || [https://gcc.gnu.org/projects/cxx-status.html#cxx11 C++11 status]     ||
     21||Clang||3.3        || [https://clang.llvm.org/cxx_status.html#cxx11 C++11 status]           ||
     22||MSVC ||12.0 (2013)|| [https://msdn.microsoft.com/en-us/library/hh567368.aspx C++11 status] ||
     23
     24* C++14
     25
     26The C++14 compilers are listed for comparison only:
     27
     28||GCC  ||4.9+ ||
     29||Clang||3.4+ ||
     30||MSVC ||14.0 (2015)||
     31
     32http://en.cppreference.com/w/cpp/compiler_support
     33