| Commit message (Expand) | Author | Age | Files | Lines |
* | blocks: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-06-21 | 19 | -675/+157 |
* | cmake: Add option for Boost UTF-based C++ unit tests | Martin Braun | 2018-06-21 | 2 | -0/+24 |
* | digital: header_buffer: Add missing stdlib.h | Martin Braun | 2018-06-21 | 1 | -0/+1 |
* | digital: qa_packet_format fix conditionals to wait for messages | Andrej Rode | 2018-06-20 | 1 | -3/+3 |
* | Changed KHz to kHz in the Audio S{ource|ink} GRC block def | Marcus Müller | 2018-06-20 | 2 | -12/+12 |
* | Added XML header strings to make the generated SVG work standalone in browsers | Marcus Müller | 2018-06-20 | 1 | -1/+5 |
* | increased PEP compliance of fsm_utils | Marcus Müller | 2018-06-20 | 1 | -95/+82 |
* | Ensure that stdint is found in float_array_to_int | Peter Horvath | 2018-06-07 | 1 | -0/+5 |
* | CHANGELOG: int limits, UB in float_to_comple, cosine QA, gr_modtool rm autocomp | Marcus Müller | 2018-05-31 | 1 | -0/+9 |
* | Removed hardcoded value | soggysec | 2018-05-31 | 1 | -3/+3 |
* | Fixing the MIN_INT to be actual MIN_INT | soggysec | 2018-05-31 | 1 | -1/+1 |
* | move declaration to case | Douglas Weber | 2018-05-27 | 1 | -2/+4 |
* | runtime: dummy use argument to make some compiler happy | Michael Dickens | 2018-05-26 | 1 | -1/+2 |
* | fec: change modes on header to remove +x | Michael Dickens | 2018-05-26 | 1 | -0/+0 |
* | UHD: Allow uhd_app to handle all LOs external | Derek Kozel | 2018-05-26 | 1 | -8/+10 |
* | uhd: Expand uhd_siggen_gui tuning range | Derek Kozel | 2018-05-19 | 1 | -4/+4 |
* | gr-newmod: Pylint fixes in python scripts | Swapnil Negi | 2018-04-28 | 2 | -91/+90 |
* | gr_modtool rm: block candidates | Swapnil Negi | 2018-04-28 | 1 | -1/+13 |
* | Improved documentation for FFT block. | Maximilian Stiefel | 2018-04-28 | 2 | -5/+64 |
* | grc: fix grid_pos eval | Sebastian Koslowski | 2018-04-28 | 1 | -9/+13 |
* | Added repeated fixing of QT GUI hinting to Changelog | Marcus Müller | 2018-04-28 | 1 | -1/+1 |
* | grc: make values of param type gui_hint callable again | Sebastian Koslowski | 2018-04-24 | 1 | -3/+14 |
* | added GRC fix, boost 1.67 compat, Clang regex to changelog | Marcus Müller | 2018-04-18 | 1 | -0/+9 |
* | Boost 1.67 compatibility | ilovezfs | 2018-04-18 | 3 | -4/+4 |
* | grc: fix param tooltip error (don't use string/$string) | Sebastian Koslowski | 2018-04-18 | 1 | -2/+2 |
* | cmake: use MATCHES for "Clang", not STREQUAL | Michael Dickens | 2018-04-07 | 1 | -3/+3 |
* | Update volk submodule instructions to work correctly | Paul Wicks | 2018-04-07 | 1 | -1/+1 |
* | modtool: Pylint error fixes | Swapnil Negi | 2018-04-06 | 9 | -112/+105 |
* | Added qa test for complex cosine | Gregory Eslinger | 2018-04-05 | 1 | -0/+14 |
* | Release 3.7.12.0. Change to semver 3.7.12.0.v3.7.12.0 | Marcus Müller | 2018-03-30 | 2 | -6/+2 |
* | CHANGELOG.md: add to docs install target | Marcus Müller | 2018-03-30 | 1 | -1/+1 |
* | added CHANGELOG in new format | Marcus Müller | 2018-03-30 | 2 | -137/+163 |
* | Merge branch 'maint' through 'last_merge_to_master' | Marcus Müller | 2018-03-30 | 44 | -187/+477 |
|\ |
|
| * | blocks: replace rand48 with xoroshiro closes #1671 | Andrej Rode | 2018-03-30 | 3 | -22/+6 |
| * | analog: improve readability of laplacian distribution | Andrej Rode | 2018-03-30 | 1 | -4/+5 |
| * | analog: improve fastnoise qa | Andrej Rode | 2018-03-30 | 4 | -1/+29 |
| * | analog: remove std::time(0) seed from gr::random if 0 is selected | Andrej Rode | 2018-03-30 | 1 | -3/+6 |
| * | split reproducibility into types | Andrej Rode | 2018-03-30 | 1 | -2/+3 |
| * | analog: rework qa_fastnoise, add reproducibility test | Andrej Rode | 2018-03-30 | 1 | -43/+72 |
| * | Fix typos in PFB docs. | Clayton Smith | 2018-03-30 | 7 | -26/+26 |
| * | runtime: py_feval now includes Python.h | Marcus Müller | 2018-03-30 | 1 | -0/+1 |
| * | runtime: proper visibility for gr::sys_pri constants | Marcus Müller | 2018-03-30 | 1 | -5/+5 |
| * | Converted fastnoise_source from rand() to xoroshiro128+ | Marcus Müller | 2018-03-30 | 2 | -19/+12 |
| * | Added XOROSHIRO128+ implementation | Marcus Müller | 2018-03-30 | 1 | -0/+103 |
| * | added unit testing for statistical properties of fastnoise source. | Marcus Müller | 2018-03-30 | 1 | -13/+51 |
| * | digital: d_setlock mutex around modification of symbol LUT | Marcus Müller | 2018-03-30 | 1 | -19/+11 |
| * | grc: Escape xml chars in category names so that they display correctly in too... | Paul Wicks | 2018-03-30 | 1 | -1/+2 |
| * | [grc] refactor #1418 | Sebastian Koslowski | 2018-03-30 | 1 | -74/+68 |
| * | moves gui_hint logic into parsing function, removes GuiHint class from Param.... | Spencer Ross | 2018-03-30 | 20 | -135/+154 |
| * | Fixes #1297, adds grc gui_hint collision detection | Spencer Ross | 2018-03-30 | 1 | -22/+106 |