Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -4/+4 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -13/+6 |
| | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | 2010-03-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | 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: add GRC wrappers to squaring blocks | Johnathan Corgan | 2009-11-12 | 4 | -0/+67 |