Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | gras: continuation from the last commit | Josh Blum | |
Removed a bunch of GRAS_LIBRARIES, we do this in a common place to avoid extra changes. Added virtual destructors for many classes. | |||
2013-02-17 | Merge branch 'maint' into v3.6.4git_gras_support | Josh Blum | |
2013-02-13 | uhd: fixed receive_path() | Mike Jameson | |
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-10-13 | Merge branch 'maint' | Johnathan Corgan | |
2012-10-13 | uhd: fix pmt tuple ref namespace issue | Josh Blum | |
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example. | |||
2012-10-03 | UHD: improved capabilities for uhd_fft.grc. | Ben Hilburn | |
2012-04-24 | uhd: updating/fixing WBFM example. | Marcus Leech | |
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-03 | examples: Reworked locations and installation of examples. | Tom Rondeau | |
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. | |||
2011-12-21 | Merge branch 'master' into next | Tom Rondeau | |
2011-12-21 | uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py ↵ | Thomas Tsou | |
program looks like it's working again. | |||
2011-12-14 | Merge branch 'master' into next | Tom Rondeau | |
2011-12-14 | uhd: fixes to instantiating UHD devices to set the antenna and subdevice ↵ | Tom Rondeau | |
properly (patch from Sam Bretheim). | |||
2011-12-14 | uhd: removes usrpm that should not have been there anymore (patch from Sam ↵ | Tom Rondeau | |
Bretheim). | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-11-27 | uhd: cleanup some -Wall warnings | Josh Blum | |
2011-11-07 | uhd: change examples to use new stream api | Josh Blum | |
2011-10-21 | uhd: added subdevspec option to UHD examples and sets antenna based on option. | Tom Rondeau | |
2011-10-19 | tags: made tags object oriented | Josh Blum | |
2011-10-19 | usrp: updated installed examples | Josh Blum | |
2011-10-19 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-10-19 | examples: removed multi-antenna examples. | Tom Rondeau | |
2011-10-19 | uhd: fixed examples to use new find_devices command. | Tom Rondeau | |
2011-10-19 | uhd: updating examples to use args and better default for all UHD examples; ↵ | Tom Rondeau | |
also fixed the wfm_rcv blocks to use new PLL constructor. | |||
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-10-08 | gr: updated cmakelists after merge for additional files | Josh Blum | |
2011-10-08 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital | Josh Blum | |
2011-10-06 | uhd: moved fm_tx_2_daughterboards and usrp_spectrum_sense to ↵ | Tom Rondeau | |
gr-uhd/examples. Neither are working properly quite yet. Removed all usrp examples from gnuradio-examples/python/usrp and removed directory. | |||
2011-10-06 | uhd: removed examples that don't make sense with UHD. Fixed up ↵ | Tom Rondeau | |
gr-uhd/examples Makefile. | |||
2011-10-06 | uhd: Moved usrp_wxapt_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-06 | uhd: Moved USRP analog TV receiver examples to gr-uhd/examples. They seem to ↵ | Tom Rondeau | |
run with the UHD, but I can't really test them since there's no NTSC signals around... | |||
2011-10-06 | uhd: cleaning up and updating some script info. | Tom Rondeau | |
2011-10-06 | uhd: converted usrp_wfm_rcv_sca to gr-uhd/examples and made work with UHD. ↵ | Tom Rondeau | |
Seems to work but could use more testing. | |||
2011-10-06 | uhd: moved usrp_wfm_rcv_fmdet to gr-uhd/examples and started converting to ↵ | Tom Rondeau | |
UHD. Getting a segmentation fault currently. Don't know when the last time this worked properly was. | |||
2011-10-06 | uhd: minor fixes to examples | Tom Rondeau | |
2011-10-06 | uhd: moved usrp_wfm_rcv2_nogui from examples to gr-uhd/examples and made ↵ | Tom Rondeau | |
work with UHD. | |||
2011-10-06 | uhd: moved usrp_wfm_rcv_pll to gr-uhd/examples and made work with UHD. | Tom Rondeau | |
2011-10-04 | uhd: moved WFM recever and no-gui receiver to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. | |||
2011-10-04 | uhd: moved NBFM examples to gr-uhd/examples directory and made work with UHD. | Tom Rondeau | |
2011-10-04 | uhd: fixed this example to correct for sample rate offsets when setting a ↵ | Tom Rondeau | |
UHD device. | |||
2011-10-04 | uhd: moved usrp_am_mw_rcv from examples to gr-uhd/examples and made work ↵ | Tom Rondeau | |
with UHD. Needs more testing. | |||
2011-10-04 | uhd: moved usrp/max_power.py to gr-uhd/examples. This _should_ work for both ↵ | Tom Rondeau | |
USRPs and USRP2 series, but is only tested for a USRP2 (N210, actually). | |||
2011-10-03 | uhd: moved fm_tx4 from gnuradio-examples to gr-uhd/examples | Tom Rondeau | |
2011-10-03 | uhd: moved multi-antenna scripts from gnuradio-examples to gr-uhd/examples. ↵ | Tom Rondeau | |
Does not work yet. | |||
2011-09-26 | uhd: cmake support for example application | Josh Blum | |
2011-09-24 | uhd: added tags_demo c++ example application | Josh Blum | |