summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/lib
AgeCommit message (Collapse)Author
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
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.
2010-10-04Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau
XML output runners.
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-05-30howto: make versioned librariesJohnathan Corgan
2010-03-04Refactor gr-howto-write-a-block such that it no longer installs intoEric 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-12howto: adds C++ QA codeJohnathan Corgan
2009-11-03howto: reorganized directory structureJohnathan Corgan
Moved lib to top level Moved python to top level Separated swig generation into new top level directory