Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-17 | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵ | Tom Rondeau | |
to master. Moved new versions under gr-digital. | |||
2011-07-17 | Merge branch '8psk' into next | Tom Rondeau | |
Conflicts: gr-msdd6000/src/Makefile.swig.gen | |||
2011-07-12 | trellis: fixing trellis build and qa structure. run_tests.in adds gr-digital ↵ | Tom Rondeau | |
to the PYTHONPATH so that the QA code can import digital_swig. | |||
2011-07-12 | fixing build for constellation code. Had to make some changes to the qa code ↵ | Tom Rondeau | |
to import the right stuff after being changed from sitting in gnuradio-core. | |||
2011-07-12 | fixing build | Tom Rondeau | |
2011-07-10 | digital: removed new constellation blocks from gnuradio-core. | Tom Rondeau | |
2011-07-10 | digital: work on build to make gr-trellis dependent on gr-digital. | Tom Rondeau | |
2011-07-10 | digital: moving more constellation blocks into gr-digital. Builds, make ↵ | Tom Rondeau | |
check needs work. | |||
2011-07-10 | digital: fixed variable ordering to remove warning. | Tom Rondeau | |
2011-07-08 | build: fix incorrect version on next branch | Johnathan Corgan | |
2011-07-08 | Merge branch 'master' into next | Johnathan Corgan | |
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 'master' into next | 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 | Merge branch 'master' into next | Johnathan Corgan | |
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 | Merge branch 'master' into next | Johnathan Corgan | |
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 | msdd6000: removed from tree, obsolete | Johnathan Corgan | |
2011-07-03 | sounder: removed from tree, obsolete | Johnathan Corgan | |
2011-07-03 | radar-mono: removed from tree, obsolete | Johnathan Corgan | |
2011-07-03 | gpio: removed from tree, obsolete | Johnathan Corgan | |
2011-07-03 | Merge branch 'master' into next | Johnathan Corgan | |
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 | Fix sensitivity accessor in gr_frequency_modulator_fc. | Johnathan Corgan | |
Since this was corrected after the 3.4 API freeze, it is going into the 3.5 branch. | |||
2011-07-01 | Merge branch 'master' into next | 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-22 | Merge pull request #2 from benreynwar/8psk | Tom Rondeau | |
Constell obj | |||
2011-06-21 | gr-digital, gr-trellis: Fixing gr-trellis to work with constellation now ↵ | Ben Reynwar | |
that it is in gr-digital. | |||
2011-06-14 | uhd: simplify the work function, added TODOs for tags | Josh Blum | |
2011-06-13 | Fixed error in m4 config file. | Ben Reynwar | |
2011-06-13 | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk | Ben Reynwar | |
2011-06-13 | Merge branch 'master' into 8psk | Tom Rondeau | |
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t | |||
2011-06-11 | Merge master into next, skipping revision change | Johnathan Corgan | |
2011-06-11 | Update revision to 3.5.0git | Johnathan Corgan | |
2011-06-11 | Update revision to 3.4.1git | Johnathan Corgan | |
2011-06-11 | Update revision to 3.4.0 | Johnathan Corgan | |