summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-134-20/+20
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0812-465/+70
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Updating copyright.Tom Rondeau2011-01-221-1/+1
|
* cleanup mkdir usage with boost filesystem:Josh Blum2011-01-181-4/+1
| | | | | | | | | | Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
* Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau2010-10-041-2/+9
| | | | XML output runners.
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-032-4/+4
|
* howto: make versioned librariesJohnathan Corgan2010-05-301-2/+1
|
* Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom2010-03-041-16/+16
| | | | | | | | | | | | | | | | | 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: adds C++ QA codeJohnathan Corgan2009-11-129-2/+304
|
* howto: reorganized directory structureJohnathan Corgan2009-11-036-0/+398
Moved lib to top level Moved python to top level Separated swig generation into new top level directory