summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-22Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap
2011-09-22Merge branch 'master' into nextTom Rondeau
2011-09-22Merge branch 'maint'Tom Rondeau
2011-09-22grc: one line fix to fix port duplicator when removing portsJosh Blum
was an issue when removing more than one port
2011-09-21trellis: performed generation re-work on gr-trellis libJosh Blum
2011-09-21core: re-work gengen generation (hope its simpler)Josh Blum
2011-09-21core: attempt at fixing up generation logic in gengen (filter, trellis TODO)Josh Blum
2011-09-21core: Doxygen comments for added tag name parameter.Tom Rondeau
2011-09-21volk: a way of doing -B in python that is 2.5 compatible (picked from Josh ↵Tom Rondeau
Blum's work).
2011-09-17volk: use glob rather than parsing makefile for kernelsJosh Blum
2011-09-17cmake: modified find files to better follow coding guideJosh Blum
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
2011-09-17volk: check that python -B can be usedJosh Blum
2011-09-17volk: alternative to -B that wont break on python 2.5Josh Blum
2011-09-15audio: may have to link CarbonJosh Blum
2011-09-13cmake: added ENABLE_DEFAULT to disable components by defaultJosh Blum
2011-09-12cmake: updates to build after latest next mergeJosh Blum
2011-09-12Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-09-11grc: only perform python checks when not building crossJosh Blum
2011-09-11cmake: support for importing executables when doing cross buildJosh Blum
2011-09-11cmake: set the library path for unix machinesJosh Blum
2011-09-11filter: detect correct bit width on x86 compilerJosh Blum
2011-09-09Merge branch 'master' into nextTom Rondeau
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared.
2011-09-09Merge branch 'correlate_tag'Tom Rondeau
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-09tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau
when receiving bursty NBFM signals.
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-09tags: adding tags examples to build distribution.Tom Rondeau
2011-09-09fixing doxygen comment typo.Tom Rondeau
2011-09-09tags: updated uhd_burst_detector with a better energy detector. Works well ↵Tom Rondeau
when receiving bursty NBFM signals.
2011-09-09tags: fixed fwrite line for the right item size number.Tom Rondeau
2011-09-08Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-09-08Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-09-08logpwrfft.py -- need to average the square, not square the average. Then do ↵Matt Ettus
proper scaling (no more 3dB kludge).
2011-09-08Merge branch 'master' into nextTom Rondeau
2011-09-08Merge branch 'logpwrfft_fix'Tom Rondeau
2011-09-07core: added source deps to swig files (regen on *.h,*.i)Josh Blum
2011-09-07Merge branch 'master' into nextTom Rondeau
2011-09-07logpwrfft.py -- need to average the square, not square the average. Then do ↵Matt Ettus
proper scaling (no more 3dB kludge).
2011-09-06trellis: removing generated files.Tom Rondeau
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
2011-09-03Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplesNick Foster
correlate_access_code_tag_bb: modified to account for correlator lag.
2011-09-02Merge branch 'master' into nextTom Rondeau
* master: Minor fixes in turbo GRC blocks Minor fixes in turbo GRC blocks and one more example added. Added pccc combined turbo decoder and corresponding GRC block More examples and turbo decoder blocks added. Added more turbo encoder/decoder blocks and examples. Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc blocks related to trellis inside the gr-trellis/grc directory added grc directory in gr-trellis updated Makefile.am and block_tree.xml to reflect changes in grc file for gr-trellis Moved grc files from grc/block to gr-trellis/grc
2011-09-02Merge branch 'turbo'Tom Rondeau
2011-09-01Minor fixes in turbo GRC blocksAchilleas Anastasopoulos
2011-09-01Minor fixes in turbo GRC blocks and one more example added.Achilleas Anastasopoulos
2011-08-31Added pccc combined turbo decoder and corresponding GRC blockAchilleas Anastasopoulos
2011-08-31More examples and turbo decoder blocks added.Achilleas Anastasopoulos
2011-08-31Added more turbo encoder/decoder blocks and examples.Achilleas Anastasopoulos
2011-08-31Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc ↵Achilleas Anastasopoulos
blocks related to trellis inside the gr-trellis/grc directory
2011-08-30Merge branch 'master' into nextTom Rondeau