Age | Commit message (Expand) | Author |
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 |
2011-09-22 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum |
2011-09-22 | Merge branch 'master' into next | Tom Rondeau |
2011-09-21 | core: Doxygen comments for added tag name parameter. | Tom Rondeau |
2011-09-12 | cmake: updates to build after latest next merge | Josh Blum |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum |
2011-09-09 | Merge branch 'master' into next | Tom Rondeau |
2011-09-09 | Merge branch 'correlate_tag' | Tom Rondeau |
2011-09-05 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum |
2011-09-03 | Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samples | Nick Foster |
2011-08-30 | Merge remote branch 'mbant/cpm' into digital | Tom Rondeau |
2011-08-29 | Updating all three PLL blocks to use new control_loop parent class. | Tom Rondeau |
2011-08-17 | small tweaks for windows building | Josh Blum |
2011-08-17 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum |
2011-08-14 | Convering the PLL refout block to use the gri_control_loop class to take care... | Tom Rondeau |
2011-08-14 | Adding a control_loop class that takes care of setting the loop gains and the... | Tom Rondeau |
2011-07-30 | digital: moved fll_band_edge out of gnruadio-core. | Tom Rondeau |
2011-07-30 | core: made significant improvements in FLL algorithm. Now converges very nicely. | Tom Rondeau |
2011-07-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum |
2011-07-26 | Merge branch 'master' into next | Johnathan Corgan |
2011-07-26 | Merge branch 'maint' | Johnathan Corgan |
2011-07-26 | core: added missing io.h includes on cc files | Josh Blum |
2011-07-26 | core: added missing config.h includes on cc files | Josh Blum |
2011-07-24 | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau |