Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-01 | Revert "Force swig compile ordering in gnuradio-core" | Johnathan Corgan | |
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c. | |||
2012-12-01 | cmake: fix typo in cmake swig module | Johnathan Corgan | |
2012-11-26 | core: fixed memory leak issue in arbitrary resampler blocks. | Tom Rondeau | |
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-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-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 | 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-10 | fft: fixing float-in, complex-out fft block to use the right io sig. | Tom Rondeau | |
2012-11-04 | gr: added python -B everywhere for clean source tree | Josh Blum | |
2012-11-02 | Fixes other uses of channel model to always have negative or zero | Alick Zhao | |
seed for noise source, matching the documentation update in 0d6871b3. | |||
2012-10-19 | cmake: Ubuntu 12.10 package support | Nicholas Corgan | |
2012-10-13 | uhd: fix pmt tuple ref namespace issue | Josh Blum | |
The pmt_tuple_ref should be prefixed with pmt:: just like all of the other calls. I am uncertain as to why this is compiling (we are not using namespace pmt), unless there is a hidden using namespace somewhere in a global header. But it will be good to get the code right as a general purpose example. | |||
2012-10-13 | core: fix several tag includes throughout core | Josh Blum | |
Techinically this include should be the tags header which brings in the pmt *and* the tags struct definition. This happens to be working because the struct definition is implicitly included by the gr_block* and subclass headers. | |||
2012-10-12 | qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis ↵ | Tom Rondeau | |
correctly. | |||
2012-10-03 | core: fix for restarting the flowgraph with VOLK blocks. | Tom Rondeau | |
2012-09-27 | core: fix use of private vars in place of API accessor | Josh Blum | |
Conflicts: gnuradio-core/src/lib/io/gr_tagged_file_sink.cc | |||
2012-09-27 | digital: fix private access in gr_endian_swap | Josh Blum | |
2012-09-10 | volk: forgot critical variable subs | Josh Blum | |
2012-09-04 | build: update revision to 3.6.2 | Johnathan Corgan | |
2012-09-04 | Merge branch 'maint' | Johnathan Corgan | |
2012-09-04 | core: only check for *.conf in prefs dir | Martin Braun | |
2012-09-03 | Merge branch 'maint' | Tom Rondeau | |
2012-09-03 | docs: reworking doc into one extra dox file for easier linking. | Tom Rondeau | |
build_guide was not being found properly. Putting these together fixes that. | |||
2012-08-30 | adding gr_endian_swap block | Tim O'Shea | |
2012-08-30 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-08-30 | filter: fixes naligned value when volk alignment is 1. | Tom Rondeau | |
2012-08-30 | Merge branch 'maint' | Johnathan Corgan | |
2012-08-30 | volk: dont set CMAKE_REQUIRED_FLAGS when empty | Josh Blum | |
2012-08-28 | Merge branch 'maint' | Johnathan Corgan | |
2012-08-28 | volk: special werror unused cmd line arg for clang | Josh Blum | |
2012-08-28 | fcd: fixed copy-paste error. | Tom Rondeau | |
2012-08-05 | arm: better support for ARM processors without NEON. | Jaroslav Skarvada | |
2012-07-26 | grc: adding missed message_burst_source GRC file. | Tom Rondeau | |
2012-07-19 | filter: fixing cppunit test QA to work properly with testing disabled. | Tom Rondeau | |
2012-07-19 | core: added message source that takes in tags for controlling bursts. | Nick Foster | |
2012-07-17 | Merge remote branch 'jblum/volk_mmx_fix' | Johnathan Corgan | |
2012-07-17 | volk: entirely remove commented out ORC clause for volk_16u_byteswap_u | Johnathan Corgan | |
2012-07-17 | volk: fix for win64 MSVC not having MMX support | Josh Blum | |
1) For the machine defs that will pass on windows, generate a machine with mmx and without using mmx| 2) In the cmakelists, we overrule MMX arch on MSVC 64. Also overrule redundant machines for when MMX does pass. 3) Set LV_HAVE_SSE && LV_HAVE_MMX for volk_16i_32fc_dot_prod_32fc_a. Afterall, it is calling into MMX intrinsics as well. | |||
2012-07-16 | Comment out orc support for volk_16u_byteswap_u | Johnathan Corgan | |
2012-07-15 | digital: adding BER/SNR simulation example. | Martin Braun | |
2012-07-15 | digital: removing unused parameter from DPSK demod GRC block. | Martin Braun | |
2012-07-15 | volk: adding unaligned byteswap kernel. | Tom Rondeau | |