Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-30 | gras: switched grextras to grex repo | 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-04 | gras: jit factory automatically adds GRAS_ROOT include path | Josh Blum | |
2013-08-01 | gras: require cmake 2.8 | Josh Blum | |
2013-08-01 | gras: update grextras submodule for awesome work | Josh Blum | |
2013-07-28 | gras: squashed tool work with changes | Josh Blum | |
2013-07-17 | gras: module loading is recursive and takes files | Josh Blum | |
2013-07-14 | gras: update submodules | Josh Blum | |
2013-07-10 | gras: ptree to pmc try max width fixed int | Josh Blum | |
long long has pretty bad swig wrapping, its easier to use fixed width int64s for now. | |||
2013-07-08 | gras: python tweaks from last commits | Josh Blum | |
2013-07-08 | gras: update submodule commit grextras | Josh Blum | |
2013-07-06 | gras: getattr makes python so smart | Josh Blum | |
2013-07-06 | gras: locate_element since now elements have calls | Josh Blum | |
2013-07-05 | gras: save callable work before we tear up more | Josh Blum | |
2013-07-03 | gras: use safe as in the property interface | Josh Blum | |
2013-06-27 | gras: found this nifty little package argument | Josh Blum | |
2013-06-26 | gras: messing with imports | Josh Blum | |
2013-06-25 | gras: do path fix for imports in init.py | Josh Blum | |
2013-06-25 | gras: fix from last nights swig fun | Josh Blum | |
2013-06-24 | gras: update submodules for swig fun | Josh Blum | |
2013-06-23 | gras: update grextras submodule for fix | Josh Blum | |
2013-06-23 | gras: PMC and serialization hooks for Tag type | Josh Blum | |
2013-06-22 | gras: various fixes for new time tag class | Josh Blum | |
2013-06-22 | gras: use inline queue for post output buffer | Josh Blum | |
* simplifies logic * fixes bug #103 An assertion fires if multiple post output buffers are used per work(). This could be fixed in the future if its truely needed. | |||
2013-06-21 | gras: update submodules for type over isinstance registry | Josh Blum | |
2013-06-20 | gras: work on goddamn done logic | Josh Blum | |
How blocks mark themselves done has been one of the most annoying things in this development. This done logic is only valuable for QA tests, it doesnt even exist in the practical use case. How it works now: * blocks mark done when sync inputs are done or all inputs are done * removed the force_done input config, its no longer needed * the wait() implementation gives blocks a grace period between an input becoming done and the block itself becoming done. After the grace period, the block is forced done. | |||
2013-06-17 | gras: pythonic improvements to sbuffer | Josh Blum | |
2013-06-16 | gras: update submodule for fixes + pkt work | Josh Blum | |
2013-06-16 | gras: update grextras submodule for fix | Josh Blum | |
2013-06-16 | gras: also set num_output_items_read in post_output_buffer | Josh Blum | |
2013-06-15 | gras: update submodules | Josh Blum | |
2013-06-13 | gras: update submodule for volk include dir ordering | Josh Blum | |
2013-06-05 | gras: created duck typed API for posting msgs | Josh Blum | |
Uses templates and template overloads in c++ User python duck typing in the python case. Cleans up post for #84 | |||
2013-06-01 | grextras: updated submodule for clang work | Josh Blum | |
2013-05-28 | gras: update grextras submodule for grc xml | Josh Blum | |
2013-05-27 | gras: update the pop_input_msg documentation | Josh Blum | |
2013-05-27 | gras: update grextras submodule for clang support | Josh Blum | |
2013-05-27 | gras: update submodules | Josh Blum | |
2013-05-26 | gras: updated submodules | Josh Blum | |
2013-05-21 | gras: use new PMC serialization API | Josh Blum | |
2013-05-16 | gras: update submodules for awesome work | Josh Blum | |
2013-05-09 | gras: updated submodules | Josh Blum | |
2013-05-07 | gras: create common gras/exception.i header | Josh Blum | |
fix other misc swig warnings | |||
2013-05-06 | gras: update submodules commit foo | Josh Blum | |
2013-05-05 | gras: update grextras submodule for fixes and serialization work | Josh Blum | |
2013-05-04 | gras: update submodules for windows fixes | Josh Blum | |
2013-05-04 | gras: implement force done input port option | Josh Blum | |
fixes #28 | |||
2013-05-02 | gras: inline the sbuffer deref code | Josh Blum | |
2013-05-02 | gras: update grextras for opencl fixes | Josh Blum | |
2013-05-01 | gras: update submodules for fixes | Josh Blum | |