summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-20110-3/+8127
|
* core: API declaration macros for core class and function symbolsJosh Blum2011-07-20334-851/+1238
|
* core: declare erf in case it was missing in math.h and provided for by the ↵Josh Blum2011-07-201-0/+3
| | | | build system
* gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-201-3/+3
|
* core: removed files that included <strings.h>Josh Blum2011-07-203-3/+0
|
* gruel: support for windows API set realtime schedulingJosh Blum2011-07-201-0/+32
|
* gruel: API declaration macros for gruel class and function symbolsJosh Blum2011-07-2019-226/+286
|
* volk: snagged the volk changes from cmake branchJosh Blum2011-07-204-2/+12
|
* core: removed uses of c99 dynamic arrays for MSVC compileJosh Blum2011-07-203-8/+11
|
* gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-204-28/+27
|
* core: hack needed for gri wisdom on windows because you cant pass file ↵Josh Blum2011-07-201-0/+13
| | | | descriptors across library boundaries
* core: use gendir envvar to optionally generate makfile.gen into the build dirJosh Blum2011-07-201-1/+1
|
* core: added missing io.h includes on cc filesJosh Blum2011-07-204-0/+14
| | | | | | Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch.
* core: added missing config.h includes on cc filesJosh Blum2011-07-208-0/+30
| | | | | | Added to the cc files which were missing config.h and required compatibility functions defined in config.h. Applies to compiling under MSVC with cmake work branch.
* gr-vocoder: adds alaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-1914-0/+401
|
* gr-vocoder: adds ulaw encoder, decoder, and audio loopback exampleJohnathan Corgan2011-07-1914-5/+406
|
* gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan2011-07-1915-7/+7
|
* Merge branch 'master' into nextJohnathan Corgan2011-07-193-4/+9
|\
| * volk: fix whitespace in Python scriptMoritz Fischer2011-07-191-2/+2
| |
| * audio: fixing alsa source like we did for alsa sink before.Tom Rondeau2011-07-101-1/+7
| |
| * Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-07-10184-2473/+3574
| |\
| * | qtgui: missed this when updating time info.Tom Rondeau2011-07-101-1/+0
| | |
* | | gr-vocoder: distcheck fixesJohnathan Corgan2011-07-181-0/+5
| | |
* | | gnuradio-examples: removed digital_voice examplesJohnathan Corgan2011-07-186-161/+0
| | |
* | | gr-vocoder: removed gr-codec2-vocoderJohnathan Corgan2011-07-1882-8724/+0
| | |
* | | gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoderJohnathan Corgan2011-07-1878-3/+7855
| | |
* | | Merge remote branch 'ttsou/codec2' into wip/vocodersJohnathan Corgan2011-07-1882-0/+8724
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: config/Makefile.am configure.ac
| * | | vocoder: codec2: add block for David Rowe's Codec2Thomas Tsou2011-07-0782-0/+8724
| | | |
* | | | gr-cvsd-vocoder: removed from treeJohnathan Corgan2011-07-1821-1458/+0
| | | |
* | | | gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoderJohnathan Corgan2011-07-1819-7/+1113
| | | |
* | | | gr-gsm-fr-vocoder: removed from treeJohnathan Corgan2011-07-1849-6303/+0
| | | |
* | | | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan2011-07-1852-16/+6210
| | | |
* | | | Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan2011-07-185-9/+13
|\ \ \ \
| * | | | digital: fixing imports and build/dist for gr-digital.Tom Rondeau2011-07-185-9/+13
| | | | |
* | | | | Merge remote branch 'gnuradio/next' into wip/vocodersJohnathan Corgan2011-07-176-80/+631
|\| | | |
| * | | | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau2011-07-176-80/+631
| | | | | | | | | | | | | | | | | | | | to master. Moved new versions under gr-digital.
* | | | | gr-vocoder: add skeleton top-level componentJohnathan Corgan2011-07-1722-0/+310
|/ / / /
* | | | Merge branch '8psk' into nextTom Rondeau2011-07-17136-215/+8766
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: gr-msdd6000/src/Makefile.swig.gen
| * | | | trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ↵Tom Rondeau2011-07-122-5/+12
| | | | | | | | | | | | | | | | | | | | to the PYTHONPATH so that the QA code can import digital_swig.
| * | | | fixing build for constellation code. Had to make some changes to the qa code ↵Tom Rondeau2011-07-1211-31/+45
| | | | | | | | | | | | | | | | | | | | to import the right stuff after being changed from sitting in gnuradio-core.
| * | | | fixing buildTom Rondeau2011-07-128-1/+954
| | | | |
| * | | | digital: removed new constellation blocks from gnuradio-core.Tom Rondeau2011-07-108-837/+0
| | | | |
| * | | | digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau2011-07-105-8/+10
| | | | |
| * | | | digital: moving more constellation blocks into gr-digital. Builds, make ↵Tom Rondeau2011-07-1017-37/+883
| | | | | | | | | | | | | | | | | | | | check needs work.
| * | | | digital: fixed variable ordering to remove warning.Tom Rondeau2011-07-101-1/+1
| | | | |
| * | | | Merge pull request #2 from benreynwar/8pskTom Rondeau2011-06-2237-75/+636
| |\ \ \ \ | | | | | | | | | | | | Constell obj
| | * | | | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵Ben Reynwar2011-06-2113-44/+14
| | | | | | | | | | | | | | | | | | | | | | | | that it is in gr-digital.
| | * | | | Fixed error in m4 config file.Ben Reynwar2011-06-131-2/+0
| | | | | |
| | * | | | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-13146-1477/+5686
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' into 8pskTom Rondeau2011-06-1394-1338/+3944
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t