Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-12 | gras: jit factory unit test is conditional | Josh Blum | |
2013-08-05 | gras: jit factory use FindProgramByName | Josh Blum | |
2013-08-05 | gras: work on using clang api - but commented out | Josh Blum | |
The last thing missing is that the API use case doesnt automatically have default C++ include paths. | |||
2013-08-01 | gras: jit factory api + unit tests | Josh Blum | |
2013-07-27 | gras: work on module loading and python factory | Josh Blum | |
naming convention, path convention, env var convention, And, make a python factory -- but its a little halfassed. You see, we didnt do the swig director thing yet, so C++ cant yet create python blocks from the factory. | |||
2013-07-25 | gras: make ptree usage optional on old boosts | Josh Blum | |
2013-07-09 | gras: rename props files to calls (for callable work) | Josh Blum | |
2013-07-07 | gras: added module loader | Josh Blum | |
2013-07-07 | gras: created element factory | Josh Blum | |
2013-07-05 | gras: save callable work compiling w/ minor unit test | Josh Blum | |
2013-06-21 | gras: first cut at time tag class | Josh Blum | |
2013-06-08 | gras: update Theron after moving file around | Josh Blum | |
2013-06-06 | gras: filled in code from top config changes | Josh Blum | |
2013-06-03 | props: began work on vector converters | Josh Blum | |
2013-06-01 | gras: created uid API - replaces name and unique_id | Josh Blum | |
2013-06-01 | props: switched input args over to JSON | Josh Blum | |
2013-05-11 | gras: added thread prio support hooks | Josh Blum | |
2013-05-10 | gras: added more theron counters + query work | Josh Blum | |
2013-05-05 | Merge branch 'master' into theron6_work | Josh Blum | |
2013-05-04 | gras: rename to serialize_types.cpp | Josh Blum | |
2013-05-04 | gras: added serialization support for gras types | Josh Blum | |
sbuffer, streamtag, and packetmsg get registered into the polymorphic archive w/ unit tests resolves #65 | |||
2013-04-30 | query: added allocator debug element | Josh Blum | |
2013-04-29 | quick stashies | Josh Blum | |
2013-04-14 | gras: move code into component files | Josh Blum | |
2013-04-10 | gras: formalize the weak container api w/ docs | Josh 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-26 | gras: use json for performance | Josh Blum | |
2013-03-26 | gras: rename stats to query | Josh Blum | |
2013-03-17 | gras: work on C++ API for properties interface | Josh Blum | |
2013-02-27 | gras: revert that, gonna need to file a bug | Josh Blum | |
2013-02-24 | Merge 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-23 | gras: put custom allocator first into the sources list to guarantee precedence | Josh Blum | |
2013-02-17 | gras: added stats for produced/consumed | Josh Blum | |
2012-12-15 | work on the buffer queue api | Josh Blum | |
2012-12-13 | some work on the circular buffer alloc | Josh Blum | |
2012-11-26 | various tweaks for submodule building and msvc | Josh Blum | |
2012-11-13 | explicitly define GRAS_DLL_EXPORTS for library build | Josh Blum | |
2012-11-11 | created pc file pkg config library stuff | Josh Blum | |
2012-11-04 | work on SWIG director block... | Josh Blum | |
2012-11-01 | building gnuradio, some workarounds | Josh Blum | |
2012-10-31 | swig work on top and hier | Josh Blum | |
2012-10-31 | build system work | Josh Blum | |
2012-10-28 | work on stand-alone library build | Josh Blum | |
2012-10-28 | Merge branch 'pmc_work' | Josh Blum | |
2012-10-27 | added support for the real PMC type (stub removed) | Josh Blum | |
need to create conversions still... | |||
2012-10-21 | getting API read for PMCs | Josh 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-11 | make use of new message registration macros | Josh Blum | |
2012-10-07 | removed numanuma dependency, replaced with AllocOnNode header | Josh Blum | |
We only needed numanuma for allocation, so replace it with this header hopefully theron will have this in the future | |||
2012-10-04 | Merge branch 'profile_work' into port_config | Josh Blum | |
2012-10-03 | replace copy with copy_if_different to avoid rebuilds | Josh Blum | |
2012-10-02 | register messages, and custom allocator for performance | Josh Blum | |