Age | Commit message (Expand) | Author |
2011-04-24 | gr-qtgui: clean up | Tom Rondeau |
2011-04-24 | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau |
2011-04-23 | gr-qtgui: multiple connections working, each with their own color. | Tom Rondeau |
2011-04-23 | gr-qtgui: Passing vectors of data to update plot for stability; also moving r... | Tom Rondeau |
2011-04-23 | gr-qtgui: moving towards allowing time plot to have multiple connections. | Tom Rondeau |
2011-04-23 | gr-qtgui: setting up ability to have multiple connections to the time sink. | Tom Rondeau |
2011-04-23 | gr-qtgui: cleaning up; don't delete d_main_gui. | Tom Rondeau |
2011-04-23 | gr-qtgui: time domain sink now shows and receives updates. | Tom Rondeau |
2011-04-23 | gr-qtgui: no need to check the version here since we require >4.4 | Tom Rondeau |
2011-04-21 | volk: fixing volk M4 so that nothing of Volk exists and its configure does no... | Tom Rondeau |
2011-04-21 | gr-qtgui: adding .i file for time domain plot and updating Makefiles. | Tom Rondeau |
2011-04-21 | gr-qtgui: adding time-domain only plotter. | Tom Rondeau |
2011-04-21 | gr-qtgui: adding time-domain plot specific event updater. | 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 |
2011-04-18 | gr-qtgui: adding copyright dates to qtgui files. | Tom Rondeau |
2011-04-18 | gr-qtgui: fixing up examples and adding noise to float example. | Tom Rondeau |
2011-04-18 | Expose named gain stages in gr-uhd via swig | Jason Abele |
2011-04-18 | Added necessary swig to get i2c_writes through dboard_iface | Jason Abele |
2011-04-18 | Revert some extraneous changes from another branch | Nick Foster |
2011-04-18 | Volk: remove some dead files from Makefile.am | Nick Foster |
2011-04-17 | volk: added VOLK_API macro to external symbols | Josh Blum |
2011-04-17 | volk: replace references to __attribute__((aligned... with cross platform macro | Josh Blum |
2011-04-17 | volk: added attributes header (copied from gruel) | Josh Blum |
2011-04-17 | volk: updated lib and include .gitignores for in-tree build | Josh Blum |
2011-04-17 | Volk: make_makefile_am.py changes for include dirs | Nick Foster |
2011-04-16 | Volk: modified archs.xml to put Orc higher prio than old SSE/SSE2, since Orc ... | Nick Foster |
2011-04-16 | Volk: Compiles and runs with or without Orc installed. | Nick Foster |
2011-04-16 | Volk: Orc support back in there, QA code now runs, functionally complete | Nick Foster |
2011-04-16 | Volk: manual funcs implemented, QA code runs. Barfs due to missing Orc arch. | Nick Foster |
2011-04-16 | Volk: split n_archs out of arch_defs[0], began to add _manual support | Nick Foster |
2011-04-15 | Volk: Link Orc into libvolk.so instead of as a separate installed lib | Nick Foster |
2011-04-15 | Volk: hack Orc back in | Nick Foster |
2011-04-15 | Volk: lib compiles & links & works for hand test. testsuite doesn't due to la... | Nick Foster |
2011-04-15 | Volk: volk.c is now generated. manual build works OK. | Nick Foster |
2011-04-15 | Merge branch 'uhd/pkg_config_file' | Tom Rondeau |
2011-04-15 | volk: forgot to add this one | Nick Foster |
2011-04-15 | Volk: volk_machine structures generated, volk_machines is instantiated. Testi... | Nick Foster |
2011-04-15 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau |
2011-04-14 | gr-qtgui: updating examples to explicitly shut down flow graphs. | Tom Rondeau |
2011-04-14 | Fix tuning issue above 2.2 GHz, and use DDCs for fine tuning now. | JohnOrlando |
2011-04-14 | gr-qtgui: updating required Qt library to v4.4 instead of v4.2. This has been... | Tom Rondeau |
2011-04-14 | grc: replaced asserts in gui subdirectory | Josh Blum |
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-14 | grc: remove integrity checks, we wont need them when I'm done | Josh Blum |
2011-04-13 | grc: stop the top block after qapp exec for qtgui generation | Josh Blum |
2011-04-13 | Volk: make_makefile_am.py changes to generate cflags, ldflags. no conditional... | Nick Foster |
2011-04-13 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid | Nick Foster |