summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-27added support for the real PMC type (stub removed)Josh Blum
2012-10-21getting API read for PMCsJosh Blum
2012-10-21moved commit and deprecated lock/unlock into hier blockJosh Blum
2012-10-18put a few more common accessors in block hdrJosh 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
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
2012-09-13redo gr type compat header, it has 2 purposesJosh Blum
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
2012-09-10switch to using sbuffer in gras implJosh Blum
2012-09-10copied tsbe buffer to sbuffer in this projectJosh Blum
2012-09-10created gras.hpp header for common defsJosh Blum
2012-09-07added check topology hooks and overloadJosh Blum
2012-09-05dont need extra copies of these files, use them from gnuradioJosh Blum
2012-09-03create default works for gr sync and blockJosh Blum
2012-09-03created shared_to_element and use shared_from_thisJosh Blum
2012-09-03top and hier block brought into pythonJosh Blum
2012-08-29removed runtime api header (using element.hpp)Josh Blum
2012-08-28token work w/ messages to implement finite runsJosh Blum
2012-08-27runtime: other changes to work with minimal core changesJosh Blum