summaryrefslogtreecommitdiff
path: root/cmake/Modules
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix typo in cmake swig moduleJohnathan Corgan2012-12-011-1/+1
|
* cmake: Find Qwt6 installed on OSX using macports.Ben Reynwar2012-11-261-0/+2
|
* Merge branch 'maint'Johnathan Corgan2012-07-031-1/+4
|\ | | | | | | | | Conflicts: gruel/src/swig/CMakeLists.txt
| * Force swig compile ordering in gnuradio-coreJosh Blum2012-07-031-0/+2
| |
| * swig: use add_custom_target for swig docs dependencyJosh Blum2012-07-031-1/+2
| | | | | | | | This seems to fix the build dependency issue where generation gets called multiple times and steps on itself.
* | cmake: minor tweaks to GrSwig.cmakeJosh Blum2012-07-031-1/+1
| | | | | | | | | | | | Added a custom print for docstring generation Removed unused output line from custom command
* | core: moved VMCIRCBUF related code to runtimeJosh Blum2012-07-031-25/+0
|/ | | | This build stuff should not be at the top level.
* docs: adds a 'make sphinx' target that can be run after 'make install' to ↵Tom Rondeau2012-05-011-0/+37
| | | | generate the Python docs.
* cmake: make a find portaudio that follows the rulesJosh Blum2012-04-241-100/+28
|
* cmake: fix pygtk check failure with no X sessionJaroslav Skarvada2012-04-231-6/+5
| | | | | This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
* Merge branch 'maint'Tom Rondeau2012-04-151-10/+5
|\
| * 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>
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1312-44/+44
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Merge branch 'master' into nextTom Rondeau2012-04-061-0/+25
|\|
| * build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau2012-04-061-0/+25
| | | | | | | | platforms.
* | cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau2012-04-011-11/+0
|/ | | | info in CMakeLists.txt.
* 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-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
* 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
|\