Activity

From 02/28/2012 to 03/28/2012

03/28/2012

03:30 am Revision bd7b4a56: Merge branch 'master' into next
Tom Rondeau
03:02 am Revision 1aecf534: Merge branch 'maint'
Tom Rondeau
02:04 am Revision c774e6ef: doc: fix documentation for wavsink (thanks to John Coppens for point it out).
Tom Rondeau
02:02 am Revision 170c4ba4: core: when reseting buffers, make sure that the read/write pointers are always...
This fixes problems when disconnecting and reconnecting blocks to a flowgraph. Tom Rondeau
01:51 am Revision 9fa5e851: Merge branch 'ch_bw'
Tom Rondeau
01:46 am Revision 8bfb47dd: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau

03/27/2012

09:28 pm Revision 16d63a57: Merge branch 'master' into next
Johnathan Corgan
09:28 pm Revision 79e341d9: Merge branch 'maint'
Johnathan Corgan
06:17 pm Revision d346cb28: uhd: fix dc offset call in uhd source
SWIG/python cannot differentiate the calls set_dc_offset
with an complex number or a boolean paramater.
It seems to t...
Josh Blum
04:25 pm Bug #491 (Closed): Release tarballs up to 3.5.2.1 miss cmake files
The 3.5.x release series uses autotools to generate the distribution tarballs. It is not as simple a matter as inclu... Johnathan Corgan
01:07 pm Bug #492 (Closed): cmake equivalent for configure's --sysconfdir=/etc
It is currently impossible to set the path for etc-directory when using cmake. The result will be that files are inst... Markus Rothe
12:17 pm Bug #491 (Closed): Release tarballs up to 3.5.2.1 miss cmake files
Release tarballs up to 3.5.2.1 miss CMakeLists.txt. Please include them in the tarballs. Markus Rothe

03/26/2012

12:52 am Revision 25b29495: grc: resolve down and up stream for empty types
Josh Blum

03/24/2012

05:19 pm Revision e91ae541: Merge branch 'master' into next
Conflicts:
gr-uhd/lib/Makefile.am
Johnathan Corgan
05:19 pm Revision 87c8751c: Merge remote branch 'jblum/mergeme_uhd'
Johnathan Corgan
05:18 pm Revision 60e31043: Merge branch 'maint'
Johnathan Corgan
05:18 pm Revision f06bc44e: Merge remote branch 'jblum/fix_uhd_device_addr_python' into maint
Johnathan Corgan
12:38 am Revision 7eebbcd5: Merge branch 'master' into next
Johnathan Corgan
12:38 am Revision ad6cdc58: Merge branch 'maint'
Johnathan Corgan
12:10 am Revision aa856c39: Changes preinst.in from running 'ls' to running 'echo'
Nicholas Corgan

03/23/2012

09:10 pm Revision 0aeee7ff: uhd: finite_acquisition_v timeout should be >> than stream time
Josh Blum
09:10 pm Revision 38d0c4cf: uhd: add a flush to finite_acquisition_v
Josh Blum
09:10 pm Revision 90213d65: uhd: perform abi compat check before making a block
Josh Blum
09:10 pm Revision a751e488: uhd: added set_start_time calls to source/sink
Josh Blum
09:10 pm Revision 7954c7db: uhd: added multi-finite-aquisition
Josh Blum
09:08 pm Revision 708b7e46: uhd: fix device_addr init issue
Josh Blum
09:04 pm Revision c39f8485: fcd: convert to private implementation pattern
Johnathan Corgan
07:07 pm Revision 48772569: Merge branch 'master' into next
Johnathan Corgan
07:07 pm Revision 47315e95: Merge branch 'maint'
Johnathan Corgan
07:06 pm Revision f95a0abb: cmake: fix include path order in gruel
Johnathan Corgan

03/22/2012

10:24 pm Revision 2e5519b6: Merge branch 'master' into next
Conflicts:
config/Makefile.am
configure.ac
Johnathan Corgan
10:16 pm Revision fc115e6a: Merge branch 'gr-fcd'
Johnathan Corgan
10:07 pm Revision a2149950: Merge branch 'master' into next
Johnathan Corgan
10:01 pm Revision 69c9100b: Merge branch 'maint'
Johnathan Corgan
08:57 pm Revision 81fba649: Implement conditionalized build for WIN32
Johnathan Corgan
08:46 pm Revision 116f8234: volk: added volk as depedency for various components
Its important to list the dependent libraries for a test
so the library path can be correctly set.
This is ne...
Josh Blum
08:45 pm Revision d9226e09: volk: fix for load prefs (config path)
1) add APPDATA to search path for windows
2) graceful fail and env vars not defined
Josh Blum
08:21 pm Revision da09d2b0: volk: make both test cases look and function the same.
Tom Rondeau

03/21/2012

11:59 pm Revision d8832807: volk: add include for config.h to cc file
volk_32f_s32f_convert_16i_a was also a problem,
previously volk_32f_s32f_convert_16i_u was fixed to have config.h.
I ...
Josh Blum
12:14 am Bug #481 (Resolved): qa_vector_sink_source.py failure - RuntimeError thrown, expecting ValueError
It appears that all C++ exceptions thrown in FreeBSD come up through Python as RuntimeErrors. From what I can tell, S... Tom Rondeau

03/20/2012

11:57 pm Revision b62700ab: Merge branch 'master' into next
Tom Rondeau
11:56 pm Revision 314916c9: howto: fixed cmake project definition to include C.
Fixes a problem with finding PythonLibs. Tom Rondeau

03/19/2012

07:10 pm Feature #452: gr-digital FLL in front of receive chain in examples
So looking into this closer, there's a problem of responsibility. The channel filter is implemented in receive_path a... Tom Rondeau
07:09 pm Revision bcf44690: digital: in narrowband examples, added the ability to change the channel bandw...
When the frequency factor is off significantly, the signal can be outside the range
of the channel filter. This allow...
Tom Rondeau
05:56 pm Revision abc79670: Merge branch 'master' into next
Conflicts:
volk/config/orc.m4
Tom Rondeau
05:55 pm Revision 77834b2d: Merge branch 'maint'
Tom Rondeau
05:54 pm Revision c9ff4b28: volk: change minimum acceptable ORC version to 4.12 (in cmake and updating ver...
Tom Rondeau
12:08 am Bug #486 (Resolved): gr_sig_source_X produces bad output if sampling_freq < oscillator_freq*2
Applied the patch suggested by Ben to fold the frequency, which will alias the signals instead of produce bad output.... Tom Rondeau
12:05 am Revision b05ac49c: Merge branch 'master' into next
Tom Rondeau
12:05 am Revision bbddd082: Merge branch 'maint'
Tom Rondeau
12:04 am Revision 7fda6b2c: core: fixed point sin/cos generator properly folds frequencies outside nyquist...
Ben Reynwar

03/18/2012

08:31 pm Revision 70c625e9: Merge branch 'master' into next
Johnathan Corgan
08:30 pm Revision c138b94f: Merge branch 'maint'
Johnathan Corgan
08:29 pm Revision 32ff8644: Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maint
Johnathan Corgan
08:33 am Revision 6e379955: core: empty gr_hier_block2 contructor for virtual inheritance
Josh Blum
08:31 am Revision ff4daf02: core: adds -B to python QA gnuradio-core
Josh Blum

03/17/2012

06:26 pm Revision 2273c29e: Merge branch 'master' into next
Conflicts:
config/grc_gruel.m4
Johnathan Corgan
06:24 pm Revision 3e4924f2: build: fix autotools breakage from gruel_swig_common merge
Johnathan Corgan
06:12 pm Revision ce5eea6e: digital: fix constellation __repr__ for Python swig only
Johnathan Corgan

03/16/2012

09:43 pm Revision 710f3dcc: Merge branch 'master' into next
Johnathan Corgan
09:33 pm Revision 7e2d501a: Merge branch 'gr-uhd-set-user-register'
Johnathan Corgan
09:32 pm Revision 30adb881: uhd: conditionalize set_user_register call on availability in UHD API
Johnathan Corgan
08:57 pm Revision fcdac045: Merge branch 'master' into next
Conflicts:
gruel/src/swig/Makefile.am
Tom Rondeau
08:56 pm Revision 74f7c070: Merge branch 'maint'
Tom Rondeau
08:56 pm Revision 9ebc2052: Merge remote branch 'jblum/gruel_common_swig'
Tom Rondeau
08:55 pm Revision dec5706b: Merge remote branch 'jblum/minor_gruel_qa_fix' into maint
Tom Rondeau
08:09 pm Revision f9a07338: gruel: created common swig include file
This work taken from gruel_work_squashed
Common swig file includes:
* Language independent exception handler
* Wrapp...
Josh Blum
07:45 pm Revision efa8df3c: gruel: run qa tests with -B (fix from gruel_work_squashed)
Josh Blum
06:29 pm Feature #444 (Resolved): volk: handle alignment
Fix from merging branch safe_align:
0a6f1494b8e462c13c8c48c69680832967ebec72
Tom Rondeau
06:28 pm Bug #462 (Resolved): grc: gr delay callback doesnt do anything - remove callback
Fixed in commit:
fed443d1ae6bb78b24de54be5daa9647c5368faa
Tom Rondeau
06:17 pm Revision b5dbeb3f: Merge branch 'master' into next
Tom Rondeau
06:16 pm Revision b42436cd: Merge branch 'maint'
Tom Rondeau
06:16 pm Revision 0f2ea179: Merge branch 'maint' of gnuradio.org:gnuradio into maint
Tom Rondeau
06:15 pm Revision 8badde89: docs: added reference to more details on gri_mmse_fir_interpolator documentation.
Tom Rondeau
12:18 am GNU Radio Release 3.5.2.1
This is a bug fix release to address certain issues with the operation
of libvolk on 32-bit machines.
The updated...
Johnathan Corgan
12:04 am gnuradio-3.5.2.1.tar.gz
GNU Radio Release 3.5.2.1 Johnathan Corgan

03/15/2012

11:48 pm Revision 8b63090b: Merge branch 'master' into next
Johnathan Corgan
11:45 pm Revision c095de4e: Merge branch 'maint'
* Use merge strategy '-s ours' to skip release commits on maint. Johnathan Corgan
11:20 pm Revision 26c03164: update revision to v3.5.2.1
Johnathan Corgan
10:03 pm Revision ac9cd0eb: Merge branch 'master' into next
Tom Rondeau
10:03 pm Revision 29ac4f1f: Merge branch 'maint'
Tom Rondeau
10:03 pm Revision 805d16e7: Merge branch 'volk_32bit_fixes_maint' into maint
Tom Rondeau
10:00 pm Revision c4c985b2: Merge branch 'master' into next
Johnathan Corgan
09:59 pm Revision 263bdb48: Merge branch 'maint'
Johnathan Corgan
09:56 pm Revision 3b813097: volk: set local includes first for precedence
Josh Blum
09:25 pm Revision 43224ac7: volk: turning off sse implementation of complex dot product for 32-bit machine...
Tom Rondeau
09:25 pm Revision 313573db: volk: makes the float-to-int conversion consistent and fixes an overflow bug o...
Not currently used in GNU Radio, so no change in behavior there. Tom Rondeau
09:25 pm Revision 17adb701: core: makes sure that the Fourier taps for the FFT filter are aligned.
Creates a helper function to get access to fftw's malloc/free capabilities. Tom Rondeau
06:28 pm Revision 5a55ae70: gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt sin/cos.
Signed-off-by: Philip Balister <[email protected]> Philip Balister
03:49 pm Revision 2de96be2: Merge branch 'master' into next
Johnathan Corgan
03:49 pm Revision 4310205c: Merge branch 'maint'
Johnathan Corgan

03/14/2012

05:44 pm Revision 65e316fd: cmake: Windows uses size of void* to determine x86 vs. x64 and names installer...
Nicholas Corgan
12:38 am Revision 62c6323b: Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register
Johnathan Corgan
12:05 am Revision e383cfe2: fcd: fixes for distcheck
Tom Rondeau

03/13/2012

10:33 pm Revision 60859285: Merge branch 'master' into next
Tom Rondeau
10:32 pm Revision 295a0da6: grc: update channel model block noise source seed to 0 to match other noise so...
Tom Rondeau
05:21 pm Revision 92a047f5: qa_gr_fxpt : Remove debugging cout.
Signed-off-by: Philip Balister <[email protected]> Philip Balister
04:51 pm Revision e821790d: fcd: update text files and copyright
Johnathan Corgan
04:37 pm Revision a14aeb5f: fcd: fix compiler and documentation warnings
* Mismatch in parameter name in hidapi.h
* Signedness error in hid-libusb.c
* Disable unusued warning for TODO item...
Johnathan Corgan
04:14 pm Revision 85beb37c: fcd: implement conditional build for MacOSX
Michael Dickens
04:00 pm Revision c7328884: Merge branch 'master' into next
Conflicts:
gnuradio-core/src/lib/general/Makefile.am
gnuradio-core/src/lib/gengen/.gitignore
gnuradio-core/src/lib...
Tom Rondeau
03:57 pm Revision 0d6871b3: core: updated the documentation for the noise source to explain the seed better.
Also changed the default seed to 0. Since the current distributions enabled only change with negative seeds, this cau... Tom Rondeau
03:26 pm Revision c50cdd6e: Merge branch 'probe'
Tom Rondeau
02:31 pm Revision b872e23b: core: adding new probe_signal from gengen into autotools build.
Tom Rondeau
02:13 pm Revision c8f59bae: gr_fxpt : Add sincos function to class.
Signed-off-by: Philip Balister <[email protected]> Philip Balister

03/12/2012

10:10 pm Revision 704afafe: fcd: complete cmake build
Johnathan Corgan
08:28 pm Revision 41c94e0a: Add test for probe_signal blocks.
Ben Reynwar
08:27 pm Revision 0cbaf1b3: Added gr_probe_signal_X and gr_probe_signal_vX.
Ben Reynwar
04:58 pm Revision 2d54dd69: Merge branch 'master' into next
Johnathan Corgan
04:57 pm Revision 7a3a0b53: Merge branch 'maint'
Johnathan Corgan
04:55 pm Revision 8e013157: cmake: add slackware detection
Josh Blum
04:31 pm Revision 9ef789c8: fcd: added FCD_API to code
Tom Rondeau
04:18 pm Revision 0cdbdc6e: gr_fxpt.c : Remove unused code.
The code in the #if 0 block is in the header file. Remove this section to
avoid confusing people trying to figure out...
Philip Balister
02:37 am Revision 72576bd2: fcd: cmake build work in progress
Johnathan Corgan

03/11/2012

04:24 pm Revision 9f9b2f0b: fcd: fix grc import statement
Alexandru Csete

03/10/2012

07:09 pm Revision d8ad6e8e: fcd: moved items to current layout standard
* Public header files moved from lib/ to include/fcd
* Contents of apps/ moved to examples/ to get into gnuradio/exa...
Johnathan Corgan
06:38 pm Revision b6ecb24e: fcd: move HID and FCD libraries into own subdirs
* These libraries are packaged here for convenience and are not considered
part of GNU Radio proper.
Johnathan Corgan
05:56 pm Revision 41f14646: fcd: incorporated into Doxygen docs
Johnathan Corgan
12:58 pm Revision bbfe6d61: Merge branch 'master' into next
Tom Rondeau
12:57 pm Revision 502d7466: Merge remote branch 'benreynwar/maint'
Tom Rondeau
01:00 am Revision 1c15d2ce: Adding __repr__ to constellations.
Ben Reynwar

03/09/2012

07:02 pm Revision 15b215a4: fcd: convert out-of-tree autotools build to in-tree
This still needs doc directory conversion to new documentation
system.
Johnathan Corgan
12:53 am Revision 7361ce25: Initial import of out-of-tree files from Alexandru Csete
Alexandru Csete
12:49 am Revision 3fec7403: Merge branch 'master' into next
Johnathan Corgan
12:48 am Revision aabc6bd3: Merge branch 'maint'
Johnathan Corgan
12:48 am Revision e9a9b3d6: build: updated ignores
Johnathan Corgan

03/05/2012

09:09 pm GNU Radio Release 3.5.2
This release includes many bug fixes and Tom Rondeau's use of libvolk for many
internal GNU Radio blocks.
The tar...
Johnathan Corgan
08:41 pm gr-howto-write-a-block-3.5.2.tar.gz
GNU Radio HOWTO Release 3.5.2 Johnathan Corgan
08:41 pm gnuradio-3.5.2.tar.gz
GNU Radio Release 3.5.2 Johnathan Corgan
07:53 pm Revision 5c86c074: Merge branch 'master' into next
Use merge strategy '-s ours' to skip release commits. Johnathan Corgan
07:53 pm Revision 22d1f5c3: Merge remote branch 'gnuradio/master' into next
Johnathan Corgan
07:52 pm Revision 57ad294b: build: update revision to 3.5.3git
Johnathan Corgan
07:33 pm Revision 30f452ce: build: update revision to 3.5.2
Johnathan Corgan
07:33 pm Revision a3232aa9: build: update from canonical config files
Johnathan Corgan

03/04/2012

08:56 pm Revision 1864683c: testing something.
Tom Rondeau

03/03/2012

03:27 pm Revision e0f885c8: Merge branch 'master' into next
Tom Rondeau
03:12 pm Revision 4f0add17: volk: include config.h to have rintf in windows/msvc.
Tom Rondeau
03:11 pm Revision c53529ff: volk: include config.h to have rintf in windows/msvc.
Tom Rondeau

03/02/2012

09:21 pm Revision b0f3db9a: grc: updating to new name of pfb synthesizer block.
Tom Rondeau
09:15 pm Revision d1f1c53f: examples: fixing synthesizer examples to use new block name.
Tom Rondeau
09:10 pm Revision 749b27b2: core: changed name of gr_pfb_synthesis_filterbank_ccf to gr_pfb_synthesizer to...
Tom Rondeau
01:02 am Revision 875f5185: Merge branch 'master' into next
Conflicts:
config/grc_volk.m4
gnuradio-core/src/guile/tests/gengen_ctors.test
gnuradio-core/src/lib/Makefile.am
g...
Johnathan Corgan
12:37 am Revision 0a6f1494: Merge remote branch 'tom/safe_align'
Johnathan Corgan

03/01/2012

04:28 pm Revision bc5494fc: Merge branch 'master' into next
Tom Rondeau
04:27 pm Revision 088ca3e5: Merge branch 'maint'
Tom Rondeau
04:27 pm Revision 8f8b651f: docs: setting up ability to link to example files in the Doxygen manual. Using...
Tom Rondeau
02:25 am Revision e115a781: Merge branch 'master' of gnuradio.org:gnuradio
Tom Rondeau
01:42 am Revision 0f73b099: grc: grc PFB channelizer and synthesize to set channel map defaults on startup.
Tom Rondeau

02/29/2012

07:51 pm Revision ed72fd93: Merge branch 'master' into next
Johnathan Corgan
07:51 pm Revision 4c509e6e: Merge branch 'maint'
Johnathan Corgan
06:16 pm Bug #484: udp source/sink broken in OSX
A TCP/UDP implementation using ASIO:
http://gnuradio.org/cgit/jblum.git/tree/gnuradio-core/src/lib/io/gr_blob_to_s...
Josh Blum
06:12 pm Bug #486: gr_sig_source_X produces bad output if sampling_freq < oscillator_freq*2
here is a lookup table-based implementation of the signal source. It should be faster and not suffer from this proble... Josh Blum
06:04 pm Bug #488 (Closed): grc: use a vector
forgot to close, doh! Josh Blum
05:27 pm Revision 7ee3ea3f: Changes Windows installer filename to match naming convention of Ubuntu and Fe...
Nicholas Corgan
04:56 am Revision 030cfac6: Merge branch 'synth' into next
Tom Rondeau
04:56 am Revision 06b9d21d: Merge branch 'next' of gnuradio.org:gnuradio into next
Tom Rondeau
04:55 am Revision 91bbef46: grc: adding new inputs to channelizer and synthesizer xml.
Tom Rondeau
03:09 am Revision d71f5104: Merge branch 'master' into next
Johnathan Corgan
03:08 am Revision 0750b35b: Merge branch 'maint'
Johnathan Corgan
12:01 am Revision 5f801874: Installer filename more clearly separates "gnuradio", version, and distro
Nicholas Corgan

02/28/2012

09:24 pm Revision 68a36d3e: core: simple formatting.
Tom Rondeau
09:23 pm Revision 47d6864e: examples: adding an example of using the channelizer and synthesize together t...
Tom Rondeau
09:02 pm Revision 3d3d3c05: core: pfb channelizer: can now set a channel map to direct the channels to a s...
Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set w... Tom Rondeau
05:36 pm Revision d15bed21: core: pfb synth: can now set channel map and to use 1 or 2 sps on output.
The channel map allows the user to set the streams anywhere in the channel output. Tom Rondeau
03:00 am Revision dd4cc588: core: wip on pfb synthesis. It works, but is a bit hacked together.
Need to determine the best way to handle the two filter cases, with and without oversampling. Tom Rondeau
« Previous
Next »
 

Also available in: Atom