Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-29 | core: source block can yield thread context/produce none | Josh Blum | |
2012-09-29 | core: fix implicit assumption in skiphead | Josh Blum | |
skiphead is a gr_block, not sync block, but assumes that the number of input items is at least the number of output items remove this assumption and make this safe with std::min(ninputs, noutputs) may be necessary with new scheduler patches that can vary the circular buffer sizes | |||
2012-09-28 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-09-27 | core: fix use of private vars in place of API accessor | Josh Blum | |
Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc | |||
2012-09-27 | digital: fix private access in gr_endian_swap | Josh Blum | |
2012-09-05 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-09-04 | Merge branch 'maint' | Johnathan Corgan | |
2012-09-04 | core: only check for *.conf in prefs dir | Martin Braun | |
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-08-29 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-08-05 | arm: better support for ARM processors without NEON. | Jaroslav Skarvada | |
2012-07-19 | core: added message source that takes in tags for controlling bursts. | Nick Foster | |
2012-07-19 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-07-07 | Revert "Merge remote branch 'jblum-github/python_blocks2' into master" | Johnathan Corgan | |
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b. | |||
2012-07-03 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-07-03 | Merge branch 'maint' | Johnathan Corgan | |
Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | core: moved VMCIRCBUF related code to runtime | Josh Blum | |
This build stuff should not be at the top level. | |||
2012-07-03 | swig: added additional swig dependencies gruel/core | Johnathan Corgan | |
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | core: added general_generated to swig deps | Josh Blum | |
We generate the docs so its important that the docs see this header generated first. | |||
2012-07-01 | Merge remote branch 'jblum-github/python_blocks2' into master | Johnathan Corgan | |
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i | |||
2012-06-29 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-28 | core: fix for gri wave byteswapping | Josh Blum | |
Sorry guys, I misunderstood the comments. Wave data is specifically in little endian format. Therefore we should only be swapping on big endian machines. Since systems only provide network endian macros: The following commit provides a cross platform byteswap and macros for host to/from worknet short and long. | |||
2012-06-23 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-06-22 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-22 | gruel: got rid of inet.h and adjusted only file that depended on it | Nicholas Corgan | |
2012-06-22 | core: adds a tag debug sink to display all tags coming into it. | Tom Rondeau | |
This block is meant to help debug applications that use stream tags. | |||
2012-06-21 | core: tiny performance boost, and it looks tidier. | Martin Braun | |
2012-06-21 | core: fixes a very minor bug in gri_wavfile.cc and also makes a FIXME obsolete | Martin Braun | |
2012-06-20 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-20 | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea | |
2. fix offset checking in pmt_annotator_raw | |||
2012-06-20 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-20 | Merge branch 'gr_filter' | Johnathan Corgan | |
2012-06-16 | cmake: add support for SYSCONFDIR | Chí-Thanh Christopher Nguyễn | |
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492 | |||
2012-06-16 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-16 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | |
2012-06-16 | filter: adding freq_xlating_filter. | Tom Rondeau | |
Includes QA and GRC. Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter). | |||
2012-06-15 | New Features: | Tim O'Shea | |
added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen | |||
2012-06-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-06-14 | core: remove extraneous include statement | Johnathan Corgan | |
2012-06-13 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-13 | core: modifications to gr_annotator_raw. | Tom Rondeau | |
Using mutex to make add_tag and work thread safe. Throwing exception intead of asserting on error. | |||
2012-06-13 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | |
2012-06-12 | new block, gr_annotator_raw | Tim O'Shea | |
allows passing a raw pmt k->v pair from outside the flowgraph/python in at exact samples also added GRUEL autogenerated .i files to gnuradio-core-swig include line | |||
2012-06-11 | Merge commit 'v3.6.1' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-10 | Merge branch 'master-mods' | Tom Rondeau | |
2012-06-10 | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | |
2012-06-10 | gr_unpack_k_bits: | Tim O'Shea | |
added python QA code reversed bit ordering to match gr_pack_k_bits gr_keep_m_in_n: added python QA code switched block to operate on individual items as itemsize instead of vectors updated GRC to match | |||
2012-06-10 | Merge branch 'maint' | Tom Rondeau | |
2012-06-10 | volk: make sure the alignment call for a block passes at least 1. | Tom Rondeau | |
For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1. |