summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: removed last references to GRUEL.Tom Rondeau2013-04-0110-20/+0
| | | | Also update qa_runtime to pull in qa_pmt tests.
* build: parallel build handling of runtime swig and swig docs.Tom Rondeau2013-04-011-1/+1
|
* runtime: creating swig files for typedefs/templates of vector types.Tom Rondeau2013-04-011-0/+12
| | | | | | Also created simple ctrlport swig file to clean things up. Consolidated all standard vector types into gr_types.i.
* runtime: fix parallel builds, make -j working againJohnathan Corgan2013-03-271-1/+1
|
* updates to FindGnuradio.cmake for core->runtime renameTim O'Shea2013-03-271-5/+5
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-0/+1
|
* cmake: added a FindGnuradio.cmake module that other programs can use to ↵Tim O'Shea2013-03-131-0/+105
| | | | easily link against various components of GNU Radio.
* Merge branch 'master' into nextTom Rondeau2013-03-133-44/+70
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: fixes to replace log4cxx with log4cpp.Tom Rondeau2013-03-132-16/+9
| |
| * Merge remote-tracking branch 'gr3.7_log4cpp'Tom Rondeau2013-03-133-44/+77
| |\
| | * Converted gr_logger to use log4cppuser2013-03-122-16/+77
| |/
| * Added Windows DLL resource filesNicholas Corgan2013-03-051-1/+7
| |
* | Merge remote-tracking branch 'ncorgan/dll-rc-info_next' into nextTom Rondeau2013-03-051-1/+7
|\ \
| * | Added Windows DLL resource files to next-only branchesNicholas Corgan2013-03-041-1/+7
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-041-6/+6
|\ \ \ | | |/ | |/|
| * | log: fixing build if log4cxx is not installed.Tom Rondeau2013-03-041-6/+6
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-041-3/+3
|\| | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
| * | log: more minor fixups integrating gr-logger.Tom Rondeau2013-03-041-3/+3
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-03-032-0/+69
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/gnuradio-core.conf gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc gnuradio-core/src/lib/runtime/runtime.i gr-atsc/src/lib/CMakeLists.txt gr-audio/lib/CMakeLists.txt gr-comedi/src/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt
| * log: adding default loggers to all gr_blocks to make using them simpler.Tom Rondeau2013-03-031-17/+26
| | | | | | | | | | | | log: improving logger configuration and default behavior. log: changed name from gr_log to gr_logger (felt it could be confuse with the math function log). docs: moved logging information out to its own page.
| * Merge branch 'master' into gr_logTom Rondeau2013-03-018-9/+298
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/main_page.dox gnuradio-core/gnuradio-core.conf.in gnuradio-core/src/lib/swig/CMakeLists.txt gr-digital/lib/CMakeLists.txt gr-howto-write-a-block/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
| * \ Merge branch 'master' into gr_logTom Rondeau2012-09-0613-140/+117
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
| * | | log: fixed gr_log to be usable in Python.Tom Rondeau2012-06-131-0/+2
| | | | | | | | | | | | | | | | Works with log4cxx installed and not installed.
| * | | Fixing up the gr-log capabilities.Tom Rondeau2012-06-082-1/+33
| | | | | | | | | | | | | | | | Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
| * | | core: Adds a gr-log concept for easy logging at various levels.Tom Rondeau2012-06-071-0/+28
| | | | | | | | | | | | | | | | | | | | Uses log4cxx and is optional. Macro based and macros are simple pass-throughs if this dependency does not exist or if the gr-log is disabled.
* | | | Merge branch 'master' into nextTom Rondeau2013-02-261-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | cmake: adding Boost version 104601 to list of bad Boosts.Tom Rondeau2013-02-261-1/+1
| | | |
* | | | Merge branch 'master' into nextJohnathan Corgan2013-02-211-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_random_pdu.cc volk/apps/volk_profile.cc
| * | | cmake: Added chrono as a necessary Boost library under MSVCNicholas Corgan2013-02-191-0/+2
| | | |
* | | | Merge branch 'master' into nextTom Rondeau2013-02-131-4/+14
|\| | |
| * | | build: allowing user to override check for bad versions of boost.Tom Rondeau2013-02-131-4/+14
| | | | | | | | | | | | | | | | Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
| * | | Merge remote-tracking branch 'ncorgan/cmake_boost_fix' into maintJohnathan Corgan2013-02-071-2/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'ncorgan/fedora-18-cmake' into maintJohnathan Corgan2013-02-071-0/+12
| |\ \ \ \
* | \ \ \ \ Merge branch 'master' into nextTom Rondeau2013-02-062-2/+14
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'ncorgan/fedora-18-cmake'Tom Rondeau2013-02-061-0/+12
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | cmake: Added Fedora 18 packaging informationNicholas Corgan2013-01-171-0/+12
| | | | | | |
| * | | | | | Merge remote-tracking branch 'ncorgan/cmake_boost_fix'Tom Rondeau2013-02-061-2/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | cmake: Allows Unix systems with /usr/lib64 to use Boost installations in ↵Nicholas Corgan2013-02-011-2/+2
| | |/ / / | | | | | | | | | | | | | | | non-standard locations
* | | | | Merge branch 'master' into nextTom Rondeau2013-02-051-3/+27
|\| | | |
| * | | | build: disable certain Boost versions we know are buggy to fix Issue #513.Tom Rondeau2013-02-051-3/+27
| |/ / / | | | | | | | | | | | | Creates a new list of version to test against. If any version matches the list of bad versions, set Boost to Not Found.
* | | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-0/+156
|\| | | | | | | | | | | | | | | of the INCLUDE_DIRS order
| * | | GrUseQt4 -> GrSetupQt4, since that's what it really does.Michael L Dickens2013-01-031-0/+0
| | | |
| * | | GNU Radio version of CMake's "UseQt4" script, which determines header ↵Michael L Dickens2013-01-011-0/+156
| | | | | | | | | | | | | | | | (INCLUDE) and library directories, but requires that the including script add use them (via INCLUDE_DIRECTORIES and LINK_DIRECTORIES)
* | | | Merge branch 'master' into nextJohnathan Corgan2012-12-291-1/+2
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2012-12-291-1/+2
| |\ \ \
| | * | | cmake: removed Boost 1.52 from allowed versionsmaint-3.6.2Johnathan Corgan2012-12-291-1/+2
| | | | | | | | | | | | | | | | | | | | See https://svn.boost.org/trac/boost/ticket/7669
* | | | | ctrlport: fix in cmake for OSX builds of ctrlport.Tom Rondeau2012-12-061-0/+11
| | | | |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2012-12-041-3/+7
|\ \ \ \ \
| * | | | | Merge branch 'master' into nextJohnathan Corgan2012-12-041-3/+7
| |\| | | |
| | * | | | Merge branch 'maint'Johnathan Corgan2012-12-041-3/+7
| | |\| | |