Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | cmake: update revision to 3.6.3 for release | Johnathan Corgan | |
2012-12-23 | cmake: update revision to 3.6.3rc0 | Johnathan Corgan | |
2012-12-10 | core: 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-07 | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | |
2012-11-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-14 | fft: added gnuradio-fft dep for some tests | Josh Blum | |
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh 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-01 | Merge branch 'wip/gr-blocks-master' | Johnathan Corgan | |
2012-09-23 | analog: adding gr-analog component with. | Tom Rondeau | |
2012-09-05 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-09-04 | build: update revision to 3.6.3git | Johnathan Corgan | |
2012-09-04 | build: update revision to 3.6.2 | Johnathan Corgan | |
2012-07-03 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-07-03 | core: moved VMCIRCBUF related code to runtime | Josh Blum | |
This build stuff should not be at the top level. | |||
2012-06-20 | Merge branch 'master' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-20 | Merge branch 'gr_filter' | Johnathan Corgan | |
2012-06-16 | cmake: add support for SYSCONFDIR | Chí-Thanh Christopher Nguyễn | |
Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492 | |||
2012-06-11 | Merge commit 'v3.6.1' into wip/gr-blocks-master | Johnathan Corgan | |
2012-06-11 | cmake: update revision to 3.6.2git | Johnathan Corgan | |
2012-06-11 | cmake: update revision to 3.6.1 release | Johnathan Corgan | |
2012-06-08 | blocks: adds new top-level component gr-blocks with first block | Johnathan Corgan | |
gr::blocks::add_XX | |||
2012-05-01 | filter: work on creating gr-filter top-level component. | Tom Rondeau | |
Builds but does not bring in libgnuradio-fft.so symbols. | |||
2012-04-27 | gr-fft: creates a gr-fft top-level component. | Tom Rondeau | |
2012-04-21 | cmake: update revision to 3.6.1git | Johnathan Corgan | |
2012-04-21 | cmake: update revision to 3.6.0 | Johnathan Corgan | |
2012-04-13 | Removed 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-09 | cmake: update revision to 3.6.0git | Johnathan Corgan | |
2012-04-06 | Merge branch 'master' into next | Tom Rondeau | |
2012-04-06 | build: properly handle the VM circbuf; was forcing tmp file usage on all ↵ | Tom Rondeau | |
platforms. | |||
2012-04-05 | Merge branch 'master' into next | Tom Rondeau | |
Conflicts: grc/blocks/Makefile.am | |||
2012-04-04 | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | |
2012-04-03 | cmake: fixing current build version number. | Tom Rondeau | |
2012-04-03 | Rework 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-03 | Merge branch 'cmake_version' into cmake_builds | Tom Rondeau | |
2012-04-03 | build: Adding gnuradio-examples as a component to be turned on/off. | Tom Rondeau | |
2012-04-01 | Merge remote branch 'tom/cmake_version' into next | Johnathan Corgan | |
* Changed version to make it build 3.6git, not 3.6.0.0 | |||
2012-04-01 | wavelet: move wavelet blocks to new top-level component | Johnathan Corgan | |
2012-04-01 | cmake: remove version.sh since we don't need it for autotools. Set version ↵ | Tom Rondeau | |
info in CMakeLists.txt. | |||
2012-03-31 | build: use -O2 with cmake in Debug build. | Tom Rondeau | |
2012-03-23 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-23 | cmake: fix include path order in gruel | Johnathan Corgan | |
2012-03-11 | fcd: cmake build work in progress | Johnathan Corgan | |
2011-12-30 | cmake: added swig version check | Josh Blum | |
2011-12-11 | build: moved docs to be the first item checked/configured to give all other ↵ | Tom Rondeau | |
components access to ENABLE_DOXYGEN. | |||
2011-12-11 | Most 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-27 | uhd: cleanup some -Wall warnings | Josh Blum | |
2011-10-24 | build: better handling of doxygen building and consistency between build tools. | Tom Rondeau | |
2011-10-24 | examples: making both autotools and cmake install all the same examples. | Tom Rondeau | |
2011-10-24 | shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵ | Tom Rondeau | |
build. |