Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-20 | gruel: API declaration macros for gruel class and function symbols | Josh Blum | |
2011-07-20 | gr: replaced uses of snprintf with boost format in common code build by MSVC | Josh Blum | |
2011-03-14 | gruel: SWIGing Gruel into Python to access PMTs. | Tom Rondeau | |
2011-02-02 | gruel: generate pmt_serial_tags with python, removes guile dependency | Josh Blum | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-09-11 | Add support for uint64_t to pmt. | Eric Blossom | |
2010-03-08 | Replace some calls to pmt constructors with mp(foo) shorthand. | Eric Blossom | |
2010-03-08 | Convert pmt_dict type into an immutable data structure. | Eric Blossom | |
This change allows us to safely pass dicts in messages. | |||
2009-08-18 | Add blobs and shorthand pmt pseudo-constructors. | Eric Blossom | |
blobs == Binary Large Object. Very handy for passing around uninterpreted data. The shorthand constructors were implemented by overloading the pmt_t mp(foo) function in the pmt namespace. I originally called "mp" "pmt", but that caused a conflict with the pmt namespace. | |||
2009-08-18 | gruel::send can now send to a pmt. | Eric Blossom | |
2009-08-18 | QA code now works. | Eric Blossom | |
2009-08-18 | Add pmt type that wraps a gruel::msg_accepter. | Eric Blossom | |
QA code doesn't link because pmt depends on msg and vice versa | |||
2009-08-15 | Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git | Johnathan Corgan | |
This is work in progress on the message passing implementation. Passes distcheck. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | |||
2009-08-15 | pmt_write now displays vector and tuple elements. | Eric Blossom | |
2009-08-15 | Additional QA for tuple. | Eric Blossom | |
2009-08-14 | Added most of the support for a new PMT type: tuple. | Eric Blossom | |
More QA code coming soon. | |||
2009-08-14 | Applied patch c1258.diff from Stephan Bruns (ticket:359) | Johnathan Corgan | |
This patch changes pmt_t to use boost intrusive pointers. Patch was modified to apply to new pmt location since the original patch was created, and add missing include file. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-13 | Added git ignore files auto created from svn:ignore properties. | git repository hosting | |
2009-07-27 | Fix for test_pmt when using --with-boost=<foo> | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11504 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-26 | Merged r11491:11494 from jcorgan/pmt into trunk. | jcorgan | |
Moves pmt types functions into pmt:: from gruel:: Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11495 221aa14e-8319-0410-a670-987f0aec2ac5 |