summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/main_page.dox
Commit message (Collapse)AuthorAgeFilesLines
* Update links to https://www.gnuradio.orgClayton Smith2018-10-281-2/+2
|
* Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-101-0/+9
|
* Doxygen: Fixing license notice on Doxygen-generated `index.html`.Ben Hilburn2017-03-101-2/+11
| | | | Also fixed old link to Tom's blog to point to new GNU Radio blog.
* docs: Restructured intro page, added some manual pagesMartin Braun2014-07-221-493/+10
|
* documentation - fix example in case anyone gets confusedmi-a2014-04-211-2/+2
|
* runtime: updates prefs to preserve format of preference file options that ↵Tom Rondeau2014-03-071-11/+22
| | | | are in quotes.
* Merge branch 'maint'Tom Rondeau2013-11-231-1/+5
|\
| * docs: fixed exploring-gnuradio examples and added to doxygen manual.Tom Rondeau2013-11-231-1/+5
| |
* | docs: converted doxygen manual to use the new logo.Tom Rondeau2013-11-171-1/+1
|/
* cmake: improve OOT projects find the installed GNU Radio.Tom Rondeau2013-09-241-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 Rondeau2013-07-161-0/+3
|
* docs: Manual pages for OFDM and packet tx/rxMartin Braun2013-05-151-0/+1
|
* docs: Added docs for packet transmissionMartin Braun2013-05-141-0/+1
|
* cleaning up files and references to gnuradio-core.Tom Rondeau2013-05-141-3/+3
|
* Merge branch 'next' into runtime_pimplJohnathan Corgan2013-05-121-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 nextTom Rondeau2013-05-071-0/+59
| |\ | | | | | | | | | | | | Conflicts: CMakeLists.txt
| | * build: fixed GnuradioConfig files for OOTs to use.Tom Rondeau2013-05-071-0/+59
| | |
* | | runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-2/+2
|/ /
* | Merge branch 'master' into nextTom Rondeau2013-04-011-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 Braun2013-04-011-0/+1
| |
* | blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-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 Rondeau2013-03-101-2/+2
| | | | | | | | moved all refs to gr-blocks.
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-061-2/+3
| |
* | Merge branch 'master' into nextTom Rondeau2013-03-031-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_logTom Rondeau2013-03-011-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_logTom Rondeau2012-09-061-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 Rondeau2012-06-131-15/+42
| | | | | | | | | | | | | | | | Also worked on documentation of logging features.
| * | | log: Restructure config file handling for gr-log.Tom Rondeau2012-06-111-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 Rondeau2012-06-081-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 Rondeau2012-06-071-0/+85
| | | |
* | | | Merge branch 'master' into nextTom Rondeau2013-02-171-0/+73
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py
| * | | docs: adding section to main page explaining config files.Tom Rondeau2013-02-161-0/+73
| | | |
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-211-13/+14
| | | | | | | | | | | | | | | | Also fixes up some other missing moves.
* | | | Merge branch 'master' into nextTom Rondeau2012-12-181-0/+6
|\| | |
| * | | docs: Restructuring main page to point to new pages describing features in GR.Tom Rondeau2012-12-181-0/+6
| | | |
* | | | analog: removed noise and sig sources from core.Tom Rondeau2012-11-101-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 Rondeau2012-10-031-1/+1
| | |
* | | docs: Adding notes discussing how to use new max_output_buffer feature.Tom Rondeau2012-10-031-0/+50
| | | | | | | | | | | | Also sneaking in a new analog group for gr-analog.
* | | Merge branch 'max_nout_each'Tom Rondeau2012-10-021-0/+225
|\ \ \ | |_|/ |/| |
| * | docs: added section explaining the basics of reconfiguring a flowgraph.Tom Rondeau2012-06-041-7/+131
| | |
| * | docs: added a description of a basic flowgraph to the manual's main page.Tom Rondeau2012-06-041-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 Rondeau2012-09-031-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 Rondeau2012-02-131-0/+10
| | | | to use it.
* docs: updating documentation. More build instructions/information in ↵Tom Rondeau2011-10-211-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 Rondeau2011-10-141-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 Rondeau2011-10-091-1/+2
|
* docs: adding uhd Doxygen documentation page and README file.Tom Rondeau2011-10-091-0/+1
|
* doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau2011-10-091-0/+1
|
* docs: adding README.vocoder and a Doxygen page for the vocoder block.Tom Rondeau2011-10-091-0/+2
|
* docs: This adds documentation to gr-digital in the form of a README.digital ↵Tom Rondeau2011-10-091-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.