Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' of gnuradio.org:gnuradio into maint | Tom Rondeau | |
2011-08-27 | Merge branch 'maint' | Tom Rondeau | |
2011-08-27 | grc: adding ctcss squelch block to GRC. | Tom Rondeau | |
2011-08-22 | gr-uhd: readd displaced alias for single_usrp_sink | Thomas Tsou | |
Insert alias for single_usrp_sink mistakenly removed in Commit 893f946b "gr-uhd: add async metadata source block" | |||
2011-08-19 | Merge remote branch 'ttsou/async' | Johnathan Corgan | |
2011-08-19 | Revert "gr-uhd: post received async messages to user supplied msg queue" | Johnathan Corgan | |
This reverts commit 25b1550dba377b6dc86bee3e6f269a721efee655. | |||
2011-08-19 | gr-uhd: add async metadata source block | Thomas Tsou | |
Add asynchronous message "block" that is independent of normal gnuradio scheduler. The block instantiates a thread to wait for asynchronous messages from UHD and encapsulates them in a gr_message posted into a message queue. The interface is empty because the block is internally driven and accessed through the the constructor specified message queue. | |||
2011-08-13 | Allocate 10 additional USB PIDs to Bdale. | Eric Blossom | |
2011-08-13 | Update details on Bdale's existing USB PID allocation. | Eric Blossom | |
2011-08-13 | gr-uhd: post received async messages to user supplied msg queue | Johnathan Corgan | |
2011-08-02 | Merge branch 'maint' | Tom Rondeau | |
* maint: patch: applying Alexandru Csete's patch (that I though I already applied...) | |||
2011-08-02 | patch: applying Alexandru Csete's patch (that I though I already applied...) | Tom Rondeau | |
2011-07-27 | Fixed warnings generated from improper includes in swig interface file. | Tom Rondeau | |
2011-07-27 | Fixed doxygen warning in gr-uhd | Tom Rondeau | |
2011-07-26 | Merge branch 'maint' | Tom Rondeau | |
* maint: doxygen: fixed doxygen warnings. Fixed type warning. Fixed warnings about doxygen format. Fixed return warnings. Fixed warnings about variable intialization order. Conflicts: volk/include/volk/volk_complex.h | |||
2011-07-26 | doxygen: fixed doxygen warnings. | Tom Rondeau | |
2011-07-26 | Fixed type warning. | Tom Rondeau | |
2011-07-26 | Fixed warnings about doxygen format. | Tom Rondeau | |
2011-07-26 | Fixed return warnings. | Tom Rondeau | |
2011-07-26 | Fixed warnings about variable intialization order. | Tom Rondeau | |
2011-07-26 | comedi: fix to use comedi 0.8 API | Johnathan Corgan | |
2011-07-26 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-26 | core: added missing io.h includes on cc files | Josh Blum | |
Added to the cc files which were missing io.h and required compatibility declarations in io.h to compile. Applies to compiling under MSVC with cmake work branch. | |||
2011-07-26 | core: added missing config.h includes on cc files | Josh Blum | |
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. | |||
2011-07-19 | volk: fix whitespace in Python script | Moritz Fischer | |
2011-07-10 | audio: fixing alsa source like we did for alsa sink before. | Tom Rondeau | |
2011-07-10 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-07-10 | qtgui: missed this when updating time info. | Tom Rondeau | |
2011-07-08 | gr-usrp: fix missing Makefile.am entry | Johnathan Corgan | |
2011-07-08 | Merge remote branch 'nick/volk_cmake' | Johnathan Corgan | |
2011-07-08 | Merged jblum/new_volk into master | Johnathan Corgan | |
2011-07-06 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-06 | gr-audio: fix missing Makefile.am clause | Michael Dickens | |
Date: Tue, 5 Jul 2011 23:16:48 -0500 Message-ID: <CAJFv4kPPVbA0dC=euBvaukWcpNVOWTdPsM1kcYS5nO4KAfnd-g@mail.gmail.com> From: Ryan Pape <ryan.pape@gmail.com> To: discuss-gnuradio@gnu.org 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 | |||
2011-07-04 | gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio | Johnathan Corgan | |
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 | |||
2011-07-03 | gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2 | Johnathan Corgan | |
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver. | |||
2011-07-03 | Merge branch 'maint' | Johnathan Corgan | |
2011-07-03 | gr: added to the .gitignores to various components for in-tree builds | Josh Blum | |
2011-07-03 | uhd: typo fix for initing a new clock_config() | Josh Blum | |
2011-07-03 | Merge branch 'uhd/per_mb_ref_source' of gnuradio.org:jblum | Josh Blum | |
2011-07-03 | Fix URL in ChangeLog | Johnathan Corgan | |
2011-07-01 | Merge branch 'single_pole_iir_const' | Johnathan Corgan | |
2011-07-01 | gnuradio-core: make accessor const in gr_single_pole_iir | Johannes Schmitz | |
2011-07-01 | Merge branch 'quad_demod_gain_accessors' | Johnathan Corgan | |
2011-07-01 | gnuradio-core: use common coding style for accessor in quadrature_demod_cf | Johnathan Corgan | |
2011-07-01 | gnuradio-core: add accessors for gain property of quadrature_demod_cf | Alexandru Csete | |
Date: Tue, 17 May 2011 21:52:02 +0200 Message-ID: <BANLkTikyEo58UT4QYHRRsrQbzSXcxo2T5A@mail.gmail.com> From: Alexandru Csete <oz9aec@gmail.com> To: patch-gnuradio@gnu.org 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 | |||
2011-06-29 | uhd: added per motherboard reference source option (includes mimo cable) | Josh Blum | |
2011-06-22 | grc: qtgui windows have scrollbars (thanks jason) | Josh Blum | |
2011-06-14 | uhd: simplify the work function, added TODOs for tags | Josh Blum | |
2011-06-13 | added grc directory in gr-trellis | Achilleas Anastasopoulos | |