summaryrefslogtreecommitdiff
path: root/gruel/src/lib/pmt/qa_pmt_prims.cc
AgeCommit message (Expand)Author
2012-12-20gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2010-09-11Add support for uint64_t to pmt.Eric Blossom
2010-03-08Replace some calls to pmt constructors with mp(foo) shorthand.Eric Blossom
2010-03-08Convert pmt_dict type into an immutable data structure.Eric Blossom
2009-08-18Add blobs and shorthand pmt pseudo-constructors.Eric Blossom
2009-08-18gruel::send can now send to a pmt.Eric Blossom
2009-08-18QA code now works.Eric Blossom
2009-08-18Add pmt type that wraps a gruel::msg_accepter.Eric Blossom
2009-08-15pmt_write now displays vector and tuple elements.Eric Blossom
2009-08-15Additional QA for tuple.Eric Blossom
2009-08-14Added most of the support for a new PMT type: tuple.Eric Blossom
2009-07-26Merged r11491:11494 from jcorgan/pmt into trunk.jcorgan