summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-10-01revert buffer queue changes, unknown issueJosh Blum
2012-10-01switch to fixed size queue to avoid runtime allocsJosh Blum
2012-09-30created a bitset wrapper w/ all() routineJosh Blum
as it turns out ~ was making a new bitset and a malloc just make some common code to avoid the reuse
2012-09-29delete vector utils header, this is only for topology_handler nowJosh Blum
2012-09-29minor changes and updated submodule apology commitJosh Blum
2012-09-29create IO subscriber bitset for tracking doneJosh Blum
2012-09-29fix for the tokens, were going the wrong directionJosh Blum
2012-09-29gnuradio core mostly passing with apology fixesJosh Blum
2012-09-29some tweaks, split block handlers into two filesJosh Blum
2012-09-29ported block task and tag handlers to apologyJosh Blum
2012-09-29ported input and output port handlers to apologyJosh Blum
2012-09-29ported allocator and block handler 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-28started apology integration, removed tsbeJosh Blum
2012-09-26update some of the sbuffer docstringsJosh Blum
2012-09-25still hate history, time dilation, this is betterJosh Blum
2012-09-24smaller buffers seems to make qa tests fasterJosh Blum
2012-09-24must have forgotten important tsbe commitJosh Blum
2012-09-24restore history residual code to escape mini buffsJosh Blum
2012-09-23store the container sptr in tsbe topologyJosh Blum