| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -12/+16 |
* | runtime/math QA: remove orphaned debug printfs | Marcus Müller | 2021-06-17 | 3 | -35/+0 |
* | global: automatic removal of <cstdio> where unused | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 3 | -3/+0 |
* | runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+ | Marcus Müller | 2021-04-06 | 1 | -7/+6 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 4 | -7/+7 |
* | runtime: simplify math fxpt sine/cosine calculation | Artem Pisarenko | 2021-01-17 | 1 | -16/+4 |
* | runtime: integrate generation of math sine_table.h into build process | Artem Pisarenko | 2021-01-17 | 2 | -1026/+1 |
* | gnuradio-runtime: Fix qa_fast_atan2f test code. | Ron Economos | 2020-11-14 | 1 | -3/+3 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+0 |
* | runtime: Remove most manual memory management | Thomas Habets | 2020-04-11 | 2 | -22/+18 |
* | runtime: Use nanosecond resolution for default random seed | Thomas Habets | 2020-04-10 | 1 | -1/+4 |
* | runtime: Make random seed default to current time, as documented | Thomas Habets | 2020-04-10 | 1 | -1/+1 |
* | gr-digital: Improve Performance of Costas Loop | ghostop14 | 2020-02-14 | 1 | -62/+0 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 12 | -156/+12 |
* | runtime: random facilities use C++11 (minus boost) | Marcus Müller | 2020-01-02 | 1 | -33/+7 |
* | runtime: fix python math script generating wrong sine table | Artem Pisarenko | 2020-01-02 | 1 | -3/+2 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 6 | -13/+13 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 12 | -1719/+1696 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -29/+0 |
* | qa_fxpt: add missing gnuradio/math.include | Andrej Rode | 2018-09-01 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 5 | -23/+29 |
|\ |
|
| * | python: replace unfunctional old_div with functional code | Andrej Rode | 2018-08-17 | 1 | -1/+1 |
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 1 | -2/+4 |
| |\ |
|
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 1 | -2/+4 |
| | |\ |
|
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-06-22 | 2 | -8/+16 |
| | | |\ |
|
| | | * \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-04-15 | 1 | -5/+5 |
| | | |\ \ |
|
| | | * \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-20 | 1 | -5/+6 |
| | | |\ \ \ |
|
| | | * | | | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -2/+4 |
| * | | | | | | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 4 | -21/+28 |
| * | | | | | | fixup! fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-17 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | runtime: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-06-23 | 12 | -396/+85 |
* | | | | | | analog: improve readability of laplacian distribution | Andrej Rode | 2018-03-30 | 1 | -4/+5 |
* | | | | | | analog: remove std::time(0) seed from gr::random if 0 is selected | Andrej Rode | 2018-03-30 | 1 | -3/+6 |
|/ / / / / |
|
* | | | | | Merge branch 'maint' | Martin Braun | 2018-02-03 | 2 | -6/+7 |
|\ \ \ \ \ |
|
| * | | | | | Use type-generic or float versions of cmath functions where appropriate. | Marcus Müller | 2018-02-03 | 1 | -0/+1 |
| * | | | | | Use logf where dealing with single precision floats | Marcus Müller | 2018-02-03 | 1 | -6/+6 |
| | |_|/ /
| |/| | | |
|
* | | | | | Comment typo fixing. | luz.paz | 2018-02-03 | 2 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | gr-runtime-test: changed test memory allocation from stack to help to avoid o... | gnieboer | 2017-06-13 | 2 | -8/+16 |
|/ / / |
|
* | / | runtime: fix qa_fast_atan2f | Andrej Rode | 2017-04-10 | 1 | -5/+5 |
| |/
|/| |
|
* | | fixed gr::random::random::set_integer_limits | Johannes Demel | 2017-03-13 | 1 | -2/+3 |
* | | replaced boost::random::uniform_int_distribution with boost::uniform_int to r... | Johannes Demel | 2017-03-10 | 1 | -4/+4 |
|/ |
|
* | MSVC-specific changes for compatibility | gnieboer | 2016-05-30 | 1 | -1/+1 |
* | random-analog: fixed reseed issue | Johannes Demel | 2015-09-28 | 1 | -7/+15 |
* | random-analog: added new uniform integer distribution source | Johannes Demel | 2015-09-28 | 1 | -1/+20 |
* | add current year to licence header | Stefan | 2015-09-04 | 1 | -1/+1 |
* | remove fixed fixme | Stefan | 2015-09-02 | 1 | -1/+1 |
* | add boost.random as random number generator | Stefan | 2015-09-01 | 1 | -66/+40 |
* | fix wrong laplacian random numbers and add testcase | Stefan | 2015-09-01 | 1 | -20/+3 |
* | do not use deprecated gr_int* types | Jiří Pinkava | 2015-03-29 | 1 | -3/+3 |