summaryrefslogtreecommitdiff
path: root/include/gnuradio/gr_top_block.h
AgeCommit message (Collapse)Author
2012-10-28work on stand-alone library buildJosh Blum
2012-10-21moved commit and deprecated lock/unlock into hier blockJosh Blum
it can now be called from within a hier block once the design has been committed
2012-10-04moved header method implementation into cpp fileJosh Blum
2012-10-04implementation for the top block global configJosh Blum
2012-10-04replaced top block set_buffer_hint with global configJosh Blum
2012-10-04updated to latest subprojects, got compilingJosh Blum
due to the return 0 fix, interruptible threads are now optional, and by defualt off added empty hooks for max/min buffer stuff so its compiling...
2012-10-02dammit... find and replace did it againJosh Blum
2012-09-13use gnuradio even for gr_ prefixed headersJosh Blum
this allows someone to include the old headers without gnuradio being also in the include path
2012-09-10created gras.hpp header for common defsJosh Blum
2012-08-29removed runtime api header (using element.hpp)Josh Blum
2012-08-26runtime: work on unit testsJosh Blum
2012-08-26runtime: library compiling (missing syms, duh)Josh Blum