cmake: add support for SYSCONFDIR
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
examples: Reworked locations and installation of examples.
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
Merge branch 'master' into next
small tweaks to get stream sizes "more correct"
allow any input hardware audio rate; fix use of deprecated function 'AudioHardwareGetProperty'
Remove some more warnings. I'm probably being a bit OCD about these ones, but it makes the build output so much nicer...
Removed autotools, gr-waveform, some cleanup
Nick Foster owes Nick Corgan a six-pack of beer!
docs: fixes some warnings.
There is way too much institutional knowledge in these makefiles now. Another reason I'm glad we're going to cmake, which is being kept more sane as all of the problems are already known.
docs: more fixes for generated swig files. This worked before the merge, but this forces the build system to generate these before processing the other swig files.
docs: better install of swig docs .i files since we actually have a variable to take care of it already.
docs: fixing variable for location of header files (SOURCE not BINARY).
docs: more appropriate variable to use when setting the include/headers directory.
docs: installing generated _doc.i files under autotools.
docs: better use of BUILT_SOURCES so I'm not overriding the standard build instructions for it.
docs: Adding swig doc generation to Makefile.am files.
docs: forgot to have the generated .i files installed.
docs: added python doxygen docs to gr-audio.
Merge branch 'maint'
Merge branch 'upstream/alsa-source-warning-fix' into maint
the libraries
docs: don't need to distribute README files in docs component. Just the install path.
docs: installing README files.
grc: added throttle tag to blocks that throttle
cmake: fix that component depends on component hack
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Conflicts: gr-qtgui/lib/Makefile.am
build: fixed a bug with missing boost filesystem lib.
Conflicts: gr-digital/include/digital_constellation.h
docs: adding gitignore for gr-audio/doc
docs: include the doc directory in gr-aduio.
docs: adding doc directory, Doxygen page, and README for audio package.
gr: the CMakeLists.txt took a chill pill
Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital
audio_alsa_source : Fix warning on 32 bit builds.
On machines where sizeof(long) = sizeof(int) the code for calculatingscale factors produced an overflow warning. This change simplifies thecode by eliminating the shift. The compiler should calculate the constant...
audio_alsa_sink : Fix warning on 32 bit builds.
swig: language independent exception handler
audio: may have to link Carbon
cmake: language tweak for component group description
gr: tweaks to build cmake branch on osx
gr: squashed cmakelists.txt into one commit
Merge branch '8psk' into next
Conflicts: gr-msdd6000/src/Makefile.swig.gen
audio: fixing alsa source like we did for alsa sink before.
gr-audio: fix missing Makefile.am clause
Date: Tue, 5 Jul 2011 23:16:48 -0500Message-ID: <CAJFv4kPPVbA0dC=[email protected]>From: Ryan Pape <[email protected]>To: [email protected]Subject: [Discuss-gnuradio] OSX 10.6 Audio Library Error...
gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio
This begins a transition of examples from a separate gnuradio-examples componentinto an examples directory with the component they go with. In this commit:
gnuradio-examples/c++/audio/ => gr-audio/examples/c++...
Merge branch 'master' into 8psk
build: committing updated Makefile.swig.gen files.
audio: filled in the GR_AUDIO_API macro (since we now have gruel/attributes.h)
build: add missing linker defines for Win32
Merge remote branch 'jblum/wip/gr_block_pure_virtual'
audio: added missing header to Makefile.
audio: cleanup audio source/sink with virtual inheritance
The audio implementations now inherit from sync block (as they used to).And the redundant constructor in audio source/sink has been removed.
audio: fixing class typo for OSX audio driver.
audio: re-adding circular_buffer.h for OSX build.
audio: moved audio docs to gr-audio and fix comments
gr-audio: added README and default config fix
audio: high prio for platform specific audio osx
audio: added windows and osx audio source files
audio: added config checks for other audios, added jack and port
audio: make prefs look like old audio, removed old audio.py
audio: register arches with priorities, ex: prefer alsa over oss
audio: added oss support to gr-audio
audio: use conf files to specify default arch
audio: moved the grc audio blocks into gr-audio dir
audio: moved alsa support files into subdirectory
audio: work on swig support, it imports
audio: work to get alsa support in, lets see if this works before adding more
audio: added audio factory registry and top level includes
audio: skeleton for gr-audio component