summaryrefslogtreecommitdiff
path: root/gr-pager/swig/pager_swig.i
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2011-11-27docs: added python doxygen docs to gr-pagerTom Rondeau
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
2010-11-10add load-extension supportRob Savoye
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'