summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-07core: added source deps to swig files (regen on *.h,*.i)Josh Blum
2011-09-05Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gr-trellis/src/lib/trellis_permutation.h
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
2011-08-30Merge branch 'maint'Tom Rondeau
2011-08-30GRC: fixed error in XML format; need to declare XML type first.Tom Rondeau
2011-08-27Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-08-27Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2011-08-27Merge branch 'master' into nextTom Rondeau
2011-08-27Merge branch 'maint'Tom Rondeau
2011-08-27grc: adding ctcss squelch block to GRC.Tom Rondeau
2011-08-22Merge branch 'master' into nextJohnathan Corgan
2011-08-22gr-uhd: readd displaced alias for single_usrp_sinkThomas Tsou
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block"
2011-08-20uhd: changes to support amsg block w/ cmakeJosh Blum
2011-08-20Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
2011-08-19Merge branch 'master' into nextJohnathan Corgan
2011-08-19Merge remote branch 'ttsou/async'Johnathan Corgan
2011-08-19Revert "gr-uhd: post received async messages to user supplied msg queue"Johnathan Corgan
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655.
2011-08-19gr-uhd: add async metadata source blockThomas Tsou
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue.
2011-08-19gruel: removed merge junk in makefileJosh Blum
2011-08-19cmake: put that time.h compat header back (needed w/ benchmark apps on msvc)Josh Blum
2011-08-15Merge branch 'master' into nextJohnathan Corgan
2011-08-13Allocate 10 additional USB PIDs to Bdale.Eric Blossom
2011-08-13Update details on Bdale's existing USB PID allocation.Eric Blossom
2011-08-13Merge branch 'master' into nextJohnathan Corgan
2011-08-13gr-uhd: post received async messages to user supplied msg queueJohnathan Corgan
2011-08-04cmake: re-imagining of how to write a block w/ cmake and boost unit testJosh Blum
2011-08-04cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum
2011-08-03cmake: moved unique target macro into python where its usedJosh Blum
2011-08-03core: removed modification of includedir for pc file, its not needed and was ↵Josh Blum
messing it up
2011-08-03atsc: forgot to add gruel to the list of deps for unit test, also chmod +x ↵Josh Blum
unix unit test scripts
2011-08-03atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum
2011-08-03rs: reasonable workaround for compiling reed-solomon under MSVCJosh Blum
2011-08-02Merge branch 'master' into nextTom Rondeau
* master: patch: applying Alexandru Csete's patch (that I though I already applied...)
2011-08-02Merge branch 'maint'Tom Rondeau
* maint: patch: applying Alexandru Csete's patch (that I though I already applied...)
2011-08-02patch: applying Alexandru Csete's patch (that I though I already applied...)Tom Rondeau
2011-08-02core: dont set boost vars for gnuradio-core.pcJosh Blum
If this is useful, it should be in gruel.pc; but gruel.pc has no private libs or boost dirs. Also, the substitution of absolute boost library paths is bad for cross builds (even native ones)
2011-08-02cmake: language tweak for component group descriptionJosh Blum
2011-08-02cmake: set plat_specific when determining GR_PYTHON_DIR, this makes it use ↵Josh Blum
lib64 on rh64 machines
2011-07-29cmake: tweaks + fixes for components/packagingJosh Blum