Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-04 | Updating all of the QA code that I can actually test to work with the new ↵ | Tom Rondeau | |
XML output runners. | |||
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-05-30 | howto: make versioned libraries | Johnathan Corgan | |
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-12 | howto: adds C++ QA code | Johnathan Corgan | |
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 |