summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-06-08gras: update Theron after moving file aroundJosh Blum
2013-06-06gras: filled in code from top config changesJosh Blum
2013-06-03props: began work on vector convertersJosh Blum
2013-06-01gras: created uid API - replaces name and unique_idJosh Blum
2013-06-01props: switched input args over to JSONJosh Blum
2013-05-11gras: added thread prio support hooksJosh Blum
2013-05-10gras: added more theron counters + query workJosh Blum
2013-05-05Merge branch 'master' into theron6_workJosh Blum
2013-05-04gras: rename to serialize_types.cppJosh Blum
2013-05-04gras: added serialization support for gras typesJosh Blum
sbuffer, streamtag, and packetmsg get registered into the polymorphic archive w/ unit tests resolves #65
2013-04-30query: added allocator debug elementJosh Blum
2013-04-29quick stashiesJosh Blum
2013-04-14gras: move code into component filesJosh Blum
2013-04-10gras: formalize the weak container api w/ docsJosh Blum
address issue #69, we now have a set_container call, which is now formally part of the api. Anyone can call set_container for custom container types. GRAS supports shared ptr and pyobject out of the box.
2013-03-26gras: use json for performanceJosh Blum
2013-03-26gras: rename stats to queryJosh Blum
2013-03-17gras: work on C++ API for properties interfaceJosh Blum
2013-02-27gras: revert that, gonna need to file a bugJosh Blum
2013-02-24Merge branch 'stats'Josh Blum
Conflicts: grextras include/gras/top_block.hpp lib/block_handlers.cpp lib/block_task.cpp lib/element_impl.hpp tests/CMakeLists.txt
2013-02-23gras: put custom allocator first into the sources list to guarantee precedenceJosh Blum
2013-02-17gras: added stats for produced/consumedJosh Blum
2012-12-15work on the buffer queue apiJosh Blum
2012-12-13some work on the circular buffer allocJosh Blum
2012-11-26various tweaks for submodule building and msvcJosh Blum
2012-11-13explicitly define GRAS_DLL_EXPORTS for library buildJosh Blum
2012-11-11created pc file pkg config library stuffJosh Blum
2012-11-04work on SWIG director block...Josh Blum
2012-11-01building gnuradio, some workaroundsJosh Blum
2012-10-31swig work on top and hierJosh 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-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-11make use of new message registration macrosJosh 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-04Merge branch 'profile_work' into port_configJosh Blum
2012-10-03replace copy with copy_if_different to avoid rebuildsJosh Blum
2012-10-02register messages, and custom allocator for performanceJosh Blum
2012-10-02added GRAS_DEBUG to be set in Debug modeJosh 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-28started apology integration, removed tsbeJosh Blum
2012-09-18bring in theron and tsbe as submodulesJosh Blum
2012-09-13added a static print when debug asserts are enabledJosh Blum
2012-09-10copied tsbe buffer to sbuffer in this projectJosh Blum
2012-09-05dont need extra copies of these files, use them from gnuradioJosh Blum