Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-19 | docs: another try/except/rerun spot. | Tom Rondeau | |
2012-01-19 | Merge branch 'nosync' into maint | Tom Rondeau | |
2012-01-16 | docs: another hack to check for errors and retry when building the swigdocs. | Tom Rondeau | |
2012-01-06 | docs: another recheck point in the siwg_doc code. If a parse error happens, ↵ | Tom Rondeau | |
try rereading up to 3 times. | |||
2012-01-03 | build: have swig_doc catch the exception when the xml parsing fails on a ↵ | Tom Rondeau | |
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass... | |||
2012-01-03 | build: not going to work. Removing changes to cmake files and no sync call. | Tom Rondeau | |
2012-01-03 | build: maybe towards a better way of getting Doxygen docstrings to build ↵ | Tom Rondeau | |
with -jN. | |||
2011-12-29 | digital: added documentation for SNR estimators; made a Doxygen group for ↵ | Tom Rondeau | |
them. Also set the alpha value to a default of 0.001; most won't need to change this. | |||
2011-12-04 | Merge branch 'more_swigness_docs' | Tom Rondeau | |
2011-12-01 | docs: fixed Doxyfile to ignore cmake howto directory; enables namespace page ↵ | Tom Rondeau | |
to expose all PMT functions in the manual. | |||
2011-11-28 | docs: removed unused xml-swig; replaced by doxyxml. | Tom Rondeau | |
2011-11-27 | docs: fixing swig Doxygen file to ignore some files in qtgui. | Tom Rondeau | |
2011-11-27 | docs: autotools Makefile.am generates empty swig_docs .i files; builds in ↵ | Tom Rondeau | |
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. | |||
2011-11-26 | docs: don't ignore the entire qtgui directory. | Tom Rondeau | |
2011-11-16 | work on swig docs, added to core and digital | Josh Blum | |
2011-11-16 | docs: grabbed support files from ben's repo and my repo | Josh Blum | |
2011-10-25 | docs: more ignore dirs for Doxygen. | Tom Rondeau | |
2011-10-25 | docs: ignore cmake header files. | Tom Rondeau | |
2011-10-24 | build: better handling of doxygen building and consistency between build tools. | Tom Rondeau | |
2011-10-24 | doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵ | Tom Rondeau | |
markup in internal (non-API) header files. | |||
2011-10-24 | docs: distribute doxygen logo file. | Tom Rondeau | |
2011-10-21 | docs: updating documentation. More build instructions/information in ↵ | Tom Rondeau | |
Doxygen. Added logo to doxygen manual, too. | |||
2011-10-21 | docs: Fixed the include path to always find the right path. | Tom Rondeau | |
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-19 | Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵ | Tom Rondeau | |
(https://www.cgran.org/wiki/simple_ra). | |||
2011-10-14 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-14 | docs: added a page on PFBs and put them in their own doxygen group. Helpful ↵ | Tom Rondeau | |
explination on how to use them and where to find more info. | |||
2011-10-11 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gr-digital/include/digital_constellation.h | |||
2011-10-09 | docs: force a directory to be checked for generated PMT include file to ↵ | Tom Rondeau | |
remove a warning. | |||
2011-10-09 | docs: adding doc directory, Doxygen page, and README for audio package. | Tom Rondeau | |
2011-10-09 | docs: adding uhd Doxygen documentation page and README file. | Tom Rondeau | |
2011-10-09 | doc: adding qtgui Doxygen documentation page and a README file. | Tom Rondeau | |
2011-10-09 | docs: adding README.vocoder and a Doxygen page for the vocoder block. | Tom Rondeau | |
2011-10-09 | docs: This adds documentation to gr-digital in the form of a README.digital ↵ | Tom Rondeau | |
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. | |||
2011-10-09 | digital: adding Doxygen group digital | Tom Rondeau | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | gcell: removed gcell and gr-gcell | Tom Rondeau | |
2011-09-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py | |||
2011-09-26 | docs: fix Doxygen so it gets all generated files in builddir if this is ↵ | Tom Rondeau | |
different than srcdir. | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
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. | |||
2010-11-17 | Keep doxygen 1.7.1 from crashing. | Eric Blossom | |
2010-04-27 | Missed updates for omnithread/mblock removal | Johnathan Corgan | |
2010-04-26 | Remove omnithreads library. | Johnathan Corgan | |
2010-02-08 | Regenerate defective omnithread.pdf | Eric Blossom | |
Thanks to Dimitris Symeonidis for pointing out the problem and solution. | |||
2009-11-12 | howto: move limbo'd docs into toplevel doc dir for preservation | Johnathan Corgan | |
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-22 | Doc fixes. | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-22 | doc fixes! work-in-progress | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5 |