Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | Changes Windows installer filename to match naming convention of Ubuntu and ↵ | Nicholas Corgan | |
Fedora installers | |||
2012-02-28 | Installer filename more clearly separates "gnuradio", version, and distro | Nicholas 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 | qtgui: More search options for qwt libraries, specifically for OSX. | Michael Dickens | |
2012-02-06 | CMake package uses "X.X.X" version number instead of "vX.X.X" | Nicholas 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-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-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 | |
2011-11-16 | docs: grabbed support files from ben's repo and my repo | Josh Blum | |
2011-11-09 | cmake: only rely on target trick when not cross | Josh Blum | |
2011-11-08 | cmake: fix for cmake 2.6 install w/ library fubar mode | Josh Blum | |
2011-11-08 | cmake: tweaks for swig generation module | Josh Blum | |
Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher. | |||
2011-11-05 | cmake: tweaks to swig gen and updated howto modules | Josh Blum | |
2011-11-05 | cmake: make the swig cxx file gen depend on the specified targets | Josh Blum | |
made a handy helper macro in grmisc to make this simpler | |||
2011-11-04 | cmake: fixed up swig deps properly for make -j* | Josh Blum | |
Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well. | |||
2011-11-03 | cmake: created macro for libtool gen and disabled by default | Josh Blum | |
2011-10-25 | cmake: fix for find* scripts | Josh Blum | |
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules | |||
2011-10-25 | Merge remote branch 'jblum/master' | Tom Rondeau | |
2011-10-25 | cmake: generate pyo and pyc files + python install macro work | Josh Blum | |
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually. | |||
2011-10-25 | cmake: only make libtool file when libtool found | Josh Blum | |
2011-10-25 | cmake: restored extraction of git describe | Josh Blum | |
why was this removed? | |||
2011-10-25 | cmake: set the enable variable to have parent scope | Josh Blum | |
Basically, this is a bug fix because the caller needs to have the var changed from the user provided value. | |||
2011-10-25 | qtgui: removed files for dependency on qwtplot3d. We don't use it anymore ↵ | Tom Rondeau | |
and don't have a plan to in the future. | |||
2011-10-25 | build: build .la files for swig'd libraries. | Tom Rondeau | |
2011-10-24 | build: name change because we're not 12 year olds. | Tom Rondeau | |
2011-10-24 | build: making cmake build pyo files during install. | Tom Rondeau | |
2011-10-23 | Merge branch 'cmake_foo2' | Tom Rondeau | |
2011-10-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-10-23 | the libraries | Josh Blum | |
2011-10-23 | core: Added type conversion int->float (issue #192). Added with a gri file ↵ | Tom Rondeau | |
and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block. | |||
2011-10-23 | cmake: removed problematic/unused parsing of git describe | Josh Blum | |
It became problematic when the git describe output changed to only have the first term before the dash: no rev count or hash. The parsing was copied from gr_git.m4. The result is not used so its ok to remove. | |||
2011-10-20 | cmake: more tweaks for version extraction when git not found | Josh Blum | |
2011-10-20 | cmake: parse the version.sh and git describe to model the m4 files | Josh Blum | |
2011-10-19 | cmake: added conditional check for compiler flags | Josh Blum | |
2011-10-19 | cmake: fix that component depends on component hack | Josh Blum | |