Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-27 | qtgui use gruel thread mutex: | Josh Blum | |
Replace pthread mutex usage with gruel thread mutex to make the code portable on systems without pthreads. | |||
2011-02-27 | gruel thread simplification: | Josh Blum | |
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time). Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe. | |||
2011-02-27 | gr_flowgraph.cc explicit include of <iterator> | Josh Blum | |
Added explicit include of <iterator>, which was implicitly included by <vector>. Affects platforms where vector does not automatically pull in iterator. | |||
2011-02-27 | use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc | Josh Blum | |
this provides a round implementation on platforms w/o c99 standard | |||
2011-02-27 | use boost::math::trunc in gr_frequency_modulator_fc.cc | Josh Blum | |
this replaces the need for a conditional trunc implementation in config.h | |||
2011-02-27 | Updated copyright notice dates. | Ben Reynwar | |
2011-02-27 | Minor bug fixes (from last two commits) | Ben Reynwar | |
2011-02-27 | Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined ↵ | Tom Rondeau | |
in stddef.h. | |||
2011-02-27 | Merge branch 'next' into constell_obj | Ben Reynwar | |
2011-02-27 | Removing docstring generation from this branch. | Ben Reynwar | |
2011-02-27 | Added testing module for constellation_receiver. | Ben Reynwar | |
2011-02-27 | Added utility python sequence comparison scripts for use in testing. | Ben Reynwar | |
2011-02-25 | Merge branch 'gr_uhd_next' into next | Josh Blum | |
2011-02-25 | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | |
2011-02-25 | uhd: fix export typo and specify export define when building lib | Josh Blum | |
2011-02-22 | howto: Was over-zealous before. The TESTS should remain firmly in the if ↵ | Tom Rondeau | |
GUILE block. | |||
2011-02-22 | howto: cleans up the Python build structure for howto; reverts back to ↵ | Tom Rondeau | |
making it's own howto module not under gnuradio. | |||
2011-02-22 | howto: fixes for howto build structure. Passes check but does not pass ↵ | Tom Rondeau | |
distcheck. | |||
2011-02-22 | howto: I think this is a better fix than the last one. The modules are now ↵ | Tom Rondeau | |
imported from gnuradio. | |||
2011-02-20 | Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵ | Ben Reynwar | |
correspond to one symbol value.) | |||
2011-02-17 | howto: moving install path back to howto/ to get it to work. | Tom Rondeau | |
2011-02-17 | volk: Properly sets up package config script if Orc is not found for Volk. | Tom Rondeau | |
2011-02-17 | Merge branch 'pmt_serial_tags' into next | Tom Rondeau | |
2011-02-17 | guile: removing calls to check for guile and guile-dev. GNU Radio can once ↵ | Tom Rondeau | |
again be built without Guile. | |||
2011-02-15 | uhd: tweaks for swig/python init file | Josh Blum | |
2011-02-13 | Added constellation object unit test. | Ben Reynwar | |
2011-02-13 | Fixing bugs in qam.py. | Ben Reynwar | |
2011-02-13 | Added rotational symmetry info to gr_constellation. | Ben Reynwar | |
2011-02-13 | Added gr_constellation_decoder2_cb block. | Ben Reynwar | |
2011-02-11 | uhd: added mboard param to get time now and added get time last pps | Josh Blum | |
2011-02-10 | uhd: incremented compat number for new api support | Josh Blum | |
2011-02-10 | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | |
2011-02-10 | uhd: tweaks to the grc blocks | Josh Blum | |
2011-02-10 | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | |
2011-02-09 | Changed constellation objects so that codings besides gray code can be used. | Ben Reynwar | |
2011-02-08 | uhd: channel = 0 defaults for single interfaces get_dboard_iface | Josh Blum | |
2011-02-08 | Added first pass at swigging dboard iface | Jason Abele | |
2011-02-08 | Merge branch 'master' into next, using strategy "ours" to skip | Johnathan Corgan | |
master-only commits. | |||
2011-02-08 | build: update revision to 3.3.2git | Johnathan Corgan | |
2011-02-08 | build: update version number to 3.3.1 | Johnathan Corgan | |
2011-02-08 | build: update config.guess and config.sub from canonical source | Johnathan Corgan | |
2011-02-06 | Added tests to qa_trellis.py. | Ben Reynwar | |
2011-02-06 | Added comments to fsm.h | Ben Reynwar | |
2011-02-06 | Added trellis_constellation_metrics_cf. It is equivalent to ↵ | Ben Reynwar | |
trellis_metrics_c but it uses the constellation object's calc_metric method. This method is also added here. trellis_metric_type.h is moved to gr_metric_type since constellation object is now dependent on it. | |||
2011-02-02 | gruel: generate pmt_serial_tags with python, removes guile dependency | Josh Blum | |
2011-02-02 | volk: updating to readd unaligned dot product under new name scheme. | Tom Rondeau | |
2011-02-02 | volk: cleaning up makefile issues after merge. | Tom Rondeau | |
2011-02-01 | Merge branch 'volk_rename' into next | Tom Rondeau | |
Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc | |||
2011-02-01 | Forgot to add qpsk.py in last commit. | Ben Reynwar | |
2011-01-31 | Added QPSK constellation object. | Ben Reynwar | |