Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-28 | build: set Boost_INCLUDE_DIRS for components (mostly for OSX and Windows). | Tom Rondeau | |
2012-11-28 | patterned qa added, bugs fixed | Tim O'Shea | |
2012-11-28 | adding patterned interleaver block | Tim O'Shea | |
2012-11-28 | utils: updating GRCC with a -e flag to execute the program after building. | Tom Rondeau | |
2012-11-28 | digital: fixing GRC file id names to build other than top_block.py. | Tom Rondeau | |
2012-11-28 | cmake: adding cmake function to help us run GRCC. | Tom Rondeau | |
2012-11-28 | utils: adding GRCC - a GNU Radio Companion command-line compiler tool. | Tom Rondeau | |
2012-11-27 | Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into master"" | Tom Rondeau | |
This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581. Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here. Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt | |||
2012-11-27 | core: adding ability to handle extra data in headers. | Tom Rondeau | |
2012-11-26 | Merge branch 'maint' | Tom Rondeau | |
2012-11-26 | core: fixed memory leak issue in arbitrary resampler blocks. | Tom Rondeau | |
2012-11-26 | blocks: fix initializer order warning | Johnathan Corgan | |
2012-11-26 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-26 | core: this should have deparated w/ gr-wavelet | Josh Blum | |
2012-11-26 | cmake: Find Qwt6 installed on OSX using macports. | Ben Reynwar | |
2012-11-24 | core: Update file_meta_sink to inject headers into data stream. | Tom Rondeau | |
When a tag with updated metadata information is received, close out the previous header (by setting the segment size) and create a new header with the new data. Specifically for sample rate and time stamps. Will be useful for extra_dict when implemented. | |||
2012-11-24 | blocks: fix required libs in .pc file | Johnathan Corgan | |
2012-11-22 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-22 | Merge remote-tracking branch 'tom/set_python_dir' | Johnathan Corgan | |
2012-11-22 | runtime: changed check after cast to gr_block. | Tom Rondeau | |
2012-11-22 | filter: don't install .grc file as python file | Johnathan Corgan | |
2012-11-22 | gruel: remove erroneous include path from cmake | Josh Blum | |
2012-11-22 | runtime: moved setting of min/max buffer sizes from gr_basic_block to gr_block. | Tom Rondeau | |
2012-11-22 | cmake: Allow user to set Python installation directory from cmake. | Tom Rondeau | |
cmake -DGR_PYTHON_DIR=<install path> | |||
2012-11-21 | core: adding GRC file for file metadata sink | Tom Rondeau | |
2012-11-21 | core: adding Python files to easily parse header info of a file. | Tom Rondeau | |
Also a utility script that you pass a filename to and it prints out the meta data. | |||
2012-11-21 | core: Adding a file sink block that stores metadata with file. | Tom Rondeau | |
Current working version only has a single header at the top of the file. Must update to add metadata fields when changes occur. Also adding extra_header structure to store extram, users-specified info. | |||
2012-11-21 | filter: removing '.version' lines in ASM code for compat with CLANG. | Tom Rondeau | |
2012-11-21 | uhd: include gnuradio paths for swig build first | Josh Blum | |
This fixes a potential issue where swig sees old installed headers, where it should be seeing in-tree headers. | |||
2012-11-21 | Merge branch 'asm_for_clang' | Tom Rondeau | |
2012-11-19 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-19 | uhd: include gnuradio paths for swig build first | Josh Blum | |
This fixes a potential issue where swig sees old installed headers, where it should be seeing in-tree headers. | |||
2012-11-14 | analog: add analog dependencies to test | Josh Blum | |
2012-11-14 | gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocks | Johnathan Corgan | |
2012-11-14 | Merge branch 'maint' | Johnathan Corgan | |
2012-11-14 | filter: use matching free for malloc, fixes access violation | Josh Blum | |
2012-11-14 | filter: removed undefined FFTW3F_ libs/incs | Josh Blum | |
2012-11-14 | fft: restore FFTW3F_THREADS support for fft.cc | Josh Blum | |
2012-11-14 | fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIES | Josh Blum | |
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-11-12 | analog: fixed include guard typo | Nicholas Corgan | |
2012-11-10 | Merge branch 'maint' | Tom Rondeau | |
2012-11-10 | fft: fixing float-in, complex-out fft block to use the right io sig. | Tom Rondeau | |
2012-11-05 | analog: adding probe_avg_mag_sqrd GRC block. | Tom Rondeau | |
2012-11-05 | filter: removing '.version' lines in ASM code for compat with CLANG. | Tom Rondeau | |
2012-11-04 | Merge branch 'maint' | Johnathan Corgan | |
(commit chunk for gr-blocks added back in) | |||
2012-11-04 | gr: added python -B everywhere for clean source tree | Josh Blum | |
2012-11-02 | analog: not all classes export symbols | Nicholas Corgan | |