summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/python
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.
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-02-22howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau
making it's own howto module not under gnuradio.
2011-02-22howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau
imported from gnuradio.
2010-12-03Fix EXTRA_DIST in gr-howto-write-a-blockEric Blossom
2010-11-24Major 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-05-16howto: fix make check for win32, darwin (untested)Don Ward
2010-03-04Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom
the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto
2009-11-13howto: cleanup for mergeJohnathan Corgan
2009-11-12howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan
2009-11-03howto: make swig directory use individual .i filesJohnathan Corgan
Removed erroneous files from version control
2009-11-03howto: reorganized directory structureJohnathan Corgan
Moved lib to top level Moved python to top level Separated swig generation into new top level directory