Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12-03 | Docs: Fixing Doxygen markup for missing constructor parameters. | Tom Rondeau | |
2012-11-30 | core: gr_blocks can now have only message ports with no general_work() | Tim O'Shea | |
* msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC | |||
2012-11-29 | core: adding msg_connect, updating msg interface, adding symbolic block names | Tim O'Shea | |
2012-10-01 | gruel: added unsigned long long int support to the PMT sugar functions. | Tom Rondeau | |
2012-06-22 | gruel: removed inet.h from install headers | Nicholas Corgan | |
2012-06-22 | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | |
2012-04-16 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-16 | Revert "Merge remote branch 'jblum-github/pmt_set_deleter'" | Johnathan Corgan | |
This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2. | |||
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-04 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-03 | pmt: added advanded pmt_set_deleter (c++ only) | Josh Blum | |
2012-01-17 | Merge branch 'master' into next | Johnathan Corgan | |
2012-01-17 | gruel: hrt under bsd should use clock gettime | Josh Blum | |
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-11-03 | gruel: added missing check GR_HAVE_NETINET_IN | Josh Blum | |
2011-11-01 | high_res_timer: Fix high_res_timer_now() for E100. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-08-17 | Merge branch 'next' into digital | Josh Blum | |
2011-08-03 | atsc: did work on symbol visibility and minor tweaks in qa code for MSVC | Josh Blum | |
2011-07-29 | gruel: fix for merge conflict verbose that got saved | 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-06-07 | gruel: adding high resolution timer to gruel | Josh Blum | |
2011-03-15 | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | |
2011-03-14 | Merge remote branch 'jblum/wip/attributes' into next | Johnathan Corgan | |
* jblum/wip/attributes: created gruel/attributes.h to house compiler specific attribute macros | |||
2011-03-14 | gruel: SWIGing Gruel into Python to access PMTs. | Tom Rondeau | |
2011-03-14 | created gruel/attributes.h to house compiler specific attribute macros | Josh Blum | |
replaced instances of __attribute__ with __GR_ATTR from attributes.h what else has compiler specific attributes? volk - volk is stand-alone, needs its own attributes.h gcell - not touching that, probably gcc only anyways usrp2 firmware - does not matter to host build | |||
2011-02-27 | gruel thread simplification: | Josh Blum | |
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time). Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe. | |||
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-09-11 | Add support for uint64_t to pmt. | Eric Blossom | |
2010-04-13 | Add gruel::thread as synonym to boost::thread for convenience | Johnathan Corgan | |
2010-04-11 | Removed omnithreads dependency from libusrp2 | Johnathan Corgan | |
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-09-28 | added access methods and parsing for caldiv if context | Josh Blum | |
2009-09-25 | Reading 64 bit freq out of chunk of context packet. | Josh Blum | |
Where is the rest of my context packet? Added htonll and ntohll in gruel inet.h Fixed vrt/types.h freq cast | |||
2009-08-19 | Add shorthand for making tuples. | Eric Blossom | |
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 | Add top-level msg_passing.h include file. | Eric Blossom | |
Incorporate send.h into msg_passing.h. | |||
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-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 | Refactored gr_msg_accepter and gr_tpd_thread_body. | Eric Blossom | |
Redirected gr_msg_accepter::post into gr_block::_post based on dynamic cast. | |||
2009-08-13 | Added gr_msg_accepter class. | Johnathan Corgan | |
gr_msg_accepter derives from gruel::msg_accepter_msgq and will implement in its post() a notification of the destination block thread that a message is pending. Passes distcheck. | |||
2009-08-13 | Added git ignore files auto created from svn:ignore properties. | git repository hosting | |
2009-08-01 | Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ↵ | jcorgan | |
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11524 221aa14e-8319-0410-a670-987f0aec2ac5 |