summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2012-11-02mostly python tweaks, mostly happy QAJosh Blum
2012-11-01moved out a bunch of work, rate, fcast logicJosh Blum
2012-11-01building gnuradio, some workaroundsJosh Blum
2012-11-01added deprecated max items interface to tbJosh Blum
2012-10-31created interface file for dealing with io signatureJosh Blum
2012-10-31work on swig and import unit testJosh Blum
2012-10-31build system workJosh Blum
2012-10-28work on stand-alone library buildJosh Blum
2012-10-28Merge branch 'pmc_work'Josh Blum
2012-10-28Merge branch 'rc0_work'Josh Blum
Conflicts: Apology
2012-10-27added support for the real PMC type (stub removed)Josh Blum
need to create conversions still...
2012-10-21getting API read for PMCsJosh Blum
Moved tags API stuff into gr block, specifically the get tags filters. The block class now has a simplified interface for dealing with input and output tags. Dummy typedefs for PMCs Tag class now uses PMCs
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-18put a few more common accessors in block hdrJosh Blum
2012-10-11make use of new yield strategy for framework paramJosh Blum
2012-10-10remove unneeded include from install hdrsJosh Blum
2012-10-06reimplement the output multiple items/work output items calculationsJosh Blum
2012-10-05added global block config for buffer affinityJosh Blum
2012-10-05moved include junk into respective headersJosh Blum
2012-10-05created configurable thread poolJosh Blum
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-04support for maximum_items output port configJosh Blum
2012-10-04swig issues worked out, Work can be work againJosh Blum
2012-10-04Merge branch 'master' into port_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-04work on the set/get input/output per-port configJosh Blum
2012-10-02dammit... find and replace did it againJosh Blum
2012-10-02added GRAS_DEBUG to be set in Debug modeJosh Blum
2012-09-29ported block task and tag handlers to apologyJosh Blum
2012-09-29apology support compiling w/o message handlersJosh Blum
2012-09-28can remove gr_sptr_magic.h, not neededJosh Blum
2012-09-26update some of the sbuffer docstringsJosh Blum
2012-09-20fun with inlinesJosh Blum
2012-09-18created hooks for input buffer allocatorJosh Blum
2012-09-18added hook for custom output buffer allocatorJosh Blum
2012-09-17created write accessors for the work buffersJosh Blum
2012-09-16added disconnect all to hier blockJosh Blum
2012-09-14moved sbuffer deref logic into the cppJosh Blum
2012-09-13added set buffer affinity hook for blocksJosh Blum
2012-09-13Merge branch 'filter_work'Josh Blum
2012-09-13make input history calls and history compat for off by 1 issueJosh 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-13redo gr type compat header, it has 2 purposesJosh Blum
to be included by swig and bring in hpp files and to provide gr_<stdint> typedefs This is for backwards compat since really old blocks use these typedefs (should totally sed these out)
2012-09-12added inlining logic for input queue handlingJosh Blum
2012-09-12added hooks for input buffer inliningJosh Blum
2012-09-11added wait w/ timeout to top block/executorJosh Blum
2012-09-10moved around/tweaking sbuffer codeJosh Blum
2012-09-10use sbuffer directly in the input queues nowJosh Blum