summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math
Commit message (Expand)AuthorAgeFilesLines
* runtime: pep8 formattingJosh Morman2021-11-241-12/+16
* runtime/math QA: remove orphaned debug printfsMarcus Müller2021-06-173-35/+0
* global: automatic removal of <cstdio> where unusedMarcus Müller2021-06-171-1/+0
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-173-3/+0
* runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+Marcus Müller2021-04-061-7/+6
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-194-7/+7
* runtime: simplify math fxpt sine/cosine calculationArtem Pisarenko2021-01-171-16/+4
* runtime: integrate generation of math sine_table.h into build processArtem Pisarenko2021-01-172-1026/+1
* gnuradio-runtime: Fix qa_fast_atan2f test code.Ron Economos2020-11-141-3/+3
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* runtime: Remove most manual memory managementThomas Habets2020-04-112-22/+18
* runtime: Use nanosecond resolution for default random seedThomas Habets2020-04-101-1/+4
* runtime: Make random seed default to current time, as documentedThomas Habets2020-04-101-1/+1
* gr-digital: Improve Performance of Costas Loopghostop142020-02-141-62/+0
* Update license header to SPDX formatdevnulling2020-01-2712-156/+12
* runtime: random facilities use C++11 (minus boost)Marcus Müller2020-01-021-33/+7
* runtime: fix python math script generating wrong sine tableArtem Pisarenko2020-01-021-3/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-096-13/+13
* Tree: clang-format without the include sortingMarcus Müller2019-08-0912-1719/+1696
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-29/+0
* qa_fxpt: add missing gnuradio/math.includeAndrej Rode2018-09-011-0/+1
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-315-23/+29
|\
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-1/+1
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-251-2/+4
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-241-2/+4
| | |\
| | | * Merge branch 'next' into python3Johnathan Corgan2017-06-222-8/+16
| | | |\
| | | * \ Merge branch 'next' into python3Johnathan Corgan2017-04-151-5/+5
| | | |\ \
| | | * \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-201-5/+6
| | | |\ \ \
| | | * | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-2/+4
| * | | | | | math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-174-21/+28
| * | | | | | fixup! fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-171-1/+1
| |/ / / / /
* | | | | | runtime: Replace QA test framework w/ Boost UTFMartin Braun2018-06-2312-396/+85
* | | | | | analog: improve readability of laplacian distributionAndrej Rode2018-03-301-4/+5
* | | | | | analog: remove std::time(0) seed from gr::random if 0 is selectedAndrej Rode2018-03-301-3/+6
|/ / / / /
* | | | | Merge branch 'maint'Martin Braun2018-02-032-6/+7
|\ \ \ \ \
| * | | | | Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-0/+1
| * | | | | Use logf where dealing with single precision floatsMarcus Müller2018-02-031-6/+6
| | |_|/ / | |/| | |
* | | | | Comment typo fixing.luz.paz2018-02-032-2/+2
| |_|_|/ |/| | |
* | | | gr-runtime-test: changed test memory allocation from stack to help to avoid o...gnieboer2017-06-132-8/+16
|/ / /
* | / runtime: fix qa_fast_atan2fAndrej Rode2017-04-101-5/+5
| |/ |/|
* | fixed gr::random::random::set_integer_limitsJohannes Demel2017-03-131-2/+3
* | replaced boost::random::uniform_int_distribution with boost::uniform_int to r...Johannes Demel2017-03-101-4/+4
|/
* MSVC-specific changes for compatibilitygnieboer2016-05-301-1/+1
* random-analog: fixed reseed issueJohannes Demel2015-09-281-7/+15
* random-analog: added new uniform integer distribution sourceJohannes Demel2015-09-281-1/+20
* add current year to licence headerStefan2015-09-041-1/+1
* remove fixed fixmeStefan2015-09-021-1/+1
* add boost.random as random number generatorStefan2015-09-011-66/+40
* fix wrong laplacian random numbers and add testcaseStefan2015-09-011-20/+3
* do not use deprecated gr_int* typesJiří Pinkava2015-03-291-3/+3