summaryrefslogtreecommitdiff
path: root/gr-pager/swig
AgeCommit message (Collapse)Author
2010-11-03Merge branch 'grorg-master'Ben Reynwar
2010-11-03Generation of python docstrings from doxygen xml.Ben Reynwar
swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs.
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-02-18Fix linker path in gr-pagerJohnathan Corgan
2009-11-03Directory reorganization to newer layoutJohnathan Corgan
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python'