summaryrefslogtreecommitdiff
path: root/gnuradio-runtime
Commit message (Expand)AuthorAgeFilesLines
* cmake: add CTRLPORT flag to swig defines for ctrlport blocksAndrej Rode2019-03-041-0/+3
* ctrlport-thrift: don't install example .conf to etc, but to docsMarcus Müller2019-03-042-4/+7
* cmake: Update to modern CMake usageAndrej Rode2019-03-0414-537/+209
* Added a bunch of tests that will only work after fixing the pmt bugShane2019-01-261-0/+69
* pmt: Change explicit numbers to int32 min/max numeric limits in PMT serializa...Scott Torborg2019-01-261-1/+2
* pmt: Add support for serializing/deserializing signed int64sScott Torborg2019-01-262-8/+16
* C++11: Convert boost::lexical_cast to std::to_stringMarcus Müller2018-12-191-6/+6
* runtime: unittest: Remove XML runnerMartin Braun2018-12-193-464/+5
* runtime: gr_unittest: Fix Pylint warnings in gr_unittest.pyMartin Braun2018-12-191-43/+48
* runtime: Fix tag propagationAndrej Rode2018-11-271-2/+2
* ctrlport: install Python apps as PROGRAMS, not FILESMichael Dickens2018-11-161-1/+1
* runtime: fix use of boost::math::gcd and boost::integer::gcdMichael Dickens2018-11-161-0/+13
* gr-runtime: Improve exception handling in ControlPort MonitorBrennan Ashton2018-11-155-17/+20
* gr-runtime: Properly handle optional support for thrift RPC TransportBrennan Ashton2018-11-151-2/+9
* gr-runtime: Remove dead code from wfm_rcv_pll_to_wav exampleBrennan Ashton2018-11-151-11/+0
* runtime: circumvent long long, uint64_t problems on 32-bit archsAndrej Rode2018-11-132-3/+8
* ctrlport: gr-perf-monitorx: remove iteritems usageBrent Stapleton2018-11-131-2/+2
* qa_buffer: remove uncesseray BOOST_CHECK for rand1 boundsAndrej Rode2018-11-121-1/+0
* CMake: remove duplicately installed filesMarcus Müller2018-11-121-1/+0
* logger: remove duplicate semicolon after macro invocationAndrej Rode2018-11-121-5/+5
* runtime: gr_threading clutch obsolete; remove it and its usageMarcus Müller2018-11-126-1573/+7
* Replace scipy/pylab where numpy/pyplot is sufficientMarcus Müller2018-11-021-8/+3
* Fix invalid escape sequences.Clayton Smith2018-11-011-2/+2
* cmake: Check for successful find of Log4cppBrennan Ashton2018-10-231-0/+1
* Convert tabs to spaces and fix syntax errors.Clayton Smith2018-10-041-25/+25
* qa_fxpt: add missing gnuradio/math.includeAndrej Rode2018-09-011-0/+1
* pmt: Replace QA test framework w/ Boost UTFMartin Braun2018-08-314-101/+400
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-31145-3195/+3380
|\
| * Killing gengen: Merge branch 'cxx_templates_next' into nextMarcus Müller2018-08-2918-856/+2710
| |\
| | * pmt: replace file generation with pre-generated filesAndrej Rode2018-08-2615-575/+2699
| | * cmake: remove gengen toolsAndrej Rode2018-08-262-280/+0
| | * swig: add template block magicAndrej Rode2018-08-251-1/+11
| * | Remove unused posix_memalign implementationMarcus Müller2018-08-273-164/+0
| * | Removed unused `malloc16Aligned` and consortsMarcus Müller2018-08-273-84/+0
| * | Remove unused CMake-time testsMarcus Müller2018-08-271-28/+0
| * | Removed unused complex_vec_testMarcus Müller2018-08-275-159/+0
| * | runtime: replace compile-time debugging option by GR_LOG_DEBUG()Andrej Rode2018-08-265-127/+135
| |/
| * Fixed out-of-bound vector acces in PMTMarcus Müller2018-08-182-9/+12
| * swig: enable SWIG_PYTHON_CAST_MODE to convert npy int types in py3kAndrej Rode2018-08-181-0/+1
| * python: replace unfunctional old_div with functional codeAndrej Rode2018-08-171-1/+1
| * py3k: remove the six.b call since only py2.6 support depends on thatAndrej Rode2018-08-171-0/+8
| * ctrlport: Remove superfluous 'import exceptions'Martin Braun2018-07-142-15/+11
| * pmt: Serialize PMTs to byte strings in Python (and vice versa)Martin Braun2018-06-292-1/+42
| * Merge branch 'next_python3' into nextMarcus Müller2018-06-2577-346/+541
| |\
| | * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2477-346/+541
| | |\
| | | * Merge branch 'next' into python3Johnathan Corgan2017-10-051-7/+10
| | | |\
| | | * \ Merge remote-tracking branch 'github/pr/1464' into python3Johnathan Corgan2017-09-221-0/+1
| | | |\ \
| | | | * | swig: Install the py3compat.i moduleSylvain Munaut2017-09-111-0/+1
| | | * | | Fix typos from switch to Python 3Håkon Vågsether2017-08-212-2/+2
| | | |/ /
| | | * | Merge branch 'next' into python3Johnathan Corgan2017-08-031-0/+5
| | | |\ \