Commit Graph

10 Commits

Author SHA1 Message Date
Moritz Bunkus
a2456c1bb6 build system: don't test for -std=c++1y
This won't do what I think it does with clang 3.3: it doesn't seem to
turn on the C++11 features.
2015-03-25 12:20:32 +01:00
Moritz Bunkus
8f7a5b73b1 refactoring: test, fallback impl. for std::make_unique and use it 2015-03-24 21:43:48 +01:00
Moritz Bunkus
4f116a93b5 build system: test for -std=c++14 2015-03-24 17:04:35 +01:00
Moritz Bunkus
e41c70f1e3 refactoring: prefer alias declarations to typedefs 2015-03-24 16:31:52 +01:00
Moritz Bunkus
5b887990ca build system: use -std=c++11 instead of -std=c++0x if the compiler supports it 2013-10-26 18:50:15 +02:00
Moritz Bunkus
84b114fd5c Check for C++11 feature std::tuple 2012-03-31 19:28:21 +02:00
Moritz Bunkus
69fa4eb808 Require C++11 feature "initializer lists" 2012-03-17 10:15:46 +01:00
Moritz Bunkus
62bdf273e5 nRequire C++11 feature 'nullptr' 2012-03-07 20:42:33 +01:00
Moritz Bunkus
9c049e834e Don't test for the initialization list C++11 feature 2011-10-30 20:35:23 +01:00
Moritz Bunkus
b0e96e3b5d Test for support for required C++11 features 2011-10-23 14:03:37 +02:00