discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Run graph/ scheduler overhead


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Run graph/ scheduler overhead
Date: Mon, 13 Jul 2015 09:08:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 12.07.2015 15:13, Dennis Glatting wrote:
> 3) I am compiling using -std=c++11 against g++ 4.9, the stock compiler.
> I am using some of c++11's keywords and constructs. I suspect this is
> part of the problem however removing it will require work. I remember
> reading somewhere "c++11 IS NOT supported" but nowhere did it say it
> won't work.
> 
> 4) I am NOT using boost, rather I am using standard data structures
> (e.g., vector<tuple<FOO>>). I am also using high level math, such as
> std::log10() and std::pow(). 

I think Nathan has you covered on the important stuff, but just to
clarify: Using C++11 (and thus dropping Boost) shouldn't be a problem,
but we can't do that inside GNU Radio, because we have a list of minimum
compiler versions we support. So, by "not supported" we mean "you can't
write patches against GNU Radio using C++11". And yeah, that sucks, but
c'est la vie.

M




reply via email to

[Prev in Thread] Current Thread [Next in Thread]