Age | Commit message (Collapse) | Author |
|
|
|
|
|
In volk, these are now actual files instead of symlinks
|
|
|
|
|
|
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audio source/sink with virtual inheritance
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
* jblum/wip/throttle:
throttle: cleanup conditional code and reimplement with boost posix time
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
|
|
|
The uhd block implementations now inherit from sync block.
And the redundant constructor in source/sink has been removed.
|
|
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.
|
|
|
|
This greatly cleans up gr_throttle and moves the implementation into the .cc file.
The implementation uses boost's posix time library so it will work on all systems.
Also added set_sample_rate() method and support for callback in grc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
segfault can be found.
|
|
only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
|
|
|
|
|
|
|
|
some error checking on opening and saving files.
|
|
|
|
|
|
|
|
|
|
file. Only for windowed filters.
|
|
conflict with design function.
|
|
|
|
|
|
|
|
|
|
* gnuradio/next: (806 commits)
gruel: added missing ignores
gruel: fixed swig interface file to dereference pmt_t.
qtgui: fix distcheck error
gruel: fixing structure. Passes make check.
gruel: SWIGing Gruel into Python to access PMTs.
gnuradio-examples: add C++ audio examples using new gr-audio
created gruel/attributes.h to house compiler specific attribute macros
audio: remove obsoleted individual top-level components
gr-audio: added README and default config fix
volk: simplify the get new method for the aligned pool
grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
grc: swap store the subprocess object rather than the pid when executing
qtgui: removed python directory that was added, never used
uhd: use %ignore to hide warnings and fix errors
Added/updated ignore files.
Fixing gr_filter_design program to import from gnuradio Python package.
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
...
|
|
|
|
|
|
|
|
|
|
|
|
* jblum/mergeme/qtgui/grc: (27 commits)
qtgui: removed python directory that was added, never used
qtgui-grc: added suport in main template for theme icon
qtgui-grc: minor tweaks to the various things
qtgui-grc: added read-only thermo widget to range block
qtgui-grc: fix for list option working in chooser block
qtgui-grc: added check for pyqwt in config
grc: added function args to probe block and documentation
grc: rework the probe blocks and how they fit into grc
qtgui-grc: moved slider to range, added knob and gui tweaks
qtgui-grc: use a vboxlayout for the top_layout
qtgui-grc: made slider widget components (counter/slider) optional
qtgui-grc: add engineering notation to entry and label + other tweaks
qtgui-grc: enable start/stop control through qt widgets
qtgui-grc: rename the text entry and label blocks
grc-qtgui: creaded check box widget with qtgui, cleanup label code
grc-qtgui: added variable text box and static text widgets
grc-qtgui: pick correct signal overload for variable chooser
grc-qtgui: added radio button support, tweaks, more options
grc-qtgui: work on variable chooser block
grc: work on generator for gui flowgraphs to simplify generation
...
|
|
* jblum/wip/attributes:
created gruel/attributes.h to house compiler specific attribute macros
|
|
* jblum/mergeme/volk/remove_posix_memalign:
volk: simplify the get new method for the aligned pool
volk: replace posix_memalign with something cross platform
|
|
* jblum/wip/grc/kill_process:
grc: swap store the subprocess object rather than the pid when executing
|
|
* jblum/mergeme/qtgui/use_gruel_thread_mutex:
qtgui use gruel thread mutex:
|
|
* jblum/mergeme/misc/gruel_thread_simplification:
gruel thread simplification:
|
|
* jblum/mergeme/misc/gr_flowgraph_include_iterator:
gr_flowgraph.cc explicit include of <iterator>
|
|
* jblum/mergeme/misc/use_boost_math_round:
use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
|
|
* jblum/mergeme/misc/use_boost_math_trunc:
use boost::math::trunc in gr_frequency_modulator_fc.cc
|