summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* core: removed gr_chunks_to_symbols_XX after move to gr-digitalJohnathan Corgan2012-06-0635-308/+33
|
* core: removed gr_scrambler_bb after move to gr-digitalJohnathan Corgan2012-06-068-193/+1
|
* core: removed gr_probe_density_b after moving to gr-digitalJohnathan Corgan2012-06-068-216/+1
|
* core: removed gr_map_bb after transition to gr-digitalJohnathan Corgan2012-06-068-176/+2
|
* core: removed gr_glfsr* and gr_pn_correlator after transition to gr-digitalJohnathan Corgan2012-05-0428-1125/+18
|
* core: removed gr_descrambler_bb after transition to gr-digitalJohnathan Corgan2012-05-038-190/+1
|
* core: removed gr_bytes_to_syms after transition to gr-digitalJohnathan Corgan2012-05-036-186/+3
|
* core: removed gr_additive_scrambler after transition to gr-digitalJohnathan Corgan2012-05-038-276/+0
|
* Merge branch 'master' into nextJohnathan Corgan2012-05-031-1/+7
|\
| * Merge branch 'maint'Johnathan Corgan2012-05-031-1/+7
| |\
| | * gruel: conditional linking for pthreadJosh Blum2012-05-021-1/+7
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-05-0298-42/+7212
|\| |
| * | Merge branch 'digital_moves'Johnathan Corgan2012-05-0298-42/+7212
| |\ \
| | * | digital: added GRC file for chunks_to_symbols block.Tom Rondeau2012-04-242-0/+78
| | | |
| | * | digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵Tom Rondeau2012-04-242-1/+141
| | | | | | | | | | | | | | | | use this one.
| | * | digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau2012-04-249-9/+401
| | | |
| | * | docs: adding documentation for new gr-digital blocks.Tom Rondeau2012-04-239-8/+73
| | | |
| | * | digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2392-33/+6528
| | | | | | | | | | | | | | | | | | | | | | | | Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility.
* | | | Merge branch 'master' into nextJohnathan Corgan2012-04-301-1/+1
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2012-04-301-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea2012-04-301-1/+1
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2012-04-3032-0/+2333
|\| | |
| * | | Merge branch 'gr_fft'Johnathan Corgan2012-04-3032-0/+2333
| |\ \ \
| | * | | fft: put helper classes in namespaceJohnathan Corgan2012-04-2914-638/+665
| | | | |
| | * | | fft: make interface functions pure virtualJohnathan Corgan2012-04-293-23/+11
| | | | |
| | * | | gr-fft: creates a gr-fft top-level component.Tom Rondeau2012-04-2732-0/+2318
| | | | |
* | | | | Merge branch 'master' into nextJohnathan Corgan2012-04-272-2/+2
|\| | | |
| * | | | Merge branch 'maint'Johnathan Corgan2012-04-272-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | gr-uhd: updated USRP Sink and USRP Source help messagesNicholas Corgan2012-04-262-2/+2
| | | |
* | | | Merge branch 'master' into nextTom Rondeau2012-04-242-197/+165
|\| | |
| * | | Merge branch 'maint'Tom Rondeau2012-04-242-197/+165
| |\| | | | |/ | |/|
| | * uhd: updating/fixing WBFM example.Marcus Leech2012-04-241-97/+137
| | |
| | * cmake: make a find portaudio that follows the rulesJosh Blum2012-04-241-100/+28
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-04-232-0/+4
|\| |
| * | Merge remote branch 'jblum-github/volk_work'Johnathan Corgan2012-04-232-0/+4
| |\ \
| | * | volk: force kwargs keys to be of type str, not unicode for py25Josh Blum2012-04-232-0/+4
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2012-04-2347-1952/+1718
|\| | |
| * | | Merge remote branch 'jblum-github/volk_work'Johnathan Corgan2012-04-2347-1952/+1718
| |\| |
| | * | volk: code simplification, overrule macro and python optsJosh Blum2012-04-194-33/+49
| | | |
| | * | volk: avoid sse2 saturation issue 32768->32767Josh Blum2012-04-191-1/+1
| | | |
| | * | volk: added set_float_rounding to volk_cpu_initJosh Blum2012-04-192-0/+24
| | | |
| | * | volk: avx overrule is gcc4.4, make prints matchJosh Blum2012-04-191-14/+16
| | | |
| | * | volk: disable AVX if GCC version < 4.6.0Nick Foster2012-04-191-0/+13
| | | |
| | * | volk: gcc version check without __GNUC_PREREQJosh Blum2012-04-191-1/+1
| | | |
| | * | volk: added gcc version check to xgetbvJosh Blum2012-04-191-5/+9
| | | | | | | | | | | | | | | | | | | | Reference https://code.google.com/p/pcsx2/issues/detail?id=1195
| | * | volk: remove norc, implement machine overruleJosh Blum2012-04-193-25/+42
| | | |
| | * | volk: use archs.xml to specify compiler flags + supportJosh Blum2012-04-194-37/+46
| | | |
| | * | volk: fix volk_profile install ruleJosh Blum2012-04-191-1/+1
| | | |
| | * | volk: move avx cpuid_x86_bit check in archs.xmlJosh Blum2012-04-192-2/+6
| | | |
| | * | volk: fix msvc __cpuid pointer castJosh Blum2012-04-191-1/+1
| | | |