Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-30 | gr-serial block | manojgudi | |
2013-12-24 | Aded SBHS block | manojgudi | |
2013-10-08 | added gr-controls block | compiles fine | manojgudi | |
2013-10-07 | added gr-scimod block+CMake change | compiles fine | manojgudi | |
2013-10-01 | Removed unwanted blocks and changed CMakefile | manojgudi | |
2013-05-26 | Update revision to 3.6.4.2. | Johnathan Corgan | |
2013-03-18 | Update revision to 3.6.4.1 | Johnathan Corgan | |
2013-02-26 | Update version to 3.6.5git | Johnathan Corgan | |
2013-02-26 | Update release version to 3.6.4 | Johnathan Corgan | |
2013-02-07 | sched: adding in perf counters to measure performance of blocks during ↵ | Tom Rondeau | |
exectution of flowgraph. Conflicts: CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block_detail.cc gnuradio-core/src/lib/runtime/gr_block_detail.h | |||
2013-01-08 | cmake: updated revision to 3.6.4git post-release | Johnathan Corgan | |
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. |