summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| | * pmt: replace file generation with pre-generated filesAndrej Rode2018-08-261-4/+0
| | |
| | * cmake: remove gengen toolsAndrej Rode2018-08-261-2/+0
| | |
| | * trellis: replace gengen with C++ templatesAndrej Rode2018-08-261-4/+0
| | |
| | * filter: replace gengen with C++ templatesAndrej Rode2018-08-251-4/+0
| | |
| | * digital: replace gengen with C++ templatesAndrej Rode2018-08-251-4/+0
| | |
| | * blocks: replace gengen with C++ templatesAndrej Rode2018-08-251-8/+0
| | |
| * | removed pkt.py and docs to thatMarcus Müller2018-08-272-4/+0
| | |
| * | Remove all examples depending on and references to message_s{ource,ink}Marcus Müller2018-08-272-4/+0
| |/ | | | | | | | | | | | | | | | | Fixes #1024. Note that this only removes non-functional code which should have been removed when message_s{ink,ource} were removed. This also means that we'll need new narrowband examples (#1958).
| * Delete deprecated (q)d/qpsk and qam python hier blocks.Marcus Müller2018-08-232-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1081. These blocks were just overly specific wrappers for RRC + constellation decoders/encoders. With the nice constellation objects, no need to keep these around. Note that they are still in use as *possible* constellations (runtime-detected) in examples like narrowband/tunnel.py, but reducing these in functionality is inavoidable at this point. Progress of updating them is tracked in #1956.
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2423-415/+446
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py
| | * Merge branch 'next' into python3Johnathan Corgan2017-10-051-50/+46
| | |\
| | * \ Merge remote-tracking branch 'github/pr/1435' into python3Johnathan Corgan2017-09-222-2/+2
| | |\ \
| | | * | Fix typos from switch to Python 3Håkon Vågsether2017-08-212-2/+2
| | | | |
| | * | | Merge branch 'next' into python3Johnathan Corgan2017-09-221-109/+127
| | |\ \ \
| | * \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-08-272-10/+10
| | |\ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | Conflicts: volk
| | * | | | Merge branch 'next' into python3Johnathan Corgan2017-08-034-27/+26
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: grc/core/Param.py grc/gui/Application.py grc/gui/NotebookPage.py
| | * \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-235-69/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-121-0/+0
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-04-101-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-261-6/+0
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-262-12/+26
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt
| | * \ \ \ \ \ \ \ \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-1625-4/+717
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py
| | * | | | | | | | | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2623-415/+446
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into nextMartin Braun2018-02-039-22/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-10-051-50/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/CMakeLists.txt gr-uhd/lib/usrp_source_impl.cc gr-uhd/lib/usrp_source_impl.h
| * | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-09-221-109/+127
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | renamed fractional_{resampler|interpolator} to mmse_Marcus Müller2017-08-182-10/+10
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-08-034-27/+26
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | docs: fix stray references to pager, fcd, and noaaJohnathan Corgan2017-04-185-69/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-04-121-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-04-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'gnuradio-github/pr/1248' into nextJohnathan Corgan2017-03-261-6/+0
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | doc: log4cpp is mandatory nowBastian Bloessl2017-03-221-6/+0
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge branch 'min_deps_master' into min_deps_nextMartin Braun2017-03-262-12/+26
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-03-1525-4/+717
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2017-02-261-0/+137
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-02-261-119/+106
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-02-261-0/+178
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-11-222-24/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | digital: remove deprecated mpsk_receiver blockJohnathan Corgan2016-11-122-2/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | tools, docs: replace OptionParser by ArgumentParserJiří Pinkava2016-09-201-31/+25
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | wxgui: removedJohnathan Corgan2016-09-086-34/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into next with default strategyNathan West2016-08-141-0/+68
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-033-19/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
| * | | | | | | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2016-08-012-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-07-022-0/+296
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-06-251-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-06-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/lib/qa_atsci_fake_single_viterbi.cc gr-atsc/lib/qa_atsci_single_viterbi.cc
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'remove-noaa' into nextJohnathan Corgan2016-06-061-8/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | noaa: remove for 3.8 releaseJohnathan Corgan2016-06-061-8/+0
| | | | | | | | | | | | | | | | | | | |