summaryrefslogtreecommitdiff
path: root/cmake/Modules
AgeCommit message (Collapse)Author
2013-09-15gr: added util hooks for GR_MOAR_LIBRARIESJosh Blum
2013-02-26cmake: adding Boost version 104601 to list of bad Boosts.Tom Rondeau
2013-02-19cmake: Added chrono as a necessary Boost library under MSVCNicholas Corgan
2013-02-13build: allowing user to override check for bad versions of boost.Tom Rondeau
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
2013-02-07Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maintJohnathan Corgan
2013-02-05build: disable certain Boost versions we know are buggy to fix Issue #513.Tom Rondeau
Creates a new list of version to test against. If any version matches the list of bad versions, set Boost to Not Found.
2013-02-01cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵Nicholas Corgan
non-standard locations
2013-01-03GrUseQt4 -> GrSetupQt4, since that's what it really does.Michael L Dickens
2013-01-01GNU Radio version of CMake's "UseQt4" script, which determines header ↵Michael L Dickens
(INCLUDE) and library directories, but requires that the including script add use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
2012-12-29Merge branch 'maint'Johnathan Corgan
2012-12-29cmake: removed Boost 1.52 from allowed versionsJohnathan Corgan
See https://svn.boost.org/trac/boost/ticket/7669
2012-12-04Merge branch 'maint'Johnathan Corgan
2012-12-04swig: tweaks for swig makedependJosh Blum
* only search %include/import in .i files * when in regular headers use #include * stop adding all inc paths when file found
2012-12-01Merge branch 'maint'Johnathan Corgan
2012-12-01Revert "Force swig compile ordering in gnuradio-core"Johnathan Corgan
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.
2012-12-01Merge branch 'maint'Johnathan Corgan
2012-12-01cmake: fix typo in cmake swig moduleJohnathan Corgan
2012-11-28cmake: adding cmake function to help us run GRCC.Tom Rondeau
2012-11-26Merge branch 'maint'Johnathan Corgan
2012-11-26cmake: Find Qwt6 installed on OSX using macports.Ben Reynwar
2012-11-22cmake: Allow user to set Python installation directory from cmake.Tom Rondeau
cmake -DGR_PYTHON_DIR=<install path>
2012-07-03Merge branch 'maint'Johnathan Corgan
Conflicts: gruel/src/swig/CMakeLists.txt
2012-07-03cmake: minor tweaks to GrSwig.cmakeJosh Blum
Added a custom print for docstring generation Removed unused output line from custom command
2012-07-03core: moved VMCIRCBUF related code to runtimeJosh Blum
This build stuff should not be at the top level.
2012-07-03Force swig compile ordering in gnuradio-coreJosh Blum
2012-07-03swig: use add_custom_target for swig docs dependencyJosh Blum
This seems to fix the build dependency issue where generation gets called multiple times and steps on itself.
2012-05-01docs: adds a 'make sphinx' target that can be run after 'make install' to ↵Tom Rondeau
generate the Python docs.
2012-04-24cmake: make a find portaudio that follows the rulesJosh Blum
2012-04-23cmake: fix pygtk check failure with no X sessionJaroslav Skarvada
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
2012-04-15Merge branch 'maint'Tom Rondeau
2012-04-14This patch enables JACK only when both a library and include files are ↵Tom Rondeau
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>
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-06Merge branch 'master' into nextTom Rondeau
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-04-01cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau
info in CMakeLists.txt.
2012-03-22Merge branch 'gr-fcd'Johnathan Corgan
2012-03-14cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵Nicholas Corgan
installer .exe accordingly
2012-03-12cmake: add slackware detectionJosh Blum
2012-03-11fcd: cmake build work in progressJohnathan Corgan
2012-02-29Merge branch 'maint'Johnathan Corgan
2012-02-29Changes Windows installer filename to match naming convention of Ubuntu and ↵Nicholas Corgan
Fedora installers
2012-02-28Merge branch 'maint'Johnathan Corgan
2012-02-28Installer filename more clearly separates "gnuradio", version, and distroNicholas Corgan
2012-02-27Merge branch 'maint'Johnathan Corgan
2012-02-27Do not rewrite path to python interpreter for cross builds.Philip Balister
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>
2012-02-21Merge branch 'maint'Tom Rondeau
2012-02-21qtgui: More search options for qwt libraries, specifically for OSX.Michael Dickens
2012-02-08cmake: fix for handling fftw_threads as an optional library only.Tom Rondeau
2012-02-06Merge branch 'maint'Johnathan Corgan
2012-02-06CMake package uses "X.X.X" version number instead of "vX.X.X"Nicholas Corgan