Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-14 | Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into next | Johnathan Corgan | |
* jblum/mergeme/misc/gruel_thread_simplification: gruel thread simplification: | |||
2011-03-14 | Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into next | Johnathan Corgan | |
* jblum/mergeme/misc/gr_flowgraph_include_iterator: gr_flowgraph.cc explicit include of <iterator> | |||
2011-03-14 | Merge remote branch 'jblum/mergeme/misc/use_boost_math_round' into next | Johnathan Corgan | |
* jblum/mergeme/misc/use_boost_math_round: use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc | |||
2011-03-14 | Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into next | Johnathan Corgan | |
* jblum/mergeme/misc/use_boost_math_trunc: use boost::math::trunc in gr_frequency_modulator_fc.cc | |||
2011-03-14 | gnuradio-examples: add C++ audio examples using new gr-audio | Johnathan Corgan | |
* gnuradio-examples/C++/audio/dial_tone | |||
2011-03-14 | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio | Johnathan Corgan | |
* jblum/wip/gr-audio: gr-audio: added README and default config fix | |||
2011-03-14 | audio: remove obsoleted individual top-level components | Johnathan Corgan | |
2011-03-14 | gr-audio: added README and default config fix | Josh Blum | |
2011-03-14 | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio | Johnathan Corgan | |
* jblum/wip/gr-audio: audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py audio: register arches with priorities, ex: prefer alsa over oss audio: added oss support to gr-audio audio: use conf files to specify default arch audio: moved the grc audio blocks into gr-audio dir audio: moved alsa support files into subdirectory audio: work on swig support, it imports audio: work to get alsa support in, lets see if this works before adding more audio: added audio factory registry and top level includes audio: skeleton for gr-audio component | |||
2011-03-13 | grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc | Josh Blum | |
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons. | |||
2011-03-12 | uhd: use %ignore to hide warnings and fix errors | Josh Blum | |
2011-03-12 | Added/updated ignore files. | Johnathan Corgan | |
2011-03-09 | Fixing gr_filter_design program to import from gnuradio Python package. | Tom Rondeau | |
2011-03-09 | audio: high prio for platform specific audio osx | Josh Blum | |
2011-03-09 | audio: added windows and osx audio source files | Josh Blum | |
2011-03-09 | audio: added config checks for other audios, added jack and port | Josh Blum | |
2011-03-09 | audio: make prefs look like old audio, removed old audio.py | Josh Blum | |
2011-03-09 | audio: register arches with priorities, ex: prefer alsa over oss | Josh Blum | |
2011-03-09 | audio: added oss support to gr-audio | Josh Blum | |
2011-03-09 | audio: use conf files to specify default arch | Josh Blum | |
2011-03-09 | audio: moved the grc audio blocks into gr-audio dir | Josh Blum | |
2011-03-09 | audio: moved alsa support files into subdirectory | Josh Blum | |
2011-03-09 | audio: work on swig support, it imports | Josh Blum | |
2011-03-09 | audio: work to get alsa support in, lets see if this works before adding more | Josh Blum | |
2011-03-09 | audio: added audio factory registry and top level includes | Josh Blum | |
2011-03-08 | audio: skeleton for gr-audio component | Josh Blum | |
2011-03-07 | reverted accidental change to keep 1 in n block | Josh Blum | |
2011-03-07 | uhd: fix generation typo on uhd grc blocks io direction | Josh Blum | |
2011-03-05 | volk: fixing configuration for Cygwin builds. | Don Ward | |
2011-03-01 | uhd: work on gr_uhd_source work() function to reduce latency | Josh Blum | |
Wait on a single packet to become ready, then receive available packets without timeout. | |||
2011-02-28 | uhd: only set has_time_spec when nchan > 1 | Josh Blum | |
Its important for multi-channel continuous, but not wanted in single-channel non-continuous. | |||
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-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-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-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 | |