Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | 2010-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | howto: added howto application | Johnathan Corgan | 2009-11-12 | 4 | -0/+436 |