Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-23 | Changes preinst.in from running 'ls' to running 'echo' | Nicholas Corgan | |
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-23 | Merge branch 'maint' | Tom Rondeau | |
2012-02-23 | Try really hard to get cmake to use compiler flags from the toolchain file. | Philip Balister | |
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> | |||
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 | |
2012-02-06 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-06 | Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ↵ | Johnathan Corgan | |
number, CMake assigns "X.X.X" version number to generated executables" This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86. | |||
2012-02-06 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-06 | dpkg rejects "vX.X.X" version number because it doesn't start with a number, ↵ | Nicholas Corgan | |
CMake assigns "X.X.X" version number to generated executables | |||
2012-02-06 | core: enable use of fftw's threading capabilities. | Marcus Leech | |
Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior. | |||
2012-02-05 | cmake: remove QUIET option from some listfiles | Johnathan Corgan | |
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0 | |||
2012-02-03 | Fixed mislabeled dependencies for Fedora 15 | Nicholas Corgan | |
2012-01-19 | Merge branch 'nosync' into maint | Tom Rondeau | |
2012-01-17 | qtgui: better findqwt.cmake with standard paths | Josh Blum | |
2012-01-17 | cmake: fix for cmake 2.6 with library extras mode | Josh Blum | |
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 | |||
2012-01-03 | build: not going to work. Removing changes to cmake files and no sync call. | Tom Rondeau | |
2012-01-03 | build: maybe towards a better way of getting Doxygen docstrings to build ↵ | Tom Rondeau | |
with -jN. | |||
2011-12-30 | gr: sync the filesystem before python can parse doxygen | Josh Blum | |
2011-12-14 | grc: the check for pygtk can fail with no X session | Josh Blum | |
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. | |||
2011-12-12 | cmake: fix QUIET arg usage on PKG_CHECK_MODULES | Josh Blum | |
2011-12-11 | docs: fixed ending of if statement. | Tom Rondeau | |
2011-12-11 | docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either. | Tom Rondeau | |
2011-12-07 | cmake: fix git describe special case handling | Timo Juhani Lindfors | |
2011-12-06 | qtgui: fix for OSX to find standard Qwt install without specifying it. | Michael Dickens | |
2011-12-04 | Merge branch 'more_swigness_docs' | Tom Rondeau | |
2011-11-30 | cmake: moved post/pre inst/uinst files | Josh Blum | |
2011-11-30 | cmake: added support for monolithic packaging rpms + debs | Josh Blum | |
2011-11-16 | work on swig docs, added to core and digital | Josh Blum | |