| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: remove gr::sys_pri | Marcus Müller | 2018-03-22 | 4 | -108/+0 |
* | Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio... | Marcus Müller | 2018-03-22 | 62 | -1513/+1557 |
|\ |
|
| * | math: replace M_PI and derivatives with GR_M_PI defines | Andrej Rode | 2018-02-17 | 52 | -1111/+1149 |
| * | fixup! fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-17 | 3 | -5/+5 |
| * | cmake: unify set() -> SET() | Andrej Rode | 2018-02-17 | 1 | -51/+51 |
| * | fixup! cmake: C++11 is required for all, remove special case | Andrej Rode | 2018-02-17 | 1 | -1/+1 |
| * | cmake: turn off C/CXX extensions by default | Andrej Rode | 2018-02-07 | 1 | -0/+3 |
| * | cmake: C++11 is required for all, remove special case | Andrej Rode | 2018-02-07 | 1 | -13/+1 |
| * | fec: convert viterbi sub-library to valid C++ in correct namespace | Andrej Rode | 2018-02-07 | 10 | -339/+354 |
* | | purge boost/math/special_functions/erf.hpp | Johannes Demel | 2018-03-04 | 2 | -19/+16 |
* | | cleanup: add missing includes + reorder qtgui includes correctly | Andrej Rode | 2018-03-04 | 51 | -39/+126 |
* | | Add .clang-format file | Martin Braun | 2018-03-03 | 1 | -0/+20 |
* | | Change input by output in brief descriptions | Unknown | 2018-03-02 | 1 | -3/+3 |
* | | fec: update VOLK API call | Johannes Demel | 2018-03-01 | 1 | -1/+1 |
* | | VOLK: updated submodule pointer to tip of gnuradio/volk/master | Marcus Müller | 2018-02-22 | 1 | -0/+0 |
* | | Removing building-boost README: no longer necessary, out of place | Marcus Müller | 2018-02-12 | 1 | -74/+0 |
* | | file_source: add optional offset (in items) and len (in items) | Jeff Long | 2018-02-08 | 8 | -256/+453 |
* | | qa_file_source_sink.py: create file_source after file has been populated | Jeff Long | 2018-02-08 | 1 | -9/+8 |
|/ |
|
* | blocks: hier_block2 now throws RuntimeError instead of ValueError on misuse | Andrej Rode | 2018-02-06 | 1 | -14/+14 |
* | cleanup: remove dynamic exception specifications | Andrej Rode | 2018-02-06 | 17 | -32/+32 |
* | modtool: Replace globals().values() with ModTool.__subclasses__() | Martin Braun | 2018-02-03 | 1 | -1/+1 |
* | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 245 | -487/+509 |
|\ |
|
| * | Merge branch 'maint' | Martin Braun | 2018-02-03 | 16 | -58/+85 |
| |\ |
|
| | * | cmake: dont remove coverage fragments | Andrej Rode | 2018-02-03 | 1 | -1/+1 |
| | * | cmake: run coverage on failed tests & exclude swig generated code and qa_* | Andrej Rode | 2018-02-03 | 2 | -2/+2 |
| | * | fixup! fixup! Use type-generic or float versions of cmath functions where app... | Marcus Müller | 2018-02-03 | 2 | -3/+3 |
| | * | fixup! Use type-generic or float versions of cmath functions where appropriate. | Marcus Müller | 2018-02-03 | 1 | -1/+1 |
| | * | Use type-generic or float versions of cmath functions where appropriate. | Marcus Müller | 2018-02-03 | 5 | -25/+29 |
| | * | Use logf where dealing with single precision floats | Marcus Müller | 2018-02-03 | 1 | -6/+6 |
| | * | docs: Add missing information on usage of produce()/consume() | rear1019 | 2018-02-03 | 1 | -3/+13 |
| | * | Replaced redmine URLs. | Marcus Müller | 2018-02-03 | 4 | -8/+19 |
| | * | wiki URL fixes, moving log4cpp to mandatory deps | Marcus Müller | 2018-02-03 | 1 | -9/+5 |
| | * | fixed redmine Wiki URL to Pybombs (by removal); added strong suggestion to up... | Marcus Müller | 2018-02-03 | 1 | -4/+10 |
| | * | utils: gr_modtool template uses 'numpy.float' which defaults to double-precis... | Jacob Gilbert | 2018-02-03 | 1 | -2/+2 |
| * | | digital: replace 'and', 'or', 'not' with &&, ||, ! respectively | Piotr Krysik | 2018-02-03 | 6 | -35/+35 |
| * | | socket_pdu_impl: garbage collect closed tcp_connections | Jeff Long | 2018-02-03 | 2 | -0/+13 |
| * | | Comment typo fixing. | luz.paz | 2018-02-03 | 198 | -289/+289 |
| * | | block.h: update documentation on general_work return value | Jeff Long | 2018-02-03 | 1 | -5/+17 |
| * | | gnuradio-runtime: Optimize some buffer[_reader]_sptr grabs and releases | Andy Walls | 2018-02-03 | 3 | -36/+66 |
| * | | Adding readline capabilities to gr_modtool | Marcus Müller | 2018-02-03 | 3 | -9/+42 |
| * | | Making gr_modtool start faster by avoiding to iterate over all globals | Marcus Müller | 2018-02-03 | 1 | -2/+2 |
| * | | qtgui: Expose qt time sink stem plot option | Derek Kozel | 2018-02-03 | 1 | -0/+18 |
| * | | Removed Some Extra Blank Lines in README.building-boost. | Dhruvadityamittal | 2018-02-03 | 1 | -6/+3 |
| * | | digital: Fix 16-QAM decoding in constellation object | Garrett Vanhoy | 2018-02-03 | 1 | -1/+1 |
| * | | digital: Replace 'import *' lines with explicit imports | aidan | 2018-02-03 | 3 | -5/+5 |
| * | | Add CI status and version shields to readme | Sebastian Müller | 2018-02-03 | 1 | -0/+2 |
| * | | Rename subdir doc to docs where appropriate | Bogdan Radulescu | 2018-02-03 | 60 | -14/+14 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2017-10-05 | 18 | -150/+277 |
|\| | |
|
| * | | Merge remote-tracking branch 'github/pr/1479' | Johnathan Corgan | 2017-10-05 | 1 | -0/+1 |
| |\ \ |
|
| | * | | gr-digital: Install example symbol_sync_test_float_ted_gain.m file | Andy Walls | 2017-10-04 | 1 | -0/+1 |