summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* | core: enable use of fftw's threading capabilities.Marcus Leech2012-02-061-1/+13
|/ | | | Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
* cmake: remove QUIET option from some listfilesJohnathan Corgan2012-02-053-3/+3
| | | | * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
* Fixed mislabeled dependencies for Fedora 15Nicholas Corgan2012-02-031-2/+2
|
* Merge branch 'nosync' into maintTom Rondeau2012-01-191-10/+3
|\
| * build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau2012-01-031-19/+2
| |
| * build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau2012-01-031-10/+20
| | | | | | | | with -jN.
* | qtgui: better findqwt.cmake with standard pathsJosh Blum2012-01-171-3/+14
| |
* | cmake: fix for cmake 2.6 with library extras modeJosh Blum2012-01-171-1/+1
|/ | | | | | 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
* gr: sync the filesystem before python can parse doxygenJosh Blum2011-12-301-0/+8
|
* grc: the check for pygtk can fail with no X sessionJosh Blum2011-12-141-1/+3
| | | | | | | 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.
* cmake: fix QUIET arg usage on PKG_CHECK_MODULESJosh Blum2011-12-123-3/+3
|
* docs: fixed ending of if statement.Tom Rondeau2011-12-111-2/+2
|
* docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.Tom Rondeau2011-12-111-2/+1
|
* cmake: fix git describe special case handlingTimo Juhani Lindfors2011-12-071-1/+1
|
* qtgui: fix for OSX to find standard Qwt install without specifying it.Michael Dickens2011-12-061-1/+1
|
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-041-0/+75
|\
| * work on swig docs, added to core and digitalJosh Blum2011-11-162-78/+75
| |
| * docs: grabbed support files from ben's repo and my repoJosh Blum2011-11-161-0/+78
| |
* | cmake: moved post/pre inst/uinst filesJosh Blum2011-11-309-8/+8
| |
* | cmake: added support for monolithic packaging rpms + debsJosh Blum2011-11-3015-17/+147
|/
* cmake: only rely on target trick when not crossJosh Blum2011-11-091-1/+6
|
* cmake: fix for cmake 2.6 install w/ library fubar modeJosh Blum2011-11-081-0/+1
|
* cmake: tweaks for swig generation moduleJosh Blum2011-11-081-5/+10
| | | | | | Also use deprecated python inc dirs variable to support older systems. Add current binary and source dir to include paths for dependency searcher.
* cmake: tweaks to swig gen and updated howto modulesJosh Blum2011-11-052-6/+13
|
* cmake: make the swig cxx file gen depend on the specified targetsJosh Blum2011-11-052-3/+24
| | | | made a handy helper macro in grmisc to make this simpler
* cmake: fixed up swig deps properly for make -j*Josh Blum2011-11-041-4/+9
| | | | | Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well.
* cmake: created macro for libtool gen and disabled by defaultJosh Blum2011-11-032-10/+29
|
* cmake: fix for find* scriptsJosh Blum2011-10-253-6/+6
| | | | | | 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
* Merge remote branch 'jblum/master'Tom Rondeau2011-10-258-40/+97
|\
| * cmake: generate pyo and pyc files + python install macro workJosh Blum2011-10-251-24/+58
| | | | | | | | | | The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
| * cmake: only make libtool file when libtool foundJosh Blum2011-10-253-4/+15
| |
| * cmake: added toolchain file for arm_cortex_a8_native buildsJosh Blum2011-10-251-0/+8
| |
| * cmake: restored extraction of git describeJosh Blum2011-10-251-10/+10
| | | | | | | | why was this removed?
| * cmake: set the enable variable to have parent scopeJosh Blum2011-10-251-0/+1
| | | | | | | | | | Basically, this is a bug fix because the caller needs to have the var changed from the user provided value.
| * msvc: fixed rint implementations in config.hJosh Blum2011-10-251-2/+5
| | | | | | | | | | | | | | | | Fixed the rint and rintf functions to work properly. Would love to use boost::math::round implementation, but these functions also get included and used in C. Also added llrint and llrintf just because.
* | cmake: adding uninstall rule to remove symlinks, too.Tom Rondeau2011-10-251-0/+9
| | | | | | | | | | I wish this could have been done in a single, compound IF, but cmake didn't like the OR for this one.
* | qtgui: removed files for dependency on qwtplot3d. We don't use it anymore ↵Tom Rondeau2011-10-251-1/+0
|/ | | | and don't have a plan to in the future.
* build: build .la files for swig'd libraries.Tom Rondeau2011-10-251-0/+4
|
* build: name change because we're not 12 year olds.Tom Rondeau2011-10-241-8/+8
|
* build: making cmake build pyo files during install.Tom Rondeau2011-10-241-0/+4
|
* Merge branch 'cmake_foo2'Tom Rondeau2011-10-232-6/+119
|\
| * the librariesJosh Blum2011-10-232-6/+119
| |
* | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-10-231-18/+0
|\|
| * cmake: removed problematic/unused parsing of git describeJosh Blum2011-10-231-18/+0
| | | | | | | | | | | | | | 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.
* | core: Added type conversion int->float (issue #192). Added with a gri file ↵Tom Rondeau2011-10-231-10/+10
|/ | | | 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.
* cmake: more tweaks for version extraction when git not foundJosh Blum2011-10-201-8/+10
|
* cmake: parse the version.sh and git describe to model the m4 filesJosh Blum2011-10-201-29/+59
|
* cmake: added conditional check for compiler flagsJosh Blum2011-10-191-0/+13
|
* cmake: fix that component depends on component hackJosh Blum2011-10-191-2/+14
|
* cmake: added ability to support -DENABLE_XXX=FORCEJosh Blum2011-10-191-0/+13
|