index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnuradio-core
/
src
/
lib
/
general
Age
Commit message (
Expand
)
Author
2012-02-13
core: added volk version of add_ff.
Tom Rondeau
2012-02-13
core: new multiply_const_ff and multiply_ff blocks done using Volk.
Tom Rondeau
2012-02-13
core: moving multiply_const_ff from gengen to general to take advantage of volk.
Tom Rondeau
2012-02-02
core: more fixes when moving files from gengen to general.
Tom Rondeau
2012-02-02
core: moving multiply_cc and multiply_const_cc out of gengen and into general...
Tom Rondeau
2012-01-30
core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchm...
Tom Rondeau
2012-01-30
core: complex_to_xxx (float, real, imag, arg) to volk.
Tom Rondeau
2012-01-29
core: minor edits.
Tom Rondeau
2012-01-29
core: switched complex to mag and mag_squared to use Volk functions.
Tom Rondeau
2012-01-28
core: update Makefile.am for new type converters.
Tom Rondeau
2012-01-28
core: more type converters in Volk; adding char_to_short converter.
Tom Rondeau
2012-01-28
core: more conversion work to Volk for type converters.
Tom Rondeau
2012-01-28
core: cleanup short_to_float.
Tom Rondeau
2012-01-28
core: short_to_X: adding short_to_char block using Volk; made Volk version of...
Tom Rondeau
2012-01-28
core: minor tweaks to float_to_X
Tom Rondeau
2012-01-28
volk: cleaned up float_to_X to be Volk-only and added vlen and scale to const...
Tom Rondeau
2012-01-26
core: moved float_to_X type converters over to use Volk calls.
Tom Rondeau
2012-01-22
core: test case of using Volk to convert from float to short.
Tom Rondeau
2011-12-14
core: API exposure patch.
Nick Foster
2011-12-11
docs: fixing format of link in simply_framer_sync. Helps older Doxygen versio...
Tom Rondeau
2011-12-08
gnuradio-core: fix typo in documentation
Timo Juhani Lindfors
2011-12-06
Fixed warnings generated by variable declaration order.
Tom Rondeau
2011-10-25
I'm sorry but llrintf had one of the best conversions of all time
Josh Blum
2011-10-24
core: really fixed this on 32-bit machines (actually tested). Forced to promo...
Tom Rondeau
2011-10-24
core: fixed float_to_int for 32-bit machines.
Tom Rondeau
2011-10-23
core: Added type conversion int->float (issue #192). Added with a gri file an...
Tom Rondeau
2011-10-20
build: fixed missing file in Makefile.am.
Tom Rondeau
2011-10-19
Somehow, these headers got duplicated. Removed from core, are in gr-digital.
Tom Rondeau
2011-10-19
tags: made tags object oriented
Josh Blum
2011-10-19
core: added transcendental to cmake build
Josh Blum
2011-10-19
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Josh Blum
2011-10-18
Merge branch 'master' into next
Tom Rondeau
2011-10-18
added transcendental block from jblum/transcendental (reworked for master bra...
Tom Rondeau
2011-10-17
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Josh Blum
2011-10-14
fixed a couple of typos.
Tom Rondeau
2011-10-12
digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.
Tom Rondeau
2011-10-08
gr: the CMakeLists.txt took a chill pill
Josh Blum
2011-10-08
gr: minor tweaks for MSVC compatibility
Josh Blum
2011-09-28
Merge branch 'next' into digital
Josh Blum
2011-09-26
Merge branch 'next' into digital
Tom Rondeau
2011-09-26
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Josh Blum
2011-09-24
Merge branch 'master' into next
Tom Rondeau
2011-09-24
Merge branch 'keep1n'
Tom Rondeau
2011-09-24
Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
Josh Blum
2011-09-24
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Josh Blum
2011-09-23
fixing PLL's using new control_loop class so their output update is done at t...
Tom Rondeau
2011-09-23
Merge branch 'master' into next
Tom Rondeau
2011-09-23
Merge branch 'maint'
Tom Rondeau
2011-09-23
fixing PLL's so their output update is done at the right time; were lagging b...
Tom Rondeau
2011-09-22
Fixing keep_one_in_n to allow for large values of n. Performs tag propagation...
Tom Rondeau
[next]