| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: Windows uses size of void* to determine x86 vs. x64 and names installe... | Nicholas Corgan | 2012-03-14 | 1 | -1/+7 |
* | cmake: add slackware detection | Josh Blum | 2012-03-12 | 1 | -1/+9 |
* | Merge branch 'maint' | Johnathan Corgan | 2012-02-29 | 1 | -0/+1 |
|\ |
|
| * | Changes Windows installer filename to match naming convention of Ubuntu and F... | Nicholas Corgan | 2012-02-29 | 1 | -0/+1 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-02-28 | 1 | -1/+1 |
|\| |
|
| * | Installer filename more clearly separates "gnuradio", version, and distro | Nicholas Corgan | 2012-02-28 | 1 | -1/+1 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-02-27 | 1 | -0/+4 |
|\| |
|
| * | Do not rewrite path to python interpreter for cross builds. | Philip Balister | 2012-02-27 | 1 | -0/+4 |
* | | Merge branch 'maint' | Tom Rondeau | 2012-02-21 | 1 | -1/+7 |
|\| |
|
| * | qtgui: More search options for qwt libraries, specifically for OSX. | Michael Dickens | 2012-02-21 | 1 | -1/+7 |
* | | cmake: fix for handling fftw_threads as an optional library only. | Tom Rondeau | 2012-02-08 | 1 | -2/+2 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-02-06 | 1 | -1/+1 |
|\| |
|
| * | CMake package uses "X.X.X" version number instead of "vX.X.X" | Nicholas Corgan | 2012-02-06 | 1 | -1/+1 |
* | | Merge branch 'maint' | Johnathan Corgan | 2012-02-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ... | Johnathan Corgan | 2012-02-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'maint' | Johnathan Corgan | 2012-02-06 | 1 | -1/+1 |
|\| |
|
| * | dpkg rejects "vX.X.X" version number because it doesn't start with a number, ... | Nicholas Corgan | 2012-02-06 | 1 | -1/+1 |
* | | core: enable use of fftw's threading capabilities. | Marcus Leech | 2012-02-06 | 1 | -1/+13 |
|/ |
|
* | cmake: remove QUIET option from some listfiles | Johnathan Corgan | 2012-02-05 | 3 | -3/+3 |
* | Merge branch 'nosync' into maint | Tom Rondeau | 2012-01-19 | 1 | -10/+3 |
|\ |
|
| * | build: not going to work. Removing changes to cmake files and no sync call. | Tom Rondeau | 2012-01-03 | 1 | -19/+2 |
| * | build: maybe towards a better way of getting Doxygen docstrings to build with... | Tom Rondeau | 2012-01-03 | 1 | -10/+20 |
* | | qtgui: better findqwt.cmake with standard paths | Josh Blum | 2012-01-17 | 1 | -3/+14 |
* | | cmake: fix for cmake 2.6 with library extras mode | Josh Blum | 2012-01-17 | 1 | -1/+1 |
|/ |
|
* | gr: sync the filesystem before python can parse doxygen | Josh Blum | 2011-12-30 | 1 | -0/+8 |
* | grc: the check for pygtk can fail with no X session | Josh Blum | 2011-12-14 | 1 | -1/+3 |
* | cmake: fix QUIET arg usage on PKG_CHECK_MODULES | Josh Blum | 2011-12-12 | 3 | -3/+3 |
* | docs: fixed ending of if statement. | Tom Rondeau | 2011-12-11 | 1 | -2/+2 |
* | docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either. | Tom Rondeau | 2011-12-11 | 1 | -2/+1 |
* | cmake: fix git describe special case handling | Timo Juhani Lindfors | 2011-12-07 | 1 | -1/+1 |
* | qtgui: fix for OSX to find standard Qwt install without specifying it. | Michael Dickens | 2011-12-06 | 1 | -1/+1 |
* | Merge branch 'more_swigness_docs' | Tom Rondeau | 2011-12-04 | 1 | -0/+75 |
|\ |
|
| * | work on swig docs, added to core and digital | Josh Blum | 2011-11-16 | 2 | -78/+75 |
| * | docs: grabbed support files from ben's repo and my repo | Josh Blum | 2011-11-16 | 1 | -0/+78 |
* | | cmake: moved post/pre inst/uinst files | Josh Blum | 2011-11-30 | 1 | -8/+8 |
* | | cmake: added support for monolithic packaging rpms + debs | Josh Blum | 2011-11-30 | 1 | -17/+54 |
|/ |
|
* | cmake: only rely on target trick when not cross | Josh Blum | 2011-11-09 | 1 | -1/+6 |
* | cmake: fix for cmake 2.6 install w/ library fubar mode | Josh Blum | 2011-11-08 | 1 | -0/+1 |
* | cmake: tweaks for swig generation module | Josh Blum | 2011-11-08 | 1 | -5/+10 |
* | cmake: tweaks to swig gen and updated howto modules | Josh Blum | 2011-11-05 | 2 | -6/+13 |
* | cmake: make the swig cxx file gen depend on the specified targets | Josh Blum | 2011-11-05 | 2 | -3/+24 |
* | cmake: fixed up swig deps properly for make -j* | Josh Blum | 2011-11-04 | 1 | -4/+9 |
* | cmake: created macro for libtool gen and disabled by default | Josh Blum | 2011-11-03 | 2 | -10/+29 |
* | cmake: fix for find* scripts | Josh Blum | 2011-10-25 | 3 | -6/+6 |
* | Merge remote branch 'jblum/master' | Tom Rondeau | 2011-10-25 | 6 | -38/+84 |
|\ |
|
| * | cmake: generate pyo and pyc files + python install macro work | Josh Blum | 2011-10-25 | 1 | -24/+58 |
| * | cmake: only make libtool file when libtool found | Josh Blum | 2011-10-25 | 3 | -4/+15 |
| * | cmake: restored extraction of git describe | Josh Blum | 2011-10-25 | 1 | -10/+10 |
| * | cmake: set the enable variable to have parent scope | Josh Blum | 2011-10-25 | 1 | -0/+1 |
* | | qtgui: removed files for dependency on qwtplot3d. We don't use it anymore and... | Tom Rondeau | 2011-10-25 | 1 | -1/+0 |
|/ |
|