summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* GrUseQt4 -> GrSetupQt4, since that's what it really does.Michael L Dickens2013-01-031-0/+0
|
* GNU Radio version of CMake's "UseQt4" script, which determines header ↵Michael L Dickens2013-01-011-0/+156
| | | | (INCLUDE) and library directories, but requires that the including script add use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
* Merge branch 'maint'Johnathan Corgan2012-12-291-1/+2
|\
| * cmake: removed Boost 1.52 from allowed versionsmaint-3.6.2Johnathan Corgan2012-12-291-1/+2
| | | | | | | | See https://svn.boost.org/trac/boost/ticket/7669
* | Merge branch 'maint'Johnathan Corgan2012-12-041-3/+7
|\|
| * swig: tweaks for swig makedependJosh Blum2012-12-041-3/+7
| | | | | | | | | | | | * only search %include/import in .i files * when in regular headers use #include * stop adding all inc paths when file found
* | Merge branch 'maint'Johnathan Corgan2012-12-011-2/+0
|\|
| * Revert "Force swig compile ordering in gnuradio-core"Johnathan Corgan2012-12-011-2/+0
| | | | | | | | This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.
* | Merge branch 'maint'Johnathan Corgan2012-12-011-1/+1
|\|
| * cmake: fix typo in cmake swig moduleJohnathan Corgan2012-12-011-1/+1
| |
* | cmake: adding cmake function to help us run GRCC.Tom Rondeau2012-11-281-0/+67
| |
* | Merge branch 'maint'Johnathan Corgan2012-11-261-0/+2
|\|
| * cmake: Find Qwt6 installed on OSX using macports.Ben Reynwar2012-11-261-0/+2
| |
* | cmake: Allow user to set Python installation directory from cmake.Tom Rondeau2012-11-221-0/+2
|/ | | | cmake -DGR_PYTHON_DIR=<install path>
* cmake: Ubuntu 12.10 package supportNicholas Corgan2012-10-191-0/+12
|
* 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.
* Merge branch 'maint'Johnathan Corgan2012-05-298-6/+42
|\
| * Fixed package dependencies for gnuradio-core and gr-wavelet, added support ↵Nicholas Corgan2012-05-178-6/+42
| | | | | | | | for Ubuntu 12.04 and Fedora 17
* | 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-1315-70/+70
| | | | | | | | | | | | 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 '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
| |