summaryrefslogtreecommitdiff
path: root/grc
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | Merge branch 'turbo'Tom Rondeau2011-09-029-633/+0
| | | |\ \ \
| | | | * | | updated Makefile.am and block_tree.xml to reflect changes inAchilleas Anastasopoulos2011-06-129-633/+0
| | * | | | | Merge branch 'master' into nextTom Rondeau2011-08-301-1/+1
| | |\| | | |
| | | * | | | Merge branch 'maint'Tom Rondeau2011-08-301-1/+1
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | GRC: fixed error in XML format; need to declare XML type first.Tom Rondeau2011-08-301-1/+1
| | | * | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-08-272-1/+11
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'master' into nextTom Rondeau2011-08-273-0/+81
| | |\| | | |
| | | * | | | grc: adding ctcss squelch block to GRC.Tom Rondeau2011-08-273-0/+81
| | | | |/ / | | | |/| |
* | | | | | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1512-728/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | grc: removing more blocks from general grc tree that are now in digital.Tom Rondeau2011-09-131-12/+0
| * | | | | digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-1211-716/+0
* | | | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-059-186/+123
|\| | | | | | |/ / / / |/| | | |
| * | | | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and r...Tom Rondeau2011-09-014-162/+0
| * | | | Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-013-24/+12
| * | | | Merge remote branch 'mbant/cpm' into digitalTom Rondeau2011-08-304-0/+111
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixed some XML glitchesMartin Braun2010-12-102-5/+5
| | * | | Forgot to add GRC blocks to block_tree, fixedMartin Braun2010-12-101-0/+2
| | * | | Added GRC blocks to MakefileMartin Braun2010-12-102-8/+10
| | * | | All CPM stuff included (C++/GRC/Python), tests passMartin Braun2010-12-092-0/+107
* | | | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-208-0/+382
|/ / / /
* | | | Merge branch '8psk' into nextTom Rondeau2011-07-171-1/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into 8pskTom Rondeau2011-06-131-2/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into 8pskTom Rondeau2011-06-033-0/+53
| |\ \ \
| * | | | filter: Adding a concept of output samples per symbol to the PFB clock recove...Tom Rondeau2011-05-181-1/+6
* | | | | Merge branch 'quad_demod_gain_accessors'Johnathan Corgan2011-07-011-0/+1
|\ \ \ \ \
| * | | | | gnuradio-core: add accessors for gain property of quadrature_demod_cfAlexandru Csete2011-07-011-0/+1
| | |_|/ / | |/| | |
* / | | | grc: qtgui windows have scrollbars (thanks jason)Josh Blum2011-06-221-1/+10
|/ / / /
* | / / grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
| |/ / |/| |
* | | grc: fixing DC blocker block to handle i/o type.Tom Rondeau2011-06-021-14/+16
* | | grc: adding DC blocker GRC block.Tom Rondeau2011-05-253-0/+51
|/ /
* | core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau2011-05-121-0/+1
* | Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-0222-149/+146
|\ \
| * | grc: added logic to discover the path to the python interpreterJosh Blum2011-04-194-11/+17
| * | grc: replaced asserts in gui subdirectoryJosh Blum2011-04-144-12/+13
| * | grc: replaced asserts in base subdirectoryJosh Blum2011-04-148-54/+60
| * | grc: replaced asserts in python subdirectoryJosh Blum2011-04-148-70/+64
| * | grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
| * | grc: remove integrity checks, we wont need them when I'm doneJosh Blum2011-04-141-10/+0
* | | grc: fix hier block generation w/ multiple pad blocksJosh Blum2011-04-213-27/+34
|/ /
* | grc: stop the top block after qapp exec for qtgui generationJosh Blum2011-04-131-0/+1
* | grc: fixing grc block for dxpsk2 demods to use the right parameters.Tom Rondeau2011-04-121-4/+11
* | Adding GRC block for the PFB channelizer filterbank.Tom Rondeau2011-04-123-0/+55
* | Adding GRC block for the PFB synthesis filterbank.Tom Rondeau2011-04-123-0/+45
* | grc: added int to float supportJosh Blum2011-04-093-0/+23
* | grc: added python checks for weird python interpretersJosh Blum2011-04-071-1/+11
* | grc: fix for generating top block when in run to completion modeJosh Blum2011-04-071-1/+1
* | Merge remote branch 'jblum/mergeme/qtgui/grc' into nextJohnathan Corgan2011-03-1434-2288/+196
|\ \
| * \ Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-1434-2288/+196
| |\ \
| | * | qtgui-grc: added suport in main template for theme iconJosh Blum2011-03-071-1/+2
| | * | qtgui-grc: minor tweaks to the various thingsJosh Blum2011-03-072-2/+6