Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update links to https://www.gnuradio.org | Clayton Smith | 2018-10-28 | 1 | -2/+2 |
| | |||||
* | Doxygen: Adding GNU FDL header to Doxygen source files | Ben Hilburn | 2017-03-10 | 1 | -0/+9 |
| | |||||
* | Doxygen: Fixing license notice on Doxygen-generated `index.html`. | Ben Hilburn | 2017-03-10 | 1 | -2/+11 |
| | | | | Also fixed old link to Tom's blog to point to new GNU Radio blog. | ||||
* | docs: Restructured intro page, added some manual pages | Martin Braun | 2014-07-22 | 1 | -493/+10 |
| | |||||
* | documentation - fix example in case anyone gets confused | mi-a | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | runtime: updates prefs to preserve format of preference file options that ↵ | Tom Rondeau | 2014-03-07 | 1 | -11/+22 |
| | | | | are in quotes. | ||||
* | Merge branch 'maint' | Tom Rondeau | 2013-11-23 | 1 | -1/+5 |
|\ | |||||
| * | docs: fixed exploring-gnuradio examples and added to doxygen manual. | Tom Rondeau | 2013-11-23 | 1 | -1/+5 |
| | | |||||
* | | docs: converted doxygen manual to use the new logo. | Tom Rondeau | 2013-11-17 | 1 | -1/+1 |
|/ | |||||
* | cmake: improve OOT projects find the installed GNU Radio. | Tom Rondeau | 2013-09-24 | 1 | -15/+35 |
| | | | | | | | | 1. Do not install FindGnuradio.cmake; everything is done through GnuradioConfig.cmake. 2. Fix a small bug with finding the PMT library if pkg-config is used. 3. Updated the documentation for how to use these tools in the OOT project. | ||||
* | docs: added doc page on Performance Counters. | Tom Rondeau | 2013-07-16 | 1 | -0/+3 |
| | |||||
* | docs: Manual pages for OFDM and packet tx/rx | Martin Braun | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | docs: Added docs for packet transmission | Martin Braun | 2013-05-14 | 1 | -0/+1 |
| | |||||
* | cleaning up files and references to gnuradio-core. | Tom Rondeau | 2013-05-14 | 1 | -3/+3 |
| | |||||
* | Merge branch 'next' into runtime_pimpl | Johnathan Corgan | 2013-05-12 | 1 | -0/+59 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catches up runtime_pimpl branch with changes on next since the initial branch start. Conflicts: gnuradio-runtime/include/gnuradio/constants.h gnuradio-runtime/include/gnuradio/tags.h gnuradio-runtime/include/gr_block_detail.h gnuradio-runtime/include/gr_buffer.h gnuradio-runtime/lib/CMakeLists.txt gnuradio-runtime/lib/gr_block.cc gnuradio-runtime/lib/gr_block_detail.cc gnuradio-runtime/lib/gr_block_executor.cc gnuradio-runtime/lib/gr_buffer.cc gnuradio-runtime/lib/gr_realtime.cc gr-blocks/lib/interleaved_short_to_complex_impl.cc | ||||
| * | Merge branch 'master' into next | Tom Rondeau | 2013-05-07 | 1 | -0/+59 |
| |\ | | | | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| | * | build: fixed GnuradioConfig files for OOTs to use. | Tom Rondeau | 2013-05-07 | 1 | -0/+59 |
| | | | |||||
* | | | runtime: converting runtime core to gr namespace, gnuradio include dir. | Tom Rondeau | 2013-04-29 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-04-01 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_logger.h gr-digital/lib/packet_headergenerator_bb_impl.cc gr-digital/python/ofdm_txrx.py gr-digital/python/qa_ofdm_txrx.py gr-digital/python/qa_packet_headergenerator_bb.py gr-uhd/examples/python/usrp_spectrum_sense.py | ||||
| * | docs: More and better docs for tagged stream blocks (and some childs) | Martin Braun | 2013-04-01 | 1 | -0/+1 |
| | | |||||
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 1 | -3/+3 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 1 | -2/+2 |
| | | | | | | | | moved all refs to gr-blocks. | ||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-03-03 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt | ||||
| * | Merge branch 'master' into gr_log | Tom Rondeau | 2013-03-01 | 1 | -92/+335 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt | ||||
| * \ | Merge branch 'master' into gr_log | Tom Rondeau | 2012-09-06 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt | ||||
| * | | | log: added a macro and routine to set log level from config file. | Tom Rondeau | 2012-06-13 | 1 | -15/+42 |
| | | | | | | | | | | | | | | | | Also worked on documentation of logging features. | ||||
| * | | | log: Restructure config file handling for gr-log. | Tom Rondeau | 2012-06-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The xml config file is installed into prefix/etc/gnuradio. A new LOG section is added to gnuradio-core.conf that has an item log_file to point to the log file to be used. If the log_file is not found, we can now set the file to "" to use the BasicConfigurator for very simple console logging. This is what will be used during 'make test'. In gr_fir_sysconfig_x86.cc, all std::cerr calls are replaced with gr-log to easily turn them on/off. | ||||
| * | | | Fixing up the gr-log capabilities. | Tom Rondeau | 2012-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too. | ||||
| * | | | docs: adding info on gr-log feature. | Tom Rondeau | 2012-06-07 | 1 | -0/+85 |
| | | | | |||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -0/+73 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py | ||||
| * | | | docs: adding section to main page explaining config files. | Tom Rondeau | 2013-02-16 | 1 | -0/+73 |
| | | | | |||||
* | | | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 1 | -13/+14 |
| | | | | | | | | | | | | | | | | Also fixes up some other missing moves. | ||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2012-12-18 | 1 | -0/+6 |
|\| | | | |||||
| * | | | docs: Restructuring main page to point to new pages describing features in GR. | Tom Rondeau | 2012-12-18 | 1 | -0/+6 |
| | | | | |||||
* | | | | analog: removed noise and sig sources from core. | Tom Rondeau | 2012-11-10 | 1 | -9/+9 |
|/ / / | | | | | | | | | | Fixed QA code for components that do not use gr-analog. | ||||
* | | | core: fixed swig file for exporting max/min buffer sizes with port first. | Tom Rondeau | 2012-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | docs: Adding notes discussing how to use new max_output_buffer feature. | Tom Rondeau | 2012-10-03 | 1 | -0/+50 |
| | | | | | | | | | | | | Also sneaking in a new analog group for gr-analog. | ||||
* | | | Merge branch 'max_nout_each' | Tom Rondeau | 2012-10-02 | 1 | -0/+225 |
|\ \ \ | |_|/ |/| | | |||||
| * | | docs: added section explaining the basics of reconfiguring a flowgraph. | Tom Rondeau | 2012-06-04 | 1 | -7/+131 |
| | | | |||||
| * | | docs: added a description of a basic flowgraph to the manual's main page. | Tom Rondeau | 2012-06-04 | 1 | -0/+101 |
| |/ | | | | | | | Also a brief discussion of throughput/latency and how to use the max_noutput_items methods to control them. | ||||
* / | docs: reworking doc into one extra dox file for easier linking. | Tom Rondeau | 2012-09-03 | 1 | -1/+1 |
|/ | | | | build_guide was not being found properly. Putting these together fixes that. | ||||
* | volk: added some documentation to the Doxygen manual explaining Volk and how ↵ | Tom Rondeau | 2012-02-13 | 1 | -0/+10 |
| | | | | to use it. | ||||
* | docs: updating documentation. More build instructions/information in ↵ | Tom Rondeau | 2011-10-21 | 1 | -1/+23 |
| | | | | Doxygen. Added logo to doxygen manual, too. | ||||
* | docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵ | Tom Rondeau | 2011-10-14 | 1 | -1/+1 |
| | | | | explination on how to use them and where to find more info. | ||||
* | docs: adding doc directory, Doxygen page, and README for audio package. | Tom Rondeau | 2011-10-09 | 1 | -1/+2 |
| | |||||
* | docs: adding uhd Doxygen documentation page and README file. | Tom Rondeau | 2011-10-09 | 1 | -0/+1 |
| | |||||
* | doc: adding qtgui Doxygen documentation page and a README file. | Tom Rondeau | 2011-10-09 | 1 | -0/+1 |
| | |||||
* | docs: adding README.vocoder and a Doxygen page for the vocoder block. | Tom Rondeau | 2011-10-09 | 1 | -0/+2 |
| | |||||
* | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | 2011-10-09 | 1 | -0/+2 |
| | | | | and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page. |