summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-01-16core: fix for off-by-one issue in strip chart. Increases buffer size for ↵Marcus Leech
longer displays.
2012-01-13Fix compilation with gcc-4.7Jaroslav Skarvada
2012-01-07build: update revision to 3.5.1Johnathan Corgan
2012-01-07build: update canonical config filesJohnathan Corgan
2012-01-07core: comment out QA debug outputJohnathan Corgan
2012-01-06docs: another recheck point in the siwg_doc code. If a parse error happens, ↵Tom Rondeau
try rereading up to 3 times.
2012-01-06Merge branch 'maint'Tom Rondeau
2012-01-06Remove some more warnings. I'm probably being a bit OCD about these ones, ↵Tom Rondeau
but it makes the build output so much nicer...
2012-01-06volk: minor changes to fix some warnings.Tom Rondeau
2012-01-06volk: tell Orc compiler to include math.h to find some generic functions (sqrt).Tom Rondeau
2012-01-06Revert "volk: remove warning about implicit declaration of sqrt."Tom Rondeau
This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1. Broke it more than fixed it.
2012-01-03build: have swig_doc catch the exception when the xml parsing fails on a ↵Tom Rondeau
not-complete file. The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
2012-01-03build: not going to work. Removing changes to cmake files and no sync call.Tom Rondeau
2012-01-03Merge branch 'max_noutputs'Tom Rondeau
2012-01-03scheduler: added argument to wxGUI's stdapp that allows a user to specify ↵Tom Rondeau
the max_noutput_items when building a wxGUI application.
2012-01-03build: maybe towards a better way of getting Doxygen docstrings to build ↵Tom Rondeau
with -jN.