summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2013-01-08cmake: updated revision to 3.6.4git post-releaseJohnathan Corgan
2013-01-08cmake: update revision to 3.6.3 for releaseJohnathan Corgan
2012-12-23cmake: update revision to 3.6.3rc0Johnathan Corgan
2012-12-10core: to make ctest able to import pmts in-tree.Tom Rondeau
This duplicates a recent change made on next for the same reason: 4aec85d2facecb751ab4f83b934e56a6d59037dd
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-11-14Merge branch 'maint'Johnathan Corgan
2012-11-14fft: added gnuradio-fft dep for some testsJosh Blum
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
2012-10-01Merge branch 'wip/gr-blocks-master'Johnathan Corgan
2012-09-23analog: adding gr-analog component with.Tom Rondeau
2012-09-05Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-09-04build: update revision to 3.6.3gitJohnathan Corgan
2012-09-04build: update revision to 3.6.2Johnathan Corgan
2012-07-03Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-03core: moved VMCIRCBUF related code to runtimeJosh Blum
This build stuff should not be at the top level.
2012-06-20Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-16cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
2012-06-11Merge commit 'v3.6.1' into wip/gr-blocks-masterJohnathan Corgan
2012-06-11cmake: update revision to 3.6.2gitJohnathan Corgan
2012-06-11cmake: update revision to 3.6.1 releaseJohnathan Corgan
2012-06-08blocks: adds new top-level component gr-blocks with first blockJohnathan Corgan
gr::blocks::add_XX
2012-05-01filter: work on creating gr-filter top-level component.Tom Rondeau
Builds but does not bring in libgnuradio-fft.so symbols.
2012-04-27gr-fft: creates a gr-fft top-level component.Tom Rondeau
2012-04-21cmake: update revision to 3.6.1gitJohnathan Corgan
2012-04-21cmake: update revision to 3.6.0Johnathan Corgan
2012-04-13Removed 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-09cmake: update revision to 3.6.0gitJohnathan Corgan
2012-04-06Merge branch 'master' into nextTom Rondeau
2012-04-06build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau
platforms.
2012-04-05Merge branch 'master' into nextTom Rondeau
Conflicts: grc/blocks/Makefile.am
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-03cmake: fixing current build version number.Tom Rondeau
2012-04-03Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau
more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
2012-04-03Merge branch 'cmake_version' into cmake_buildsTom Rondeau
2012-04-03build: Adding gnuradio-examples as a component to be turned on/off.Tom Rondeau
2012-04-01Merge remote branch 'tom/cmake_version' into nextJohnathan Corgan
* Changed version to make it build 3.6git, not 3.6.0.0
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-04-01cmake: remove version.sh since we don't need it for autotools. Set version ↵Tom Rondeau
info in CMakeLists.txt.
2012-03-31build: use -O2 with cmake in Debug build.Tom Rondeau
2012-03-23Merge branch 'maint'Johnathan Corgan
2012-03-23cmake: fix include path order in gruelJohnathan Corgan
2012-03-11fcd: cmake build work in progressJohnathan Corgan
2011-12-30cmake: added swig version checkJosh Blum
2011-12-11build: moved docs to be the first item checked/configured to give all other ↵Tom Rondeau
components access to ENABLE_DOXYGEN.
2011-12-11Most of these warnings are coming from swig-generated sources. They are ↵Tom Rondeau
almost never an actual problem, so just turn the warning off.
2011-11-27uhd: cleanup some -Wall warningsJosh Blum
2011-10-24build: better handling of doxygen building and consistency between build tools.Tom Rondeau
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau