summaryrefslogtreecommitdiff
path: root/gr-audio
Commit message (Collapse)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵Michael L Dickens2013-01-013-5/+12
| | | | 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).
* build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau2012-12-121-2/+0
| | | | cause of the parallel build woes.
* Merge branch 'maint'Johnathan Corgan2012-07-031-0/+2
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-0/+2
| | | | | | | | | | | | | | | | | | I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
* | Merge branch 'maint'Johnathan Corgan2012-06-291-1/+2
|\|
| * audio: switch to BOOST_BIG_ENDIAN macro in OSX audio hdrJosh Blum2012-06-291-1/+2
| | | | | | | | | | The previous one didnt seem to be set by the build system. Perhaps this was lost in the transition to CMake?
* | cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn2012-06-161-1/+1
|/ | | | | | 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 ↵Tom Rondeau2012-04-1356-342/+342
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-036-2/+1338
| | | | 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 nextJohnathan Corgan2012-02-161-15/+64
|\
| * small tweaks to get stream sizes "more correct"Michael L Dickens2012-02-161-7/+7
| |
| * allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens2012-02-161-11/+60
| | | | | | | | 'AudioHardwareGetProperty'
* | Merge branch 'master' into nextTom Rondeau2012-01-061-4/+2
|\|
| * Remove some more warnings. I'm probably being a bit OCD about these ones, ↵Tom Rondeau2012-01-061-4/+2
| | | | | | | | but it makes the build output so much nicer...
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0819-646/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+3
| | | | 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 ↵Tom Rondeau2011-12-051-0/+1
| | | | 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 ↵Tom Rondeau2011-12-041-4/+5
| | | | to take care of it already.
* docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
|
* docs: more appropriate variable to use when setting the include/headers ↵Tom Rondeau2011-11-281-1/+1
| | | | directory.
* docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
|
* docs: better use of BUILT_SOURCES so I'm not overriding the standard build ↵Tom Rondeau2011-11-271-2/+2
| | | | instructions for it.
* docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
|
* docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
|
* docs: added python doxygen docs to gr-audio.Tom Rondeau2011-11-275-12/+35
|
* Merge branch 'maint'Tom Rondeau2011-10-251-8/+8
|\
| * Merge branch 'upstream/alsa-source-warning-fix' into maintmaint-3.4.2Tom Rondeau2011-10-251-8/+8
| |\
| | * audio_alsa_source : Fix warning on 32 bit builds.Philip Balister2011-10-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | the librariesJosh Blum2011-10-231-8/+1
| | |
* | | docs: don't need to distribute README files in docs component. Just the ↵Tom Rondeau2011-10-221-1/+0
| | | | | | | | | | | | install path.
* | | docs: installing README files.Tom Rondeau2011-10-202-0/+25
| | |
* | | grc: added throttle tag to blocks that throttleJosh Blum2011-10-192-0/+2
| | |
* | | cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
| | |
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-171-1/+3
|\ \ \
| * | | Merge branch 'master' into nextTom Rondeau2011-10-161-1/+3
| |\| | | | | | | | | | | | | | | | | | Conflicts: gr-qtgui/lib/Makefile.am
| | * | Merge branch 'maint'Tom Rondeau2011-10-161-1/+3
| | |\ \ | | | |/ | | |/|
| | | * build: fixed a bug with missing boost filesystem lib.Tom Rondeau2011-10-151-1/+3
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1119-3/+141
|\| | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * | | docs: adding gitignore for gr-audio/docTom Rondeau2011-10-091-0/+2
| | | |
| * | | docs: include the doc directory in gr-aduio.Tom Rondeau2011-10-091-1/+1
| | | |
| * | | docs: adding doc directory, Doxygen page, and README for audio package.Tom Rondeau2011-10-0917-2/+138
| | | |
* | | | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-087-80/+80
| | | |
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-081-8/+8
|\| | |
| * | | Merge branch 'master' into nextTom Rondeau2011-10-061-8/+8
| |\| |
| | * | audio_alsa_sink : Fix warning on 32 bit builds.Philip Balister2011-10-031-8/+8
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-281-18/+0
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2011-09-271-18/+0
| |\|
| | * swig: language independent exception handlerJosh Blum2011-09-271-18/+0
| | |
* | | audio: may have to link CarbonJosh Blum2011-09-151-0/+1
| | |
* | | cmake: language tweak for component group descriptionJosh Blum2011-08-021-1/+1
| | |