[MERGED] osmo-trx[master]: build: Require and check for gcc C++11 support

2017-06-14 Thread Tom Tsou
Tom Tsou has submitted this change and it was merged. Change subject: build: Require and check for gcc C++11 support .. build: Require and check for gcc C++11 support It is now 2017. We can and should be able to use C++11 featu

osmo-trx[master]: build: Require and check for gcc C++11 support

2017-06-12 Thread Tom Tsou
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/2869 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I96477e4125390b17b43a3705bb1daf98fa01c9bb Gerrit-PatchSet: 1 Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit

osmo-trx[master]: build: Require and check for gcc C++11 support

2017-06-11 Thread Harald Welte
Patch Set 1: Code-Review+1 I'm always on the conservative side here. For me, the absolute minimum requirement is to build on debian stable, which ships gcc-4.9.2. Oldstable would be a plus, which would be gcc-4.7.2. According to http://en.cppreference.com/w/cpp/compiler_support most C++11 fe

[PATCH] osmo-trx[master]: build: Require and check for gcc C++11 support

2017-06-09 Thread Tom Tsou
Review at https://gerrit.osmocom.org/2869 build: Require and check for gcc C++11 support It is now 2017. We can and should be able to use C++11 features now. Change-Id: I96477e4125390b17b43a3705bb1daf98fa01c9bb Signed-off-by: Tom Tsou --- A config/ax_cxx_compile_stdcxx.m4 A config/ax_cxx_comp