summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* This patch enables JACK only when both a library and include files are ↵Tom Rondeau2012-04-141-10/+5
| | | | | | | | available in the system. This change helps to build gnuradio on systems which have a libjack.so library available for compatibility purposes without the header files (like gentoo where libjack.so is part of app-emulation/emul-linux-x86-soundlibs). Signed-off-by: Maciej Grela <maciej.grela@gmail.com>
* build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau2012-04-061-0/+25
| | | | platforms.
* Merge branch 'maint'Johnathan Corgan2012-03-231-1/+1
|\
| * Changes preinst.in from running 'ls' to running 'echo'Nicholas Corgan2012-03-231-1/+1
| |
* | Merge branch 'gr-fcd'Johnathan Corgan2012-03-221-0/+28
|\ \ | |/ |/|
| * fcd: cmake build work in progressJohnathan Corgan2012-03-111-0/+28
| |
* | cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵Nicholas Corgan2012-03-141-1/+7
| | | | | | | | installer .exe accordingly
* | cmake: add slackware detectionJosh Blum2012-03-121-1/+9
|/
* Merge branch 'maint'Johnathan Corgan2012-02-291-0/+1
|\
| * Changes Windows installer filename to match naming convention of Ubuntu and ↵Nicholas Corgan2012-02-291-0/+1
| | | | | | | | Fedora installers
* | Merge branch 'maint'Johnathan Corgan2012-02-281-1/+1
|\|
| * Installer filename more clearly separates "gnuradio", version, and distroNicholas Corgan2012-02-281-1/+1
| |
* | Merge branch 'maint'Johnathan Corgan2012-02-271-0/+4
|\|
| * Do not rewrite path to python interpreter for cross builds.Philip Balister2012-02-271-0/+4
| | | | | | | | | | | | | | | | | | If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com>
* | Merge branch 'maint'Tom Rondeau2012-02-231-2/+2
|\|
| * Try really hard to get cmake to use compiler flags from the toolchain file.Philip Balister2012-02-231-2/+2
| | | | | | | | | | | | | | | | | | See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html Also credit OpenEmbedded for doing something similar in the toolchain file they create. Signed-off-by: Philip Balister <philip@opensdr.com>
* | Merge branch 'maint'Tom Rondeau2012-02-211-1/+7
|\|
| * qtgui: More search options for qwt libraries, specifically for OSX.Michael Dickens2012-02-211-1/+7
| |
* | cmake: fix for handling fftw_threads as an optional library only.Tom Rondeau2012-02-081-2/+2
| |
* | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\|
| * CMake package uses "X.X.X" version number instead of "vX.X.X"Nicholas Corgan2012-02-061-1/+1
| |
* | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\ \
| * | Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ↵Johnathan Corgan2012-02-061-1/+1
| |/ | | | | | | | | | | number, CMake assigns "X.X.X" version number to generated executables" This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.
* | Merge branch 'maint'Johnathan Corgan2012-02-061-1/+1
|\|
| * dpkg rejects "vX.X.X" version number because it doesn't start with a number, ↵Nicholas Corgan2012-02-061-1/+1
| | | | | | | | CMake assigns "X.X.X" version number to generated executables
* | core: enable use of fftw's threading capabilities.Marcus Leech2012-02-061-1/+13
|/ | | | Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
* cmake: remove QUIET option from some listfilesJohnathan Corgan2012-02-053-3/+3
| | | | * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
* Fixed mislabeled dependencies for Fedora 15Nicholas Corgan2012-02-031-2/+2
|
* Merge branch 'nosync' into maintTom Rondeau2012-01-191-10/+3
|\
| * build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau2012-01-031-19/+2
| |
| * build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau2012-01-031-10/+20
| | | | | | | | with -jN.
* | qtgui: better findqwt.cmake with standard pathsJosh Blum2012-01-171-3/+14
| |
* | cmake: fix for cmake 2.6 with library extras modeJosh Blum2012-01-171-1/+1
|/ | | | | | OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8 LIBRARY_OUTPUT_NAME is new to 2.8 and more specific
* gr: sync the filesystem before python can parse doxygenJosh Blum2011-12-301-0/+8
|
* grc: the check for pygtk can fail with no X sessionJosh Blum2011-12-141-1/+3
| | | | | | | However, the module will still import and we can perform the version check. This change to the cmake python module checker will make sure that the module was actually imported, even if the act of importing throws. I believe that this change to the checker is acceptable for all other modules.
* cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-123-3/+3
|
* docs: fixed ending of if statement.Tom Rondeau2011-12-111-2/+2
|
* docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau2011-12-111-2/+1
|
* cmake: fix git describe special case handlingTimo Juhani Lindfors2011-12-071-1/+1
|
* qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens2011-12-061-1/+1
|
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-041-0/+75
|\
| * work on swig docs, added to core and digitalJosh Blum2011-11-162-78/+75
| |
| * docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-161-0/+78
| |
* | cmake: moved post/pre inst/uinst filesJosh Blum2011-11-309-8/+8
| |
* | cmake: added support for monolithic packaging rpms + debsJosh Blum2011-11-3015-17/+147
|/
* cmake: only rely on target trick when not crossJosh Blum2011-11-091-1/+6
|
* cmake: fix for cmake 2.6 install w/ library fubar modeJosh Blum2011-11-081-0/+1
|
* cmake: tweaks for swig generation moduleJosh Blum2011-11-081-5/+10
| | | | | | Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher.
* cmake: tweaks to swig gen and updated howto modulesJosh Blum2011-11-052-6/+13
|
* cmake: make the swig cxx file gen depend on the specified targetsJosh Blum2011-11-052-3/+24
| | | | made a handy helper macro in grmisc to make this simpler