summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-16gruel: created common swig include fileJosh Blum
This work taken from gruel_work_squashed Common swig file includes: * Language independent exception handler * Wrapper for python calls that may block Benefits: * More common swig code, less copy pasta * Wrapper for blocking python calls handles the case where the call throws, python is not left in a bad state
2012-02-27Merge remote-tracking branch 'benreynwar/maint' into maintTom Rondeau
2012-02-27Fixed bug in digital_qam_demod.xmlBen Reynwar
2012-02-26core: add null constructors to sync_* blocksJohnathan Corgan
2012-02-24digital: forgot to include new xml in Makefile.am.Tom Rondeau
2012-02-24Added digital_constellation_receiver_cb.xml fileBen Reynwar
2012-02-23Try really hard to get cmake to use compiler flags from the toolchain file.Philip Balister
See: http://www.mail-archive.com/cmake@cmake.org/msg33248.html Also credit OpenEmbedded for doing something similar in the toolchain file they create. Signed-off-by: Philip Balister <philip@opensdr.com>
2012-02-21qtgui: More search options for qwt libraries, specifically for OSX.Michael Dickens
2012-02-20Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-20digital: fixed comments for new parameters.Tom Rondeau
2012-02-17vocoder: add xml blocks to autotools buildJohnathan Corgan
2012-02-17vocoder: fix typos in added block xmlJohnathan Corgan
2012-02-16small tweaks to get stream sizes "more correct"Michael L Dickens
2012-02-16allow any input hardware audio rate; fix use of deprecated function ↵Michael Dickens
'AudioHardwareGetProperty'
2012-02-15digital: install OFDM examples into installed examples directory.Michael Dickens
2012-02-14Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun
2012-02-14uhd: fix source block xml file generationMichael Dickens
2012-02-14docs: removing old Doxygen groups (radar and usrp(2)).Martin Braun
2012-02-10cmake: adding uninstall target for howto-write-a-block-cmake.Martin Braun
2012-02-07docs: better handling of html only for formulas.Tom Rondeau
2012-02-06Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan
2012-02-06CMake package uses "X.X.X" version number instead of "vX.X.X"Nicholas Corgan
2012-02-06Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a ↵Johnathan Corgan
number, CMake assigns "X.X.X" version number to generated executables" This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.
2012-02-06Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-06Merge remote branch 'ncorgan/package-version-fix' into maintJohnathan Corgan
2012-02-06docs: fixed some markup of formulas between html and xml (and therefore the ↵Tom Rondeau
swigdocs).
2012-02-06dpkg rejects "vX.X.X" version number because it doesn't start with a number, ↵Nicholas Corgan
CMake assigns "X.X.X" version number to generated executables
2012-02-06core: fix a warning.Tom Rondeau
2012-02-06Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-06howto: fix cmake swig header installationJohnathan Corgan
2012-02-06io: fix triggering and performance issues with oscope; specifically for the ↵Marcus Leech
strip-chart features.
2012-02-05cmake: remove QUIET option from some listfilesJohnathan Corgan
* PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
2012-02-05howto: various fixes cmake, cleanupJohnathan Corgan
* Fixed include dir variable, now works when gnuradio-core in custom prefix * Removed QUIET option, only works for cmake >=2.8.2, Ubuntu LTS has 2.8.0 * Fixed library name for gruel search
2012-02-03Fixed mislabeled dependencies for Fedora 15Nicholas Corgan
2012-02-02grc: better error for import gr failJosh Blum
2012-02-02grc: fix install permissions on grc_setup_freedesktopJosh Blum
2012-02-01Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau
2012-02-01uhd: fix for uhd_fft to work with basicRx d'board.Marcus Leech
2012-01-25core: fix floor ambiguous overload in vcc fftwJosh Blum
The msvc compiler doesnt like the ambiguous overload of floor. However, floor should not have an effect on the integer divide anyway.
2012-01-21noaa: add pc file for gr-noaa to m4 file.Tom Rondeau
2012-01-19docs: another try/except/rerun spot.Tom Rondeau
2012-01-19Merge branch 'nosync' into maintTom Rondeau
2012-01-19core: fixed bug in FFT shift operation.Tom Rondeau
2012-01-18volk: fix for newer orc.Nick Foster
2012-01-18noaa: add pkgconfig file for C++ libraryJohnathan Corgan
2012-01-17qtgui: better findqwt.cmake with standard pathsJosh Blum
2012-01-17gruel: hrt under bsd should use clock gettimeJosh Blum
2012-01-17cmake: fix for cmake 2.6 with library extras modeJosh Blum
OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8 LIBRARY_OUTPUT_NAME is new to 2.8 and more specific
2012-01-16digital: fixing up BERT interfaces. Also added a gain control to the tx side ↵Tom Rondeau
(so options.amplitude is actually used).
2012-01-16docs: another hack to check for errors and retry when building the swigdocs.Tom Rondeau