Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Remove the sphinx manual | Marc L | 2020-01-02 | 29 | -2727/+0 |
| | | | | | Going forward, everything manual-related will be consolidated into the Doxygen manual, or the wiki. | ||||
* | Purge gr-comedi and all references to it from mainline GNU Radio | Marcus Müller | 2019-07-17 | 2 | -8/+0 |
| | | | | | This includes the gr-comedi/ subdirectory, the build infrastructure and CMake modules referencing Comedi, and the documentation. | ||||
* | gr-analog: sig source byte support mode, added qa tests #1994 | Eral Tuerkyilmaz | 2019-04-19 | 2 | -0/+2 |
| | |||||
* | docs: sphinx: removed video_sdl blocks so sphinx builds | Marc Lichtman | 2018-11-12 | 2 | -17/+0 |
| | |||||
* | removed pkt.py and docs to that | Marcus Müller | 2018-08-27 | 2 | -4/+0 |
| | |||||
* | Remove all examples depending on and references to message_s{ource,ink} | Marcus Müller | 2018-08-27 | 2 | -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üller | 2018-08-23 | 2 | -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. | ||||
* | renamed fractional_{resampler|interpolator} to mmse_ | Marcus Müller | 2017-08-18 | 2 | -10/+10 |
| | |||||
* | docs: fix stray references to pager, fcd, and noaa | Johnathan Corgan | 2017-04-18 | 2 | -47/+1 |
| | |||||
* | digital: remove deprecated mpsk_receiver block | Johnathan Corgan | 2016-11-12 | 2 | -2/+0 |
| | |||||
* | wxgui: removed | Johnathan Corgan | 2016-09-08 | 3 | -26/+0 |
| | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2016-08-01 | 2 | -0/+2 |
|\ | |||||
| * | tcp_server_sink: generate documentation | Jiří Pinkava | 2016-06-29 | 2 | -0/+2 |
| | | |||||
* | | Merge branch 'remove-noaa' into next | Johnathan Corgan | 2016-06-06 | 1 | -8/+0 |
|\ \ | |||||
| * | | noaa: remove for 3.8 release | Johnathan Corgan | 2016-06-06 | 1 | -8/+0 |
| |/ | |||||
* / | fcd: remove for 3.8 release | Johnathan Corgan | 2016-06-06 | 1 | -6/+0 |
|/ | |||||
* | docs: Reviving Python manual. | Tom Rondeau | 2015-08-17 | 106 | -2435/+2463 |
| | | | | | | | | | | | | | | | | I'd like to only produce a single manual, and the Sphinx docs take too much manual labor to keep up-to-date. Still, there is a lot of useful tools and classes only in Python that need to be exposed in a manual, so this is the quickest way to get there. This flattens the sphinx documentation structure so each component has a <component>_blocks.rst where the actual GNU Radio blocks are managed and a <component>.rst for any other non-block or Python-only code (hier_block2, functions, and classes). The new flattened file structure should make it easier to update, but the index.rst should have some work done to make structure information better. | ||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 7 | -21/+21 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | docs: Netwrok -> Network (satisfy OCD) | Martin Braun | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | docs: Removing gr-shd from sphinx docs. | Ben Reynwar | 2013-06-07 | 2 | -10/+0 |
| | |||||
* | sphinx: Completed pmt docs. | Ben Reynwar | 2013-05-29 | 18 | -146/+553 |
| | |||||
* | sphinx_docs: Fixes to remove build warnings. | Ben Reynwar | 2013-05-10 | 5 | -16/+24 |
| | |||||
* | sphinx: Add start of pmt sphinx docs. Tidied gr sphinx docs. | Ben Reynwar | 2013-04-27 | 7 | -59/+256 |
| | |||||
* | sphinx: Added gr-shd to sphinx docs. | Ben Reynwar | 2013-04-26 | 2 | -0/+10 |
| | |||||
* | sphinx: Added sphinx source for gr-filter. | Ben Reynwar | 2013-04-26 | 6 | -0/+92 |
| | |||||
* | sphinx: Added sphinx source for gr-channels, gr-comedi, gr-fcd, gr-fec. | Ben Reynwar | 2013-04-26 | 5 | -0/+39 |
| | |||||
* | sphinx: Added sphinx source for gr-analog. | Ben Reynwar | 2013-04-26 | 8 | -0/+211 |
| | |||||
* | sphinx: Added sphinx source for gr-blocks. | Ben Reynwar | 2013-04-26 | 21 | -0/+729 |
| | |||||
* | sphinx-docs: Minor updates to sphinx documentation. | Ben Reynwar | 2013-04-07 | 2 | -2/+0 |
| | |||||
* | sphinx-docs: Updating sphinx docs for move of gnuradio.window to ↵ | Ben Reynwar | 2013-04-06 | 4 | -48/+23 |
| | | | | gnuradio.fft.window. | ||||
* | docs: Updating sphinx docs. | Ben Reynwar | 2013-04-02 | 14 | -162/+133 |
| | |||||
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-18 | 2 | -0/+31 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/ofdm/ofdm_bugsquatch.py gr-digital/include/digital/scale_tags.h gr-digital/include/digital/tagged_stream_check.h gr-digital/include/digital/ts_insert_zeros_cc.h gr-digital/python/qa_ofdm_sync_sc_cfb.py gr-digital/python/qa_scale_tags.py gr-digital/python/qa_ts_insert_zeros.py gr-digital/swig/digital_swig.i | ||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2013-03-18 | 2 | -1/+10 |
| |\ | |||||
| | * | sphinx docs: Adding more classes to uhd sphinx docs. | Ben Reynwar | 2013-03-18 | 2 | -1/+10 |
| | | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2013-03-18 | 2 | -0/+22 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-digital/lib/scale_tags_impl.cc gr-digital/lib/tagged_stream_check_impl.cc gr-digital/lib/ts_insert_zeros_cc_impl.cc gr-digital/python/qa_scale_tags.py gr-digital/python/qa_ts_insert_zeros.py gr-digital/swig/digital_swig.i | ||||
| | * | docs: Adding gr-uhd to sphinx docs. | Ben Reynwar | 2013-03-18 | 2 | -0/+22 |
| | | | |||||
* | | | blocks: removing lfsr and friends from core; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 3 | -14/+0 |
| | | | |||||
* | | | core: removing blocks: align_on_samplenumbers, check_counting_s, ↵ | Tom Rondeau | 2013-03-17 | 4 | -30/+0 |
| | | | | | | | | | | | | fake_channel_coder, iqcomp, ofdm_bpsk_demapper, ofdm_frame_sink, pa_2x2_phase_combiner. | ||||
* | | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 5 | -46/+0 |
|/ / | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 3 | -4/+0 |
| | | |||||
* | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 3 | -8/+0 |
| | | | | | | | | moved all refs to gr-blocks. | ||||
* | | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 3 | -4/+0 |
| | | | | | | | | in gr-blocks. | ||||
* | | blocks: removing bin_statistics_f from core; now in gr-blocks. | Tom Rondeau | 2013-03-07 | 2 | -2/+0 |
| | | |||||
* | | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 3 | -42/+0 |
| | | |||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 2 | -24/+0 |
| | | |||||
* | | core: removing goertzel and fft implementations from core; see gr-fft. | Tom Rondeau | 2013-03-06 | 3 | -104/+0 |
| | | | | | | | | Also cleaning up some other leftovers. | ||||
* | | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 5 | -29/+0 |
| | | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold. | Tom Rondeau | 2013-03-02 | 3 | -18/+1 |
| | | |||||
* | | blocks: removing (un)pack_k_bits from gnuradio-core. | Tom Rondeau | 2013-02-27 | 2 | -2/+0 |
| | | |||||
* | | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 2 | -4/+0 |
| | |