summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28integrate container conversion callsJosh Blum
2012-10-27and the reverse operation pmt to pmcJosh Blum
2012-10-27authored a pretty complete pmc_to_pmtJosh Blum
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-14added input fail logic to conditionally accumulateJosh Blum
2012-10-14input_buffer_queues logic cleanup for accumulate implementationJosh Blum
2012-10-13simplfied input queues, WIP, but workingJosh Blum
2012-10-13change to fixed_rate_noutput_to_ninput in block for non fixed ratesJosh Blum
2012-10-13tweaks to forecast exit logicJosh Blum
2012-10-13handle_update_inputs also performs resize, cleanup input fixed rate logicJosh Blum
2012-10-13lots of mini tweaks for QA passing, WIP...Josh Blum
2012-10-12working on qa passing, temp input accumulation logicJosh Blum
2012-10-11some tweaks to the custom allocatorJosh Blum
2012-10-11make use of new yield strategy for framework paramJosh Blum
2012-10-11make use of new message registration macrosJosh Blum
2012-10-10remove unneeded include from install hdrsJosh Blum
2012-10-07removed numanuma dependency, replaced with AllocOnNode headerJosh Blum
We only needed numanuma for allocation, so replace it with this header hopefully theron will have this in the future
2012-10-07updated Theron subproject with fixesJosh Blum
2012-10-07better naive defaults for thread poolJosh Blum
2012-10-06reimplement the output multiple items/work output items calculationsJosh Blum
2012-10-05cleanup task conclusion logicJosh 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-04for loop for any_inputs_done is actually lighter-weightJosh Blum
2012-10-04moved header method implementation into cpp fileJosh Blum
2012-10-04make MY_ALLOCATOR_POOL_SIZE much larger, fail print debugJosh Blum
2012-10-04implementation for the top block global configJosh Blum
2012-10-04Merge branch 'profile_work' into port_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-04created any_inputs_done logic for done logicJosh Blum
2012-10-04replace multiple w/ reserve, dont do multiple calcJosh Blum
2012-10-04work on the set/get input/output per-port configJosh Blum
2012-10-03replace copy with copy_if_different to avoid rebuildsJosh Blum
2012-10-03make use of free alignment macrosJosh Blum
2012-10-02dammit... find and replace did it againJosh Blum
2012-10-02some minor tweaks to the allocatorJosh Blum
2012-10-02register messages, and custom allocator for performanceJosh Blum
2012-10-02ifdef'able hooks for allocation debuggingJosh Blum
2012-10-02added GRAS_DEBUG to be set in Debug modeJosh Blum