summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into nextTom Rondeau2012-01-191-11/+65
|\| |
| * | docs: another try/except/rerun spot.Tom Rondeau2012-01-191-6/+22
| | |
| * | Merge branch 'nosync' into maintTom Rondeau2012-01-191-6/+44
| |\ \ | | |/ | |/|
| | * docs: another hack to check for errors and retry when building the swigdocs.Tom Rondeau2012-01-161-1/+1
| | |
| | * docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau2012-01-061-4/+24
| | | | | | | | | | | | try rereading up to 3 times.
| | * build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau2012-01-031-2/+20
| | | | | | | | | | | | | | | | | | not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
| | * build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau2012-01-031-1/+1
| | |
| | * build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau2012-01-031-1/+1
| | | | | | | | | | | | with -jN.
* | | 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-0819-1474/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-0432-562/+14703
|\
| * docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵Tom Rondeau2011-12-011-2/+4
| | | | | | | | to expose all PMT functions in the manual.
| * docs: removed unused xml-swig; replaced by doxyxml.Tom Rondeau2011-11-287-581/+1
| |
| * docs: fixing swig Doxygen file to ignore some files in qtgui.Tom Rondeau2011-11-271-1/+1
| |
| * docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵Tom Rondeau2011-11-271-2/+2
| | | | | | | | | | | | | | | | autotools and cmake. The autotools build does not auto-generate the Python documentation for each block like we do with the cmake build, but the empty .i files are required to build things regardless. The swig_doc.py and doxyxml files are distributed with the autotools build in case someone wants to generate this on their own (see README.doxyxml for how to do this). Only for gnuradio-core and gr-digital currently.
| * work on swig docs, added to core and digitalJosh Blum2011-11-161-5/+5
| |
| * docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-1627-2/+14721
| |
* | docs: don't ignore the entire qtgui directory.Tom Rondeau2011-11-261-1/+0
|/
* docs: more ignore dirs for Doxygen.Tom Rondeau2011-10-251-0/+1
|
* docs: ignore cmake header files.Tom Rondeau2011-10-251-0/+1
|
* build: better handling of doxygen building and consistency between build tools.Tom Rondeau2011-10-241-0/+1
|
* doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵Tom Rondeau2011-10-241-1/+2
| | | | markup in internal (non-API) header files.
* docs: distribute doxygen logo file.Tom Rondeau2011-10-241-0/+2
|
* docs: updating documentation. More build instructions/information in ↵Tom Rondeau2011-10-214-2/+159
| | | | Doxygen. Added logo to doxygen manual, too.
* docs: Fixed the include path to always find the right path.Tom Rondeau2011-10-211-1/+1
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-35/+1
|\
| * Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-192-33/+1
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
| * Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵Tom Rondeau2011-10-191-2/+0
| | | | | | | | (https://www.cgran.org/wiki/simple_ra).
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-143-1/+84
|\|
| * 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.
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-113-10/+12
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * docs: force a directory to be checked for generated PMT include file to ↵Tom Rondeau2011-10-091-1/+1
| | | | | | | | remove a warning.
| * 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-082-9/+0
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-082-18/+18
| |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-281-1/+1
|\| | | | | | | | | | | Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py
| * docs: fix Doxygen so it gets all generated files in builddir if this is ↵Tom Rondeau2011-09-261-1/+1
| | | | | | | | different than srcdir.
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-202-0/+101
|/
* 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.
* Keep doxygen 1.7.1 from crashing.Eric Blossom2010-11-171-2/+4
|
* Missed updates for omnithread/mblock removalJohnathan Corgan2010-04-271-3/+0
|
* 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.
* howto: move limbo'd docs into toplevel doc dir for preservationJohnathan Corgan2009-11-129-3/+1270
|