summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-20added get band selectJosh Blum
2009-08-20Added host_os check for component vrt (Linux only for now.)Johnathan Corgan
2009-08-19Add shorthand for making tuples.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-18Adding a graphical tool to design and analyze filters.Tom
2009-08-18Add top-level msg_passing.h include file.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-17Added omnithread README (deprecation).Johnathan Corgan
2009-08-15Added git ignore files as needed.Johnathan Corgan
2009-08-15Merged changes from svn repository trunk.Johnathan Corgan
2009-08-15Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.eb
2009-08-15Added reset method to gr_head and gr_vector_sink. This allows graphseb
2009-08-15Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan
2009-08-15gr_blocks may now produce different number of output items on each output str...eb
2009-08-15Merged branch 'msg-passing' from http://gnuradio.org/git/eb.gitJohnathan Corgan
2009-08-15pmt_write now displays vector and tuple elements.Eric Blossom
2009-08-15Additional QA for tuple.Eric Blossom
2009-08-15added validation check for msg type ports, added copy method for ports to cle...Josh Blum
2009-08-14params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum
2009-08-14Adding a QT-based data file viewer.Tom
2009-08-15Applied patch c1258.diff from Stephan Bruns (ticket:359)git
2009-08-15Added missing .gitignoregit
2009-08-14Added most of the support for a new PMT type: tuple.Eric Blossom
2009-08-14Applied patch c1258.diff from Stephan Bruns (ticket:359)Johnathan Corgan
2009-08-14Added missing .gitignoreJohnathan Corgan
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-08-13this time commit the file changesJosh Blum
2009-08-13Added generation of message queues in flow graph template.Josh Blum
2009-08-13Refactored gr_msg_accepter and gr_tpd_thread_body.Eric Blossom
2009-08-13Thread-per-block loop now checks and dequeues messages to handle_msg.Johnathan Corgan
2009-08-13Notify derived class when post()edJohnathan Corgan
2009-08-13Added gr_msg_accepter class.Johnathan Corgan
2009-08-13Added git ignore files auto created from svn:ignore properties.git repository hosting
2009-08-12Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filte...trondeau
2009-08-11Adding function to be able to set the size of the points in the constellation...trondeau
2009-08-11Cleaning up Qt code. This mostly reformats the code to be more consistent wit...trondeau
2009-08-11Test check-in 2, ignore.jcorgan
2009-08-11Test check-in, ignore.jcorgan
2009-08-10apply diff from previous commitsJosh Blum
2009-08-10Significantly improved performance of the Qt Gui sinks. This removes a number...trondeau
2009-08-06howto: adds --disable-python option to gr-howto-write-a-block example.jcorgan
2009-08-06Adds constructor for gr.message_source that takes existing msgq.jcorgan
2009-08-05Fixed optfir for producing equiripple FIR filters. Does LPF, fixes the HPF, a...trondeau
2009-08-02Made libusrp2 min and max samples even number.jcorgan
2009-08-01Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ...jcorgan
2009-07-31Fixing bug in setting SNRtrondeau
2009-07-30Add custom FPGA build.jcorgan
2009-07-29gr_not xml fix: only one input for notjblum