summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-01Revert "Force swig compile ordering in gnuradio-core"Johnathan Corgan
2012-12-01cmake: fix typo in cmake swig moduleJohnathan Corgan
2012-11-26core: fixed memory leak issue in arbitrary resampler blocks.Tom Rondeau
2012-11-26core: this should have deparated w/ gr-waveletJosh Blum
2012-11-26cmake: Find Qwt6 installed on OSX using macports.Ben Reynwar
2012-11-22filter: don't install .grc file as python fileJohnathan Corgan
2012-11-22gruel: remove erroneous include path from cmakeJosh Blum
2012-11-19uhd: include gnuradio paths for swig build firstJosh Blum
2012-11-14filter: use matching free for malloc, fixes access violationJosh Blum
2012-11-14filter: removed undefined FFTW3F_ libs/incsJosh Blum
2012-11-14fft: restore FFTW3F_THREADS support for fft.ccJosh Blum
2012-11-14fft: removed non-existant FFT_LIBRARY_DIRS FFT_LIBRARIESJosh Blum
2012-11-14fft: added gnuradio-fft dep for some testsJosh Blum
2012-11-14gr: same change for common PYTHON test pathsJosh Blum
2012-11-14gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum
2012-11-10fft: fixing float-in, complex-out fft block to use the right io sig.Tom Rondeau
2012-11-04gr: added python -B everywhere for clean source treeJosh Blum
2012-11-02Fixes other uses of channel model to always have negative or zeroAlick Zhao
2012-10-19cmake: Ubuntu 12.10 package supportNicholas Corgan
2012-10-13uhd: fix pmt tuple ref namespace issueJosh Blum
2012-10-13core: fix several tag includes throughout coreJosh Blum
2012-10-12qtgui: fixed qtgui time sink to take the bandwidth parameter to set x-axis co...Tom Rondeau
2012-10-03core: fix for restarting the flowgraph with VOLK blocks.Tom Rondeau
2012-09-27core: fix use of private vars in place of API accessorJosh Blum
2012-09-27digital: fix private access in gr_endian_swapJosh Blum
2012-09-10volk: forgot critical variable subsJosh Blum
2012-09-04build: update revision to 3.6.2Johnathan Corgan
2012-09-04Merge branch 'maint'Johnathan Corgan
2012-09-04core: only check for *.conf in prefs dirMartin Braun
2012-09-03Merge branch 'maint'Tom Rondeau
2012-09-03docs: reworking doc into one extra dox file for easier linking.Tom Rondeau
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-08-30Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-08-30filter: fixes naligned value when volk alignment is 1.Tom Rondeau
2012-08-30Merge branch 'maint'Johnathan Corgan
2012-08-30volk: dont set CMAKE_REQUIRED_FLAGS when emptyJosh Blum
2012-08-28Merge branch 'maint'Johnathan Corgan
2012-08-28volk: special werror unused cmd line arg for clangJosh Blum
2012-08-28fcd: fixed copy-paste error.Tom Rondeau
2012-08-05arm: better support for ARM processors without NEON.Jaroslav Skarvada
2012-07-26grc: adding missed message_burst_source GRC file.Tom Rondeau
2012-07-19filter: fixing cppunit test QA to work properly with testing disabled.Tom Rondeau
2012-07-19core: added message source that takes in tags for controlling bursts.Nick Foster
2012-07-17Merge remote branch 'jblum/volk_mmx_fix'Johnathan Corgan
2012-07-17volk: entirely remove commented out ORC clause for volk_16u_byteswap_uJohnathan Corgan
2012-07-17volk: fix for win64 MSVC not having MMX supportJosh Blum
2012-07-16Comment out orc support for volk_16u_byteswap_uJohnathan Corgan
2012-07-15digital: adding BER/SNR simulation example.Martin Braun
2012-07-15digital: removing unused parameter from DPSK demod GRC block.Martin Braun
2012-07-15volk: adding unaligned byteswap kernel.Tom Rondeau