| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
blocks: fix QA to turn off controlport (should generalize this).
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-audio/lib/CMakeLists.txt
gr-blocks/include/blocks/CMakeLists.txt
gr-blocks/include/blocks/socket_pdu.h
gr-blocks/lib/CMakeLists.txt
gr-blocks/swig/blocks_swig.i
gr-comedi/src/CMakeLists.txt
gr-howto-write-a-block/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-uhd/lib/CMakeLists.txt
gr-vocoder/lib/CMakeLists.txt
gr-wavelet/lib/CMakeLists.txt
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-atsc/src/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-trellis/src/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/gnuradio-core.conf
gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
gnuradio-core/src/lib/runtime/runtime.i
gr-atsc/src/lib/CMakeLists.txt
gr-audio/lib/CMakeLists.txt
gr-comedi/src/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt
gr-howto-write-a-block/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-trellis/src/lib/CMakeLists.txt
gr-uhd/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
gr-vocoder/lib/CMakeLists.txt
gr-wavelet/lib/CMakeLists.txt
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/main_page.dox
gnuradio-core/gnuradio-core.conf.in
gnuradio-core/src/lib/swig/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
CMakeLists.txt
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/build_guide.dox
gnuradio-core/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
|
| | | |
| | | |
| | | |
| | | | |
Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
C++ dial_tone example working.
|
| | | | |
|
| |_|/
|/| | |
|
| |/
|/|
| |
| | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
|\ \ |
|
| |/
| |
| |
| |
| | |
The previous one didnt seem to be set by the build system.
Perhaps this was lost in the transition to CMake?
|
|/
|
|
|
|
| |
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
|
|
|
|
|
|
| |
this in the future.
The sed script was provided by Moritz Fischer.
|
|\ |
|
| | |
|
| |
| |
| |
| | |
'AudioHardwareGetProperty'
|
|\| |
|
| |
| |
| |
| | |
but it makes the build output so much nicer...
|
|/
|
|
| |
Nick Foster owes Nick Corgan a six-pack of beer!
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On machines where sizeof(long) = sizeof(int) the code for calculating
scale factors produced an overflow warning. This change simplifies the
code by eliminating the shift. The compiler should calculate the constant
at compile time anyway.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
gr-digital/include/digital_constellation.h
|
| |/ |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On machines where sizeof(long) = sizeof(int) the code for calculating
scale factors produced an overflow warning. This change simplifies the
code by eliminating the shift. The compiler should calculate the constant
at compile time anyway.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
* jblum/wip/gr_block_pure_virtual:
uhd: cleanup uhd usrp source/sink with virtual inheritance
audio: cleanup audio source/sink with virtual inheritance
runtime: changes to block headers to allow pure virtual sub-classes (interfaces)
|
| |
| |
| |
| |
| | |
The audio implementations now inherit from sync block (as they used to).
And the redundant constructor in audio source/sink has been removed.
|
|/ |
|
| |
|
| |
|
| |
|