summaryrefslogtreecommitdiff
path: root/docs/doxygen/other
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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-032-0/+51
| | | | | | | | | | | | | | | | 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.
* | | Merge branch 'master' into nextTom Rondeau2012-09-033-159/+166
|\| |
| * | docs: reworking doc into one extra dox file for easier linking.Tom Rondeau2012-09-033-159/+166
| | | | | | | | | | | | build_guide was not being found properly. Putting these together fixes that.
* | | docs: fixed doxygen markup issues.Tom Rondeau2012-08-281-1/+1
|/ /
* | Merge branch 'maint'Tom Rondeau2012-06-101-1/+1
|\ \
| * | volk: make sure the alignment call for a block passes at least 1.Tom Rondeau2012-06-101-1/+1
| |/ | | | | | | For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.
* / docs: updating build dependency and building instructions.Tom Rondeau2012-04-221-21/+11
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-136-80/+80
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Fix some minor warnings.Tom Rondeau2012-04-131-1/+1
|
* docs: adding more info to the doxygen manual's build guide.Tom Rondeau2012-04-031-1/+34
|
* Merge branch 'master' into nextJohnathan Corgan2012-03-012-0/+171
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am
| * Merge remote branch 'tom/safe_align'Johnathan Corgan2012-03-012-0/+171
| |\
| | * Merge branch 'master' into safe_alignJohnathan Corgan2012-02-141-8/+0
| | |\ | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
| | * | volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau2012-02-132-0/+171
| | | | | | | | | | | | | | | | to use it.
* | | | Merge branch 'master' into nextTom Rondeau2012-03-011-0/+14
|\| | |
| * | | docs: setting up ability to link to example files in the Doxygen manual. ↵maint-3.5.1Tom Rondeau2012-03-011-0/+14
| | |/ | |/| | | | | | | Using the PFB channelize.py as a test.
* | | Merge branch 'master' into nextTom Rondeau2012-02-141-8/+0
|\| |
| * | docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun2012-02-141-8/+0
| |/
* | Merge branch 'master' into nextTom Rondeau2011-12-301-0/+1
|\| | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * digital: added documentation for SNR estimators; made a Doxygen group for ↵Tom Rondeau2011-12-291-0/+1
| | | | | | | | them. Also set the alpha value to a default of 0.001; most won't need to change this.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-37/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-161-0/+3
|
* docs: updating documentation. More build instructions/information in ↵Tom Rondeau2011-10-212-1/+158
| | | | Doxygen. Added logo to doxygen manual, too.
* Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-3/+0
| | | | Also removes related M4 and dependency requirements for USRP-related libs.
* docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵Tom Rondeau2011-10-143-1/+84
| | | | 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-092-1/+3
|
* docs: adding uhd Doxygen documentation page and README file.Tom Rondeau2011-10-092-0/+2
|
* doc: adding qtgui Doxygen documentation page and a README file.Tom Rondeau2011-10-092-0/+2
|
* 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.
* digital: adding Doxygen group digitalTom Rondeau2011-10-091-0/+1
|
* gcell: removed gcell and gr-gcellTom Rondeau2011-10-081-8/+0
|
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
| | | | | | | | | Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
* Remove omnithreads library.Johnathan Corgan2010-04-264-1145/+1
|
* Regenerate defective omnithread.pdfEric Blossom2010-02-081-0/+0
| | | | Thanks to Dimitris Symeonidis for pointing out the problem and solution.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Doc fixes.eb2009-05-222-6/+19
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* doc fixes! work-in-progresseb2009-05-221-55/+31
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
* Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeseteb2009-05-1410-0/+1806
moves the primary doxygen configuration under the top-level docs directory. It creates a new "docs" top-level component that can be enabled/disabled using the configure --disable-docs option. At this time, the --enable-doxygen option is still required to enable the generation of the doxygen documents. I think the flag should probably be removed, and default to "yes" if we find doxygen on the path. The user can disable the doc generation using --disable-docs if desired. The doxygen config file has been modified such that doxygen is now only run on the C++ sources. No attempt is made to process the python code using doxygen. This results in a less confusing set of docs for the the C++ API. Straightening out the python docs is left for later. Many classes are currently misclassified (\ingroup <wrong>). That will probably require another day of work, that I can't get to right now. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11027 221aa14e-8319-0410-a670-987f0aec2ac5