Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-17 | Update .gitignore | Eric Blossom | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-15 | add other .i files to EXTRA_DIST so it'll almost distcheck | Rob Savoye | |
2010-11-15 | make howto build the new way | Rob Savoye | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-03-04 | doc fix (in generated file) | Eric Blossom | |
2010-03-04 | Fix distcheck failure in gr-howto-write-a-block | Johnathan Corgan | |
Some of the swig include files were not getting put into the dist tarball | |||
2010-03-04 | Refactor gr-howto-write-a-block such that it no longer installs into | Eric 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-13 | howto: cleanup for merge | Johnathan Corgan | |
2009-11-12 | howto: create howto_swig.*, use constructed Python namespace | Johnathan Corgan | |
2009-11-03 | howto: make swig directory use individual .i files | Johnathan Corgan | |
Removed erroneous files from version control | |||
2009-11-03 | howto: reorganized directory structure | Johnathan Corgan | |
Moved lib to top level Moved python to top level Separated swig generation into new top level directory |