summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-01Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-09-30digital: Fixed scaling bug in QAM constellations.Ben Reynwar
2012-09-29core: udp source wait mode yields work threadJosh Blum
2012-09-29uhd: work does not block, OK to return 0 on ERROR_CODE_TIMEOUTJosh Blum
2012-09-29core: source block can yield thread context/produce noneJosh Blum
2012-09-29uhd: provide source block hook for issue stream cmdJosh Blum
2012-09-29core: fix implicit assumption in skipheadJosh Blum
skiphead is a gr_block, not sync block, but assumes that the number of input items is at least the number of output items remove this assumption and make this safe with std::min(ninputs, noutputs) may be necessary with new scheduler patches that can vary the circular buffer sizes
2012-09-28Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-09-28added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea
using an instance of them
2012-09-28adding GRC Reload Block XML actionTim O'Shea
2012-09-27Merge branch 'maint'Johnathan Corgan
2012-09-27core: fix use of private vars in place of API accessorJosh Blum
Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc
2012-09-27digital: fix private access in gr_endian_swapJosh Blum
2012-09-23analog: adding gr-analog component with.Tom Rondeau
2012-09-22grc: fixed GRC subtraction block to allow a single input line (inverts the ↵Tom Rondeau
signal).
2012-09-10Merge branch 'maint'Johnathan Corgan
2012-09-10volk: forgot critical variable subsJosh Blum
2012-09-05blocks: added gr::blocks::file_sourceJohnathan Corgan
2012-09-05Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-09-04build: update revision to 3.6.3gitJohnathan Corgan
2012-09-04build: update revision to 3.6.2Johnathan Corgan
2012-09-04Merge branch 'maint'Johnathan Corgan
2012-09-04core: only check for *.conf in prefs dirMartin Braun
2012-09-04blocks: added gr::blocks::vector_to_streamsJohnathan Corgan
2012-09-04blocks: added gr::blocks::vector_to_streamJohnathan Corgan
2012-09-04blocks: added gr::blocks::streams_to_vectorJohnathan Corgan
2012-09-04blocks: added gr::blocks::streams_to_streamJohnathan Corgan
2012-09-04blocks: added gr::blocks::stream_to_vectorJohnathan Corgan
2012-09-03Merge branch 'maint'Tom Rondeau
2012-09-03docs: reworking doc into one extra dox file for easier linking.Tom Rondeau
build_guide was not being found properly. Putting these together fixes that.
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-08-30Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-08-30filter: fixes naligned value when volk alignment is 1.Tom Rondeau
2012-08-30Merge branch 'maint'Johnathan Corgan
2012-08-30volk: dont set CMAKE_REQUIRED_FLAGS when emptyJosh Blum
2012-08-30blocks: added gr::blocks::stream_to_streamsJohnathan Corgan
2012-08-30blocks: added gr::blocks::stream_muxJohnathan Corgan
2012-08-29Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-08-28Merge branch 'maint'Johnathan Corgan
2012-08-28volk: special werror unused cmd line arg for clangJosh Blum
2012-08-28fcd: fixed copy-paste error.Tom Rondeau
2012-08-05arm: better support for ARM processors without NEON.Jaroslav Skarvada
2012-07-26grc: adding missed message_burst_source GRC file.Tom Rondeau
2012-07-19filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau
2012-07-19core: added message source that takes in tags for controlling bursts.Nick Foster
2012-07-19blocks: added gr::blocks::repeatJohnathan Corgan
2012-07-19blocks: added gr::blocks::keep_m_in_nJohnathan Corgan
2012-07-19Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-17Merge remote branch 'jblum/volk_mmx_fix'Johnathan Corgan
2012-07-17volk: entirely remove commented out ORC clause for volk_16u_byteswap_uJohnathan Corgan