| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: add CTRLPORT flag to swig defines for ctrlport blocks | Andrej Rode | 2019-03-04 | 1 | -0/+3 |
* | ctrlport-thrift: don't install example .conf to etc, but to docs | Marcus Müller | 2019-03-04 | 2 | -4/+7 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 14 | -537/+209 |
* | Added a bunch of tests that will only work after fixing the pmt bug | Shane | 2019-01-26 | 1 | -0/+69 |
* | pmt: Change explicit numbers to int32 min/max numeric limits in PMT serializa... | Scott Torborg | 2019-01-26 | 1 | -1/+2 |
* | pmt: Add support for serializing/deserializing signed int64s | Scott Torborg | 2019-01-26 | 2 | -8/+16 |
* | C++11: Convert boost::lexical_cast to std::to_string | Marcus Müller | 2018-12-19 | 1 | -6/+6 |
* | runtime: unittest: Remove XML runner | Martin Braun | 2018-12-19 | 3 | -464/+5 |
* | runtime: gr_unittest: Fix Pylint warnings in gr_unittest.py | Martin Braun | 2018-12-19 | 1 | -43/+48 |
* | runtime: Fix tag propagation | Andrej Rode | 2018-11-27 | 1 | -2/+2 |
* | ctrlport: install Python apps as PROGRAMS, not FILES | Michael Dickens | 2018-11-16 | 1 | -1/+1 |
* | runtime: fix use of boost::math::gcd and boost::integer::gcd | Michael Dickens | 2018-11-16 | 1 | -0/+13 |
* | gr-runtime: Improve exception handling in ControlPort Monitor | Brennan Ashton | 2018-11-15 | 5 | -17/+20 |
* | gr-runtime: Properly handle optional support for thrift RPC Transport | Brennan Ashton | 2018-11-15 | 1 | -2/+9 |
* | gr-runtime: Remove dead code from wfm_rcv_pll_to_wav example | Brennan Ashton | 2018-11-15 | 1 | -11/+0 |
* | runtime: circumvent long long, uint64_t problems on 32-bit archs | Andrej Rode | 2018-11-13 | 2 | -3/+8 |
* | ctrlport: gr-perf-monitorx: remove iteritems usage | Brent Stapleton | 2018-11-13 | 1 | -2/+2 |
* | qa_buffer: remove uncesseray BOOST_CHECK for rand1 bounds | Andrej Rode | 2018-11-12 | 1 | -1/+0 |
* | CMake: remove duplicately installed files | Marcus Müller | 2018-11-12 | 1 | -1/+0 |
* | logger: remove duplicate semicolon after macro invocation | Andrej Rode | 2018-11-12 | 1 | -5/+5 |
* | runtime: gr_threading clutch obsolete; remove it and its usage | Marcus Müller | 2018-11-12 | 6 | -1573/+7 |
* | Replace scipy/pylab where numpy/pyplot is sufficient | Marcus Müller | 2018-11-02 | 1 | -8/+3 |
* | Fix invalid escape sequences. | Clayton Smith | 2018-11-01 | 1 | -2/+2 |
* | cmake: Check for successful find of Log4cpp | Brennan Ashton | 2018-10-23 | 1 | -0/+1 |
* | Convert tabs to spaces and fix syntax errors. | Clayton Smith | 2018-10-04 | 1 | -25/+25 |
* | qa_fxpt: add missing gnuradio/math.include | Andrej Rode | 2018-09-01 | 1 | -0/+1 |
* | pmt: Replace QA test framework w/ Boost UTF | Martin Braun | 2018-08-31 | 4 | -101/+400 |
* | Merge remote-tracking branch 'origin/next' into merge_next | Marcus Müller | 2018-08-31 | 145 | -3195/+3380 |
|\ |
|
| * | Killing gengen: Merge branch 'cxx_templates_next' into next | Marcus Müller | 2018-08-29 | 18 | -856/+2710 |
| |\ |
|
| | * | pmt: replace file generation with pre-generated files | Andrej Rode | 2018-08-26 | 15 | -575/+2699 |
| | * | cmake: remove gengen tools | Andrej Rode | 2018-08-26 | 2 | -280/+0 |
| | * | swig: add template block magic | Andrej Rode | 2018-08-25 | 1 | -1/+11 |
| * | | Remove unused posix_memalign implementation | Marcus Müller | 2018-08-27 | 3 | -164/+0 |
| * | | Removed unused `malloc16Aligned` and consorts | Marcus Müller | 2018-08-27 | 3 | -84/+0 |
| * | | Remove unused CMake-time tests | Marcus Müller | 2018-08-27 | 1 | -28/+0 |
| * | | Removed unused complex_vec_test | Marcus Müller | 2018-08-27 | 5 | -159/+0 |
| * | | runtime: replace compile-time debugging option by GR_LOG_DEBUG() | Andrej Rode | 2018-08-26 | 5 | -127/+135 |
| |/ |
|
| * | Fixed out-of-bound vector acces in PMT | Marcus Müller | 2018-08-18 | 2 | -9/+12 |
| * | swig: enable SWIG_PYTHON_CAST_MODE to convert npy int types in py3k | Andrej Rode | 2018-08-18 | 1 | -0/+1 |
| * | python: replace unfunctional old_div with functional code | Andrej Rode | 2018-08-17 | 1 | -1/+1 |
| * | py3k: remove the six.b call since only py2.6 support depends on that | Andrej Rode | 2018-08-17 | 1 | -0/+8 |
| * | ctrlport: Remove superfluous 'import exceptions' | Martin Braun | 2018-07-14 | 2 | -15/+11 |
| * | pmt: Serialize PMTs to byte strings in Python (and vice versa) | Martin Braun | 2018-06-29 | 2 | -1/+42 |
| * | Merge branch 'next_python3' into next | Marcus Müller | 2018-06-25 | 77 | -346/+541 |
| |\ |
|
| | * | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 77 | -346/+541 |
| | |\ |
|
| | | * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-10-05 | 1 | -7/+10 |
| | | |\ |
|
| | | * \ | Merge remote-tracking branch 'github/pr/1464' into python3 | Johnathan Corgan | 2017-09-22 | 1 | -0/+1 |
| | | |\ \ |
|
| | | | * | | swig: Install the py3compat.i module | Sylvain Munaut | 2017-09-11 | 1 | -0/+1 |
| | | * | | | Fix typos from switch to Python 3 | Håkon Vågsether | 2017-08-21 | 2 | -2/+2 |
| | | |/ / |
|
| | | * | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-08-03 | 1 | -0/+5 |
| | | |\ \ |
|