Age | Commit message (Expand) | Author |
2012-12-20 | gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular). | Tom Rondeau |
2012-12-19 | gruel: pmt_Xvector_elements can be used in Python to return a Python tuple. | Tom Rondeau |
2012-12-17 | gruel: changing PMT (de)serialize of complex to make more portable (apparentl... | Tom Rondeau |
2012-12-14 | gruel: Enabling serialize/deserialize for PMT vectors. | Tom Rondeau |
2012-12-13 | gruel: allow us to use pmt_init_Xvector methods in python. | Tom Rondeau |
2012-12-07 | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea |
2012-11-29 | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea |
2012-07-03 | Merge branch 'maint' | Johnathan Corgan |
2012-07-03 | swig: added additional swig dependencies gruel/core | Johnathan Corgan |
2012-06-20 | removing debug | Tim O'Shea |
2012-06-20 | bug fixxes to tuple serialize | Tim O'Shea |
2012-06-20 | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea |
2012-06-15 | New Features: | Tim O'Shea |
2012-04-23 | Various fixes for using Python 2.5. | Tom Rondeau |
2012-04-16 | Merge branch 'maint' | Johnathan Corgan |
2012-04-16 | Revert "Merge remote branch 'jblum-github/pmt_set_deleter'" | Johnathan Corgan |
2012-04-16 | Revert "Merge branch 'test/fix-pmt-deleter' into maint" | Johnathan Corgan |
2012-04-15 | Merge branch 'maint' | Johnathan Corgan |
2012-04-15 | pmt: fix segfault in deleter | Johnathan Corgan |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi... | Tom Rondeau |
2012-04-04 | Merge branch 'master' into next | Johnathan Corgan |
2012-04-03 | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum |
2012-04-01 | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau |
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan |
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 |
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 |
2009-08-18 | Add blobs and shorthand pmt pseudo-constructors. | Eric Blossom |
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 |
2009-08-15 | Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git | Johnathan Corgan |
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 |
2009-08-14 | Applied patch c1258.diff from Stephan Bruns (ticket:359) | Johnathan Corgan |
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git |
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 |
2009-07-26 | Merged r11491:11494 from jcorgan/pmt into trunk. | jcorgan |