Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-07 | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | |
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-05 | grc: revert changes to flow_graph.tmpl, runtime enforces this | Josh Blum | |
2012-10-04 | grc: added optional flag to pad source and sink | Josh Blum | |
2012-09-28 | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | |
using an instance of them | |||
2012-05-31 | Merge branch 'maint' | Johnathan Corgan | |
2012-05-31 | grc: restore virtual ports in grc | Justin R. Cutler | |
2012-05-03 | GRC: patch to allow users to specify max_noutput_items in GRC options block. | Jose Quaresma | |
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-07 | Merge remote branch 'jblum/wip_grc_any_blocks' | Johnathan Corgan | |
2012-03-25 | grc: resolve down and up stream for empty types | 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-17 | grc: replaced doxygen extracted docs with python docstrings | Josh Blum | |
2011-10-29 | grc: fix bug when displaying string params | Josh Blum | |
If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly. | |||
2011-10-19 | Merge branch 'master' into next | Josh Blum | |
2011-10-19 | grc: tweaks for colors, added 64 int, vector darken | Josh Blum | |
2011-10-19 | grc: added throttle tag to blocks that throttle | Josh Blum | |
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵ | Tom Rondeau | |
Also removes related M4 and dependency requirements for USRP-related libs. | |||
2011-10-17 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h | |||
2011-10-17 | Merge branch 'next' into dig_ofdm | Tom Rondeau | |
2011-10-14 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-14 | docs: Updated some docs and made it so GRC can pull docs in from other ↵ | Tom Rondeau | |
components like vocoder and digital. | |||
2011-10-12 | grc: append index to duplicated ports | Josh Blum | |
2011-10-12 | grc: added new IO types | Josh Blum | |
Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime. | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-09-22 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap | |||
2011-09-22 | Merge branch 'maint' | Tom Rondeau | |
2011-09-22 | grc: one line fix to fix port duplicator when removing ports | Josh Blum | |
was an issue when removing more than one port | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-06-22 | grc: qtgui windows have scrollbars (thanks jason) | Josh Blum | |
2011-06-09 | grc: disable pythonw on darwin, apparently not needed | Josh Blum | |
2011-05-02 | Merge branch 'mergeme/grc/cross_platform_work' | Tom Rondeau | |
2011-04-21 | grc: fix hier block generation w/ multiple pad blocks | Josh Blum | |
2011-04-19 | grc: added logic to discover the path to the python interpreter | Josh Blum | |
Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux) | |||
2011-04-14 | grc: replaced asserts in base subdirectory | Josh Blum | |
2011-04-14 | grc: replaced asserts in python subdirectory | Josh Blum | |
2011-04-14 | grc: define __doc__ for license in case its optimized out (that was easy) | Josh Blum | |
2011-04-13 | grc: stop the top block after qapp exec for qtgui generation | Josh Blum | |
2011-04-07 | grc: fix for generating top block when in run to completion mode | Josh Blum | |
2011-03-07 | qtgui-grc: added suport in main template for theme icon | Josh Blum | |
2011-03-07 | qtgui-grc: minor tweaks to the various things | Josh Blum | |
2011-03-04 | qtgui-grc: use a vboxlayout for the top_layout | Josh Blum | |
2011-03-01 | qtgui-grc: enable start/stop control through qt widgets | Josh Blum | |
2011-03-01 | grc: work on generator for gui flowgraphs to simplify generation | Josh Blum | |
generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks | |||
2011-03-01 | grc: moved wxgui blocks and python into gr-wxgui/grc | Josh Blum | |
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml) | |||
2011-03-01 | grc: added tabbed widget in qtgui for grc | Josh Blum | |
created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui. | |||
2011-03-01 | qtgui: created a forms module with a slider and text box, implemented in grc | Josh Blum | |
2011-03-01 | grc: added qtgui support to grc (just added sink) | Josh Blum | |