[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jblum branch, mergeme/missing_confi
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jblum branch, mergeme/missing_config_h, created. 767f4f75ed05232cf7ee646d285596e5f4e7ea08 |
Date: |
Sun, 10 Jul 2011 02:31:43 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".
The branch, mergeme/missing_config_h has been created
at 767f4f75ed05232cf7ee646d285596e5f4e7ea08 (commit)
- Log -----------------------------------------------------------------
commit 767f4f75ed05232cf7ee646d285596e5f4e7ea08
Author: Josh Blum <address@hidden>
Date: Sat Jul 9 19:30:40 2011 -0700
core: added missing config.h includes on cc files
Added to the cc files which were missing config.h and
required compatibility functions defined in config.h.
Applies to compiling under MSVC with cmake work branch.
commit 1aeb7d085556edd23fbab0584603354895b9af6d
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 8 18:24:46 2011 -0700
gr-usrp: fix missing Makefile.am entry
commit 85477e81354597c40b37b75e5b9eb0af3c3fa4a2
Merge: 666cd2d 85a8b62
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 8 17:41:09 2011 -0700
Merge remote branch 'nick/volk_cmake'
commit 666cd2dd6818fb66e538fa52957f3a23d68e7b94
Merge: 5938a37 9bfe75f
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 8 10:23:31 2011 -0700
Merged jblum/new_volk into master
commit 5938a37512ec66872adf28b260cb1d2bfefa9602
Merge: b7d8980 f5c18ec
Author: Johnathan Corgan <address@hidden>
Date: Wed Jul 6 19:11:06 2011 -0700
Merge branch 'maint'
commit f5c18ec56d270c5cbc67bd12bfc22973583239e3
Author: Michael Dickens <address@hidden>
Date: Wed Jul 6 19:04:29 2011 -0700
gr-audio: fix missing Makefile.am clause
Date: Tue, 5 Jul 2011 23:16:48 -0500
Message-ID: <address@hidden>
From: Ryan Pape <address@hidden>
To: address@hidden
Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error
I'm having trouble with a new install on OSX 10.6. I've done this enough
times on other OSX versions but I am drawing a blank. Can anyone help me
out? Can't find Core Audio libs?
Traceback (most recent call last):
File "./dial_tone.py", line 24, in <module>
from gnuradio import audio
File "/usr/local/lib/python2.6/site-packages/gnuradio/audio/__init__.py",
line 22, in <module>
from audio_swig import *
File
"/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line
26, in <module>
_audio_swig = swig_import_helper()
File
"/usr/local/lib/python2.6/site-packages/gnuradio/audio/audio_swig.py", line
22, in swig_import_helper
_mod = imp.load_module('_audio_swig', fp, pathname, description)
*ImportError:
dlopen(/usr/local/lib/python2.6/site-packages/gnuradio/audio/_audio_swig.so,
2): Symbol not found: _AudioComponentFindNext*
Referenced from: /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib
Expected in: flat namespace
in /usr/local/lib/libgnuradio-audio-3.4.1git.0.dylib
commit b7d8980a6e9e070609b4270ad51d8a91ebfb60b2
Author: Johnathan Corgan <address@hidden>
Date: Mon Jul 4 21:00:18 2011 -0700
gnuradio-examples, gr-audio: moved audio Python and C++ examples into
gr-audio
This begins a transition of examples from a separate gnuradio-examples
component
into an examples directory with the component they go with. In this commit:
gnuradio-examples/c++/audio/ => gr-audio/examples/c++
gnuradio-examples/python/audio => gr-audio/examples/python
The system installation directory remains
$PREFIX/share/gnuradio/examples/audio
commit 2930812784e1b2d9325efccc163448e14118af7c
Author: Johnathan Corgan <address@hidden>
Date: Sun Jul 3 17:51:24 2011 -0700
gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2
One step (of many) to convert GNU Radio to use new Ettus Research UHD
driver.
commit 9810b8820631c610f981016276d4def432549b5f
Merge: f6fedf2 b0a1625
Author: Johnathan Corgan <address@hidden>
Date: Sun Jul 3 12:13:26 2011 -0700
Merge branch 'maint'
commit f6fedf278c08fb0083808c6baf42ba2972a43ef1
Author: Josh Blum <address@hidden>
Date: Sun Jul 3 11:35:55 2011 -0700
gr: added to the .gitignores to various components for in-tree builds
commit 0943610314d15abeecd0547de9541560bf373811
Author: Josh Blum <address@hidden>
Date: Sun Jul 3 11:35:16 2011 -0700
uhd: typo fix for initing a new clock_config()
commit 281e0124e14348a65d5fec1d97ff4317f435c4b4
Merge: 2cdc486 ae0efeb
Author: Josh Blum <address@hidden>
Date: Sun Jul 3 10:55:53 2011 -0700
Merge branch 'uhd/per_mb_ref_source' of gnuradio.org:jblum
commit b0a162579ededbcbc16889a4f948da6096564f26
Author: Johnathan Corgan <address@hidden>
Date: Sun Jul 3 08:27:13 2011 -0700
Fix URL in ChangeLog
commit 2cdc48643f354589acfcc6bd65f65dd5792ff508
Merge: a672268 b1df724
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 1 11:31:23 2011 -0700
Merge branch 'single_pole_iir_const'
commit b1df72440bacd929485d051500b7a34e5c184759
Author: Johannes Schmitz <address@hidden>
Date: Fri Jul 1 11:31:05 2011 -0700
gnuradio-core: make accessor const in gr_single_pole_iir
commit a67226819f965e10be6c0dff7d8222252b325ab8
Merge: 9bf3635 33c0072
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 1 11:19:57 2011 -0700
Merge branch 'quad_demod_gain_accessors'
commit 33c00729c9720c2254cb0fa9daad5994aeba1ab7
Author: Johnathan Corgan <address@hidden>
Date: Fri Jul 1 11:19:32 2011 -0700
gnuradio-core: use common coding style for accessor in quadrature_demod_cf
commit 4c503b6ab621cb15724a6f5ddc6f399d945b42bf
Author: Alexandru Csete <address@hidden>
Date: Fri Jul 1 11:12:47 2011 -0700
gnuradio-core: add accessors for gain property of quadrature_demod_cf
Date: Tue, 17 May 2011 21:52:02 +0200
Message-ID: <address@hidden>
From: Alexandru Csete <address@hidden>
To: address@hidden
Subject: [Patch-gnuradio] set/get gain for quadrature_demod
Greetings,
The attached patch adds set/get gain accessors to the
quadrature_demod_cf block, inspired by the similar changes to the
frequency_modulator block few days ago.
Alex
commit ae0efeb9c39942027835980a2e7f271a3b9a557c
Author: Josh Blum <address@hidden>
Date: Wed Jun 29 18:29:53 2011 -0700
uhd: added per motherboard reference source option (includes mimo cable)
commit 85a8b62ff4b4382e216ea88661fc32c6f30b724f
Author: Nick Foster <address@hidden>
Date: Mon May 30 23:25:15 2011 -0700
volk: make fptrs in volk.h visible
commit 8879533b9222c8d4f39ab938d57fd4c0adcca96b
Author: Nick Foster <address@hidden>
Date: Mon May 30 21:17:14 2011 -0700
Added volk_typedefs.h to the generated sources and installed headers.
commit 86ecca0758e0ad014e14d8e38f2e3ff989c6b04a
Author: Nick Foster <address@hidden>
Date: Fri May 20 21:47:55 2011 +0100
Volk: runtime NEON detection based on /proc/self/auxv
commit 2e67e743c616ed557f7adda7de138adc06152584
Author: Nick Foster <address@hidden>
Date: Fri May 20 16:01:20 2011 -0700
Volk: Use "unsafe" math optimizations (read: NEON) in GCC on NEON arch
commit d9e32f2b36808dd98648a01b2d6fa0915df96573
Author: Nick Foster <address@hidden>
Date: Fri May 20 15:48:05 2011 -0700
Volk: modify NEON test flag
commit 95377fea8f83bfaf956704e961c15d687848cb5c
Author: Nick Foster <address@hidden>
Date: Thu May 19 15:05:18 2011 -0700
Volk: first stab at NEON support. Using compile-time detection.
commit e8610bae2cf87440a1c836e3b72b45b60130df34
Author: Nick Foster <address@hidden>
Date: Wed May 18 18:10:59 2011 -0700
volk: remove justifiable obscenity from volk_prefs.c
commit 3a41b3208e222965e908c6a04e3ab05379c782c4
Author: Nick Foster <address@hidden>
Date: Wed May 18 18:03:26 2011 -0700
Volk: added alignment prop to each machine. call volk_get_alignment() to
get your machine's reqd alignment for malloc.
commit c80e7b00de836a388013a002008c7256481414cb
Author: Nick Foster <address@hidden>
Date: Wed May 18 13:39:57 2011 -0700
Volk: renamed everything else to _a instead of _a16, makefiles included
commit 5f145a323af39c631e55e760e69a797126a54eb3
Author: Nick Foster <address@hidden>
Date: Wed May 18 13:20:50 2011 -0700
Volk: rename functions _a instead of _a16
commit 9d2ee4d74d312fd788f02a85b1d24ac16e4eb4eb
Author: Nick Foster <address@hidden>
Date: Wed May 18 13:19:48 2011 -0700
Volk: rename aligned functions to just _a instead of _a16
-----------------------------------------------------------------------
hooks/post-receive
--
git://gnuradio.org/jblum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jblum branch, mergeme/missing_config_h, created. 767f4f75ed05232cf7ee646d285596e5f4e7ea08,
git version control <=