Activity

From 02/17/2011 to 03/18/2011

03/18/2011

07:39 am Revision 831ca406: gr-utils: handling parameters and GUI updates when loading filters from file. ...
Tom Rondeau
06:19 am Revision add43f24: gr-utils: refactoring design parameters from 'design' to 'params' to not confl...
Tom Rondeau

03/17/2011

06:15 pm Revision cec3834a: gr-utils: way to break something you just fixed a few days ago...
Tom Rondeau
06:11 pm Revision cc4cd11b: gr-utils: Adding save and open actions to filter designer.
Tom Rondeau

03/16/2011

04:46 pm Revision 4d1426b8: howto: updated ignores
Johnathan Corgan
04:26 pm Revision 70bd1d10: build: updated version to 3.4.0git
Johnathan Corgan
03:18 pm Revision 4cd06fad: Merge remote branch 'gnuradio/next'
* gnuradio/next: (806 commits)
gruel: added missing ignores
gruel: fixed swig interface file to dereference pmt_t...
Johnathan Corgan
04:04 am Revision 1d70ed2b: gruel: added missing ignores
Johnathan Corgan

03/15/2011

05:46 pm Revision 338b01e7: Merge branch 'next' of gnuradio.org:gnuradio into next
Tom Rondeau
04:53 pm Revision 1ecc511a: Merge branch 'pmtswig' into next
Tom Rondeau
04:30 pm Revision eb3a4fe5: gruel: fixed swig interface file to dereference pmt_t.
Tom Rondeau
03:31 am Revision b4bd3e47: qtgui: fix distcheck error
Johnathan Corgan
03:07 am Revision 22deb62a: Merge remote branch 'jblum/mergeme/qtgui/grc' into next
* jblum/mergeme/qtgui/grc: (27 commits)
qtgui: removed python directory that was added, never used
qtgui-grc: add...
Johnathan Corgan
03:03 am Revision f3d37349: Merge remote branch 'jblum/wip/attributes' into next
* jblum/wip/attributes:
created gruel/attributes.h to house compiler specific attribute macros
Johnathan Corgan
03:01 am Revision a82c461c: Merge remote branch 'jblum/mergeme/volk/remove_posix_memalign' into next
* jblum/mergeme/volk/remove_posix_memalign:
volk: simplify the get new method for the aligned pool
volk: replace ...
Johnathan Corgan
03:00 am Revision f4e78c76: Merge remote branch 'jblum/wip/grc/kill_process' into next
* jblum/wip/grc/kill_process:
grc: swap store the subprocess object rather than the pid when executing
Johnathan Corgan
02:59 am Revision 44f06ca6: Merge remote branch 'jblum/mergeme/qtgui/use_gruel_thread_mutex' into next
* jblum/mergeme/qtgui/use_gruel_thread_mutex:
qtgui use gruel thread mutex:
Johnathan Corgan
02:52 am Revision 90243cbe: Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into next
* jblum/mergeme/misc/gruel_thread_simplification:
gruel thread simplification:
Johnathan Corgan
02:49 am Revision a12b611f: Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into next
* jblum/mergeme/misc/gr_flowgraph_include_iterator:
gr_flowgraph.cc explicit include of <iterator>
Johnathan Corgan
02:45 am Revision 3dd7ff3e: Merge remote branch 'jblum/mergeme/misc/use_boost_math_round' into next
* jblum/mergeme/misc/use_boost_math_round:
use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
Johnathan Corgan
02:44 am Revision cd3c58cd: Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into next
* jblum/mergeme/misc/use_boost_math_trunc:
use boost::math::trunc in gr_frequency_modulator_fc.cc
Johnathan Corgan
01:00 am Revision ee849707: gruel: fixing structure. Passes make check.
Tom Rondeau

03/14/2011

11:57 pm Revision 4d5096c8: Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grc
Conflicts:
grc/grc_gnuradio/Makefile.am
Josh Blum
11:33 pm Revision a611da70: gruel: SWIGing Gruel into Python to access PMTs.
Tom Rondeau
10:20 pm Revision 7df5b10d: gnuradio-examples: add C++ audio examples using new gr-audio
* gnuradio-examples/C++/audio/dial_tone Johnathan Corgan
06:23 pm Revision bf9c1387: created gruel/attributes.h to house compiler specific attribute macros
replaced instances of __attribute__ with __GR_ATTR from attributes.h
what else has compiler specific attributes?
vol...
Josh Blum
05:27 pm Revision c16a01e0: Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
* jblum/wip/gr-audio:
gr-audio: added README and default config fix
Johnathan Corgan
05:26 pm Revision 5748eff2: audio: remove obsoleted individual top-level components
Johnathan Corgan
05:17 pm Revision e2c5a9ff: gr-audio: added README and default config fix
Josh Blum
04:41 pm Revision 2ce363d4: Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio
* jblum/wip/gr-audio:
audio: high prio for platform specific audio osx
audio: added windows and osx audio source ...
Johnathan Corgan
04:33 pm Revision 888beebf: volk: simplify the get new method for the aligned pool
Josh Blum
03:22 am Revision 4ad736e2: Fixing gr_filter_design program to import from gnuradio Python package.
Tom Rondeau
12:33 am Revision 07bd878b: grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files.
When the gr-usrp and gr-usrp2 dir...
Josh Blum

03/13/2011

09:22 pm Revision 47a87580: Adding test to use free or munmap to USRP2 ethernet buffer.
Tom Rondeau
06:36 pm Revision 21158d42: grc: swap store the subprocess object rather than the pid when executing
For some reason os.kill(p.pid, SIGKILL) does not work on windows.
However, the subprocess p.kill() works just fin...
Josh Blum
02:02 am Revision fcebe220: qtgui: removed python directory that was added, never used
Josh Blum
01:58 am Revision b812a91c: uhd: use %ignore to hide warnings and fix errors
Josh Blum
12:17 am Revision 6673be77: Added/updated ignore files.
Johnathan Corgan

03/10/2011

04:08 am Revision 04a2f7d4: Fixing gr_filter_design program to import from gnuradio Python package.
Tom Rondeau
02:12 am Revision cef9e33e: Volk: first steps to conditional compilation/multiple obj files.
Nick Foster
12:29 am Revision d1f87733: audio: high prio for platform specific audio osx
Josh Blum
12:27 am Revision 5f4976ea: audio: added windows and osx audio source files
Josh Blum
12:10 am Revision ef276a8b: audio: added config checks for other audios, added jack and port
Josh Blum

03/09/2011

10:31 pm Revision a83d1cf1: audio: make prefs look like old audio, removed old audio.py
Josh Blum
09:39 pm Revision 78f735f4: audio: register arches with priorities, ex: prefer alsa over oss
Josh Blum
08:51 pm Revision 8bd65a04: audio: added oss support to gr-audio
Josh Blum
08:31 pm Revision 0ac77af7: audio: use conf files to specify default arch
Josh Blum
07:44 pm Revision 0644b009: audio: moved the grc audio blocks into gr-audio dir
Josh Blum
07:28 pm Revision 6d1d64eb: audio: moved alsa support files into subdirectory
Josh Blum
07:17 pm Revision 4cba8db9: audio: work on swig support, it imports
Josh Blum
06:29 pm Revision 24d30ff3: audio: work to get alsa support in, lets see if this works before adding more
Josh Blum
08:52 am Revision 77da72f5: audio: added audio factory registry and top level includes
Josh Blum
07:13 am Revision b9b53181: audio: skeleton for gr-audio component
Josh Blum
12:33 am Revision b013372e: volk: replace posix_memalign with something cross platform
Josh Blum

03/08/2011

07:52 am Revision c86acebd: qtgui-grc: added suport in main template for theme icon
Josh Blum
02:40 am Revision 9121b75d: qtgui-grc: minor tweaks to the various things
Josh Blum
12:08 am Revision 8eeba059: reverted accidental change to keep 1 in n block
Josh Blum

03/07/2011

09:16 pm Revision 51bcf966: qtgui-grc: added read-only thermo widget to range block
Josh Blum
09:15 pm Revision 0f9de851: qtgui-grc: fix for list option working in chooser block
Josh Blum
08:52 pm Revision 7e2bd5ad: uhd: fix generation typo on uhd grc blocks io direction
Josh Blum
08:45 pm Revision d658659c: qtgui-grc: added check for pyqwt in config
Josh Blum
07:43 pm Revision 4e0fb789: grc: added function args to probe block and documentation
Josh Blum

03/06/2011

07:18 pm Revision 7070c10d: grc: rework the probe blocks and how they fit into grc
Removed the source on all probe blocks.
Advertise the probe-able function in the docs.
Added missing signal probe blo...
Josh Blum
04:37 am Revision 19c0865b: qtgui-grc: moved slider to range, added knob and gui tweaks
Josh Blum
01:22 am Revision 942e2685: volk: fixing configuration for Cygwin builds.
Don Ward

03/04/2011

05:08 pm Revision 028f105b: qtgui-grc: use a vboxlayout for the top_layout
Josh Blum
06:16 am Revision 5bffcb2b: qtgui-grc: made slider widget components (counter/slider) optional
Josh Blum
12:21 am Bug #419: vmcircbuf problem with keen_one_in_n
This breaks any app using wxgui sinks at high rate, a must fix before cutting next over to master.
A temporary fix...
Josh Blum

03/03/2011

06:13 am Revision 47096a9e: qtgui-grc: add engineering notation to entry and label + other tweaks
Josh Blum

03/02/2011

03:56 am Feature #413 (Closed): Do something useful with USRP2 LEDs
http://www.ettus.com/uhd_docs/manual/html/usrp2.html#front-panel-leds Josh Blum
03:48 am Feature #420 (Closed): update grc for pep8
http://www.python.org/dev/peps/pep-0008/
Replace tabs with 4 spaces in grc code, xml wrappers, flow graph template...
Josh Blum
02:18 am Revision fedf4fbc: qtgui-grc: enable start/stop control through qt widgets
Josh Blum
02:05 am Revision fb5d1b80: qtgui-grc: rename the text entry and label blocks
Josh Blum
01:02 am Revision c1ff442c: grc-qtgui: work on variable chooser block
Josh Blum
01:02 am Revision d8294997: grc-qtgui: added radio button support, tweaks, more options
Josh Blum
01:02 am Revision c86fb346: grc-qtgui: pick correct signal overload for variable chooser
Josh Blum
01:02 am Revision a09e0096: grc-qtgui: creaded check box widget with qtgui, cleanup label code
Josh Blum
01:02 am Revision 93133244: grc-qtgui: added variable text box and static text widgets
Josh Blum
01:02 am Revision 7ed83c72: grc: added qtgui support to grc (just added sink)
Josh Blum
01:02 am Revision a284640d: qtgui: use pyqwt widgets in grc variable slider block
Josh Blum
01:02 am Revision 9ae8997e: qtgui: created a forms module with a slider and text box, implemented in grc
Josh Blum
01:02 am Revision 0e076c58: qtgui: an attempt at a slider form
Josh Blum
01:02 am Revision 47f621a1: grc: work on generator for gui flowgraphs to simplify generation
generator does not differentiate between notebooks and controls,
they are all block, but block are now sorted by vari...
Josh Blum
01:02 am Revision f0537a7d: grc: moved wxgui blocks and python into gr-wxgui/grc
Prefixed wxgui blocks with WX GUI in the block names.
Added category to wxgui variables blocks (not in the main block...
Josh Blum
01:02 am Revision 2c263e96: qtgui: work on variable chooser
Josh Blum
01:02 am Revision e30f0a7c: grc: added tabbed widget in qtgui for grc
created gui_hint type to handle tab descriptor + position markup,
and to handle the generation of the name of the par...
Josh Blum
12:31 am Revision 75538e12: uhd: work on gr_uhd_source work() function to reduce latency
Wait on a single packet to become ready, then receive available packets without timeout. Josh Blum

03/01/2011

01:03 am Revision 75c53194: uhd: only set has_time_spec when nchan > 1
Its important for multi-channel continuous,
but not wanted in single-channel non-continuous.
Josh Blum

02/28/2011

06:14 am Revision d7093fd0: Fixed to make compatible with python 2.4
Ben Reynwar
03:59 am Revision 069dabd7: qtgui use gruel thread mutex:
Replace pthread mutex usage with gruel thread mutex
to make the code portable on systems without pthreads.
Josh Blum
03:58 am Revision e73c25fb: gruel thread simplification:
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of... Josh Blum
03:57 am Revision aedfa8ec: gr_flowgraph.cc explicit include of <iterator>
Added explicit include of <iterator>,
which was implicitly included by <vector>.
Affects platforms where vector does...
Josh Blum
03:52 am Revision 239c5860: use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
this provides a round implementation on platforms w/o c99 standard Josh Blum
03:52 am Revision 8e5f4bc8: use boost::math::trunc in gr_frequency_modulator_fc.cc
this replaces the need for a conditional trunc implementation in config.h Josh Blum
12:04 am Revision 1aa94c0d: Updated copyright notice dates.
Ben Reynwar
12:03 am Revision 3a5d0529: Minor bug fixes (from last two commits)
Ben Reynwar

02/27/2011

10:35 pm Revision 3c3aff08: Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined in...
Tom Rondeau
08:46 pm Revision c783c2f9: Merge branch 'next' into constell_obj
Ben Reynwar
08:40 pm Revision 315f45c2: Removing docstring generation from this branch.
Ben Reynwar
04:37 pm Revision aaabfd92: Added testing module for constellation_receiver.
Ben Reynwar
04:32 pm Revision af9c07be: Added utility python sequence comparison scripts for use in testing.
Ben Reynwar

02/26/2011

12:11 am Revision a02bb131: Merge branch 'gr_uhd_next' into next
Josh Blum

02/25/2011

11:34 pm Revision 5bb8acf2: uhd: added sensors api to gr-uhd blocks and swig support
Josh Blum
08:12 pm Revision b4bab6df: uhd: fix export typo and specify export define when building lib
Josh Blum

02/22/2011

11:08 pm Revision da9e63bf: howto: Was over-zealous before. The TESTS should remain firmly in the if GUILE...
Tom Rondeau
10:02 pm Revision 1e9881f4: howto: cleans up the Python build structure for howto; reverts back to making ...
Tom Rondeau
08:04 pm Revision 4e33fbc5: howto: fixes for howto build structure. Passes check but does not pass distcheck.
Tom Rondeau
08:04 pm Revision c75954de: howto: I think this is a better fix than the last one. The modules are now imp...
Tom Rondeau
06:25 pm Revision ffcb81f1: Added Makefile.gen back to repo
Achilleas Anastasopoulos

02/21/2011

11:58 pm Revision 96a174f1: added pccc decoder + examples
Achilleas Anastasopoulos

02/20/2011

07:06 pm Revision 38fe2e1b: Constellation objects accept n-dimensional points. (i.e. n complex numbers cor...
Ben Reynwar
06:10 pm Revision a36d479a: added pccc (parallel concatenated convlutional code) encoder
Achilleas Anastasopoulos
03:31 pm Revision 77a44885: updated documentation
Achilleas Anastasopoulos
03:13 pm Revision 6454b7f2: added sccc_decoder block (without the metrics part)
Achilleas Anastasopoulos
02:22 pm Revision 9bc24753: added a scaling parameter in trellis_sccc_decoder, needed
for sum-product metric calculation Achilleas Anastasopoulos

02/19/2011

04:42 pm Revision 00c5b9c5: added sccc turbo decoder block + example test_sccc_turbo1.py
Achilleas Anastasopoulos
04:55 am Revision f737dc44: templated siso_combined
removed Makefile.gen from git tracking Achilleas Anastasopoulos
01:43 am Revision 4475307c: removed "audio" dependencies from test files in gr-trellis
Achilleas Anastasopoulos
01:35 am Revision ea767612: core algorithms such as viterbi/siso were refactored
and implemented using templates.
Minor renaming of some files
Achilleas Anastasopoulos

02/18/2011

04:16 am Revision 2ed9e3bc: inital commit of turbo stuff:
added sccc encoder block + minor fixes Achilleas Anastasopoulos

02/17/2011

10:17 pm Revision 501aa52b: howto: moving install path back to howto/ to get it to work.
Tom Rondeau
08:48 pm Revision ca64a7a9: volk: Properly sets up package config script if Orc is not found for Volk.
Tom Rondeau
08:19 pm Revision ff5f0ed3: Merge branch 'pmt_serial_tags' into next
Tom Rondeau
05:15 pm Revision 09079981: guile: removing calls to check for guile and guile-dev. GNU Radio can once aga...
Tom Rondeau
01:30 am Revision 26c81b79: Fixed mktables for the old non-runtime volk.
Nick Foster
01:20 am Revision 0eeeb636: Volk_runtime now does self-initialization. You can call volk_xxx_a16() just li...
The first run of each function does the rank_archs call. Subsequent calls proceed with no overhead.
volk_init is stil...
Nick Foster
« Previous
Next »
 

Also available in: Atom