summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtime: remove gr::sys_priMarcus Müller2018-03-224-108/+0
* Merge branch 'fix_cmake_cxx_standard' of https://github.com/noc0lour/gnuradio...Marcus Müller2018-03-2262-1513/+1557
|\
| * math: replace M_PI and derivatives with GR_M_PI definesAndrej Rode2018-02-1752-1111/+1149
| * fixup! fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-173-5/+5
| * cmake: unify set() -> SET()Andrej Rode2018-02-171-51/+51
| * fixup! cmake: C++11 is required for all, remove special caseAndrej Rode2018-02-171-1/+1
| * cmake: turn off C/CXX extensions by defaultAndrej Rode2018-02-071-0/+3
| * cmake: C++11 is required for all, remove special caseAndrej Rode2018-02-071-13/+1
| * fec: convert viterbi sub-library to valid C++ in correct namespaceAndrej Rode2018-02-0710-339/+354
* | purge boost/math/special_functions/erf.hppJohannes Demel2018-03-042-19/+16
* | cleanup: add missing includes + reorder qtgui includes correctlyAndrej Rode2018-03-0451-39/+126
* | Add .clang-format fileMartin Braun2018-03-031-0/+20
* | Change input by output in brief descriptionsUnknown2018-03-021-3/+3
* | fec: update VOLK API callJohannes Demel2018-03-011-1/+1
* | VOLK: updated submodule pointer to tip of gnuradio/volk/masterMarcus Müller2018-02-221-0/+0
* | Removing building-boost README: no longer necessary, out of placeMarcus Müller2018-02-121-74/+0
* | file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-088-256/+453
* | qa_file_source_sink.py: create file_source after file has been populatedJeff Long2018-02-081-9/+8
|/
* blocks: hier_block2 now throws RuntimeError instead of ValueError on misuseAndrej Rode2018-02-061-14/+14
* cleanup: remove dynamic exception specificationsAndrej Rode2018-02-0617-32/+32
* modtool: Replace globals().values() with ModTool.__subclasses__()Martin Braun2018-02-031-1/+1
* Merge branch 'master' into nextMartin Braun2018-02-03245-487/+509
|\
| * Merge branch 'maint'Martin Braun2018-02-0316-58/+85
| |\
| | * cmake: dont remove coverage fragmentsAndrej Rode2018-02-031-1/+1
| | * cmake: run coverage on failed tests & exclude swig generated code and qa_*Andrej Rode2018-02-032-2/+2
| | * fixup! fixup! Use type-generic or float versions of cmath functions where app...Marcus Müller2018-02-032-3/+3
| | * fixup! Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-1/+1
| | * Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-035-25/+29
| | * Use logf where dealing with single precision floatsMarcus Müller2018-02-031-6/+6
| | * docs: Add missing information on usage of produce()/consume()rear10192018-02-031-3/+13
| | * Replaced redmine URLs.Marcus Müller2018-02-034-8/+19
| | * wiki URL fixes, moving log4cpp to mandatory depsMarcus Müller2018-02-031-9/+5
| | * fixed redmine Wiki URL to Pybombs (by removal); added strong suggestion to up...Marcus Müller2018-02-031-4/+10
| | * utils: gr_modtool template uses 'numpy.float' which defaults to double-precis...Jacob Gilbert2018-02-031-2/+2
| * | digital: replace 'and', 'or', 'not' with &&, ||, ! respectivelyPiotr Krysik2018-02-036-35/+35
| * | socket_pdu_impl: garbage collect closed tcp_connectionsJeff Long2018-02-032-0/+13
| * | Comment typo fixing.luz.paz2018-02-03198-289/+289
| * | block.h: update documentation on general_work return valueJeff Long2018-02-031-5/+17
| * | gnuradio-runtime: Optimize some buffer[_reader]_sptr grabs and releasesAndy Walls2018-02-033-36/+66
| * | Adding readline capabilities to gr_modtoolMarcus Müller2018-02-033-9/+42
| * | Making gr_modtool start faster by avoiding to iterate over all globalsMarcus Müller2018-02-031-2/+2
| * | qtgui: Expose qt time sink stem plot optionDerek Kozel2018-02-031-0/+18
| * | Removed Some Extra Blank Lines in README.building-boost.Dhruvadityamittal2018-02-031-6/+3
| * | digital: Fix 16-QAM decoding in constellation objectGarrett Vanhoy2018-02-031-1/+1
| * | digital: Replace 'import *' lines with explicit importsaidan2018-02-033-5/+5
| * | Add CI status and version shields to readmeSebastian Müller2018-02-031-0/+2
| * | Rename subdir doc to docs where appropriateBogdan Radulescu2018-02-0360-14/+14
* | | Merge branch 'master' into nextJohnathan Corgan2017-10-0518-150/+277
|\| |
| * | Merge remote-tracking branch 'github/pr/1479'Johnathan Corgan2017-10-051-0/+1
| |\ \
| | * | gr-digital: Install example symbol_sync_test_float_ted_gain.m fileAndy Walls2017-10-041-0/+1