Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-15 | gr: added util hooks for GR_MOAR_LIBRARIES | Josh Blum | |
2013-02-26 | cmake: adding Boost version 104601 to list of bad Boosts. | Tom Rondeau | |
2013-02-19 | cmake: Added chrono as a necessary Boost library under MSVC | Nicholas Corgan | |
2013-02-13 | build: 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-07 | Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maint | Johnathan Corgan | |
2013-02-05 | build: 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-01 | cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵ | Nicholas Corgan | |
non-standard locations | |||
2013-01-03 | GrUseQt4 -> GrSetupQt4, since that's what it really does. | Michael L Dickens | |
2013-01-01 | GNU 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-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-12-29 | cmake: removed Boost 1.52 from allowed versions | Johnathan Corgan | |
See https://svn.boost.org/trac/boost/ticket/7669 | |||
2012-12-04 | Merge branch 'maint' | Johnathan Corgan | |
2012-12-04 | swig: tweaks for swig makedepend | Josh Blum | |
* only search %include/import in .i files * when in regular headers use #include * stop adding all inc paths when file found | |||
2012-12-01 | Merge branch 'maint' | Johnathan Corgan | |
2012-12-01 | Revert "Force swig compile ordering in gnuradio-core" | Johnathan Corgan | |
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c. | |||
2012-12-01 | Merge branch 'maint' | Johnathan Corgan | |
2012-12-01 | cmake: fix typo in cmake swig module | Johnathan Corgan | |
2012-11-28 | cmake: adding cmake function to help us run GRCC. | Tom Rondeau | |
2012-11-26 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-26 | cmake: Find Qwt6 installed on OSX using macports. | Ben Reynwar | |
2012-11-22 | cmake: Allow user to set Python installation directory from cmake. | Tom Rondeau | |
cmake -DGR_PYTHON_DIR=<install path> | |||
2012-07-03 | Merge branch 'maint' | Johnathan Corgan | |
Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | cmake: minor tweaks to GrSwig.cmake | Josh Blum | |
Added a custom print for docstring generation Removed unused output line from custom command | |||
2012-07-03 | core: moved VMCIRCBUF related code to runtime | Josh Blum | |
This build stuff should not be at the top level. | |||
2012-07-03 | Force swig compile ordering in gnuradio-core | Josh Blum | |
2012-07-03 | swig: use add_custom_target for swig docs dependency | Josh Blum | |
This seems to fix the build dependency issue where generation gets called multiple times and steps on itself. | |||
2012-05-01 | docs: adds a 'make sphinx' target that can be run after 'make install' to ↵ | Tom Rondeau | |
generate the Python docs. | |||
2012-04-24 | cmake: make a find portaudio that follows the rules | Josh Blum | |
2012-04-23 | cmake: fix pygtk check failure with no X session | Jaroslav Skarvada | |
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur. | |||
2012-04-15 | Merge branch 'maint' | Tom Rondeau | |
2012-04-14 | This 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-13 | Removed 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-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-04-06 | build: properly handle the VM circbuf; was forcing tmp file usage on all ↵ | Tom Rondeau | |
platforms. | |||
2012-04-01 | cmake: remove version.sh since we don't need it for autotools. Set version ↵ | Tom Rondeau | |
info in CMakeLists.txt. | |||
2012-03-22 | Merge branch 'gr-fcd' | Johnathan Corgan | |
2012-03-14 | cmake: Windows uses size of void* to determine x86 vs. x64 and names ↵ | Nicholas Corgan | |
installer .exe accordingly | |||
2012-03-12 | cmake: add slackware detection | Josh Blum | |
2012-03-11 | fcd: cmake build work in progress | Johnathan Corgan | |
2012-02-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-29 | Changes Windows installer filename to match naming convention of Ubuntu and ↵ | Nicholas Corgan | |
Fedora installers | |||
2012-02-28 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-28 | Installer filename more clearly separates "gnuradio", version, and distro | Nicholas Corgan | |
2012-02-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-27 | Do 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-21 | Merge branch 'maint' | Tom Rondeau | |
2012-02-21 | qtgui: More search options for qwt libraries, specifically for OSX. | Michael Dickens | |
2012-02-08 | cmake: fix for handling fftw_threads as an optional library only. | Tom Rondeau | |
2012-02-06 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-06 | CMake package uses "X.X.X" version number instead of "vX.X.X" | Nicholas Corgan | |