summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-09Merge branch 'maint'Johnathan Corgan
2012-04-09gr: fix 2 places where pyc files get generated in-treeJosh Blum
Included the GrPython module to define PYTHON_DASH_B.
2012-04-09updated ignores, building with Python < 2.7 can leave stray filesJohnathan Corgan
2012-04-09cmake: update revision to 3.6.0gitJohnathan Corgan
2012-04-09wavelet: fix swig paths for OSXMichael Dickens
2012-04-07Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan
2012-04-07Merge branch 'next'Johnathan Corgan
2012-04-07Merge branch 'master' into nextJohnathan Corgan
* Used merge strategy 'ours' to skip release commit
2012-04-07build: update revision to 3.5.3Johnathan Corgan
2012-04-07Merge branch 'master' into nextTom Rondeau
Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵Tom Rondeau
dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
2012-04-07Merge branch 'master' into nextJohnathan Corgan
2012-04-07Merge branch 'wfm_tx_work'Johnathan Corgan
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07core: buffer alignments were getting confused. Just need to tell all blocks ↵Tom Rondeau
that they are aligned upon restart.
2012-04-07Merge branch 'master' into nextTom Rondeau
2012-04-07Merge branch 'maint'Tom Rondeau
2012-04-07trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos
2012-04-07core: makes sure all block's buffers are aligned on start/restart and that ↵Tom Rondeau
they know it.
2012-04-07core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan
2012-04-07core: use while instead of if in frequency_modulatorJohnathan Corgan
* It is possible to wrap multiple times in a single update if the sensitivity parameter is high enough.
2012-04-07trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos
2012-04-06Merge branch 'master' into nextTom Rondeau
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-04-05Merge branch 'master' into nextJohnathan Corgan
2012-04-05Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-05gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵Nicholas Corgan
serial
2012-04-05core: removing old MPSK SNR probe; replaced in gr-digital.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: gr-digital/grc/Makefile.am
2012-04-05gr-uhd: minor aesthetic and consistency changesNicholas Corgan
2012-04-05digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-04-04Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan
2012-04-04gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the ↵Nicholas Corgan
user's UHD version and USRP configuration
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-04Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan
2012-04-04wavelet: simplified swig generation after virtual interface class changeJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
2012-04-04fcd: simplify swig generation after virtual interface class changeJohnathan Corgan
2012-04-03Merge branch 'master' into nextJohnathan Corgan
2012-04-03gr-uhd: corrected get_usrp_info descriptionNicholas Corgan
2012-04-03gr-uhd: get_usrp_info has help info and can only be called with a recent ↵Nicholas Corgan
enough version of UHD
2012-04-03cmake: fixing current build version number.Tom Rondeau
2012-04-03Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
2012-04-03gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's ↵Nicholas Corgan
list_property_tree and get_usrp_info functions