aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12update version to 0.0.2v0.0.2Dimitri Stolnikov1-1/+1
2013-05-30update revision to 0.0.2gitDimitri Stolnikov1-2/+2
for next maintenance release 0.0.2 of gr3.6 block series
2013-05-29update revision to 0.0.1v0.0.1Dimitri Stolnikov1-1/+1
this is the legacy version for gnuradio 3.6
2013-05-25cmake: make python support optionalDimitri Stolnikov1-5/+28
2013-05-08hackrf: default to sse2 on x86/64Hoernchen1-0/+4
2013-05-06offer avx and sse to speed up float->uint8 for txHoernchen1-0/+26
2013-05-01cmake: add boost thread & system dependencies againDimitri Stolnikov1-1/+7
thanks to Alberto Albiol for pointing this out.
2013-04-14allow docdir location overrideJaroslav Škarvada1-1/+3
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-04-14doxygen package needs to be detetected before the doxygen is usedJaroslav Škarvada1-0/+1
Without this patch the DOXYGEN_EXECUTABLE is set too late which results in build failure when processing swig directory (with ENABLE_DOXYGEN). Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com> Signed-off-by: Steve Markgraf <steve@steve-m.de>
2013-04-14cmake: remove boost thread & system dependenciesDimitri Stolnikov1-9/+7
2013-04-10hackrf: add support for HackRF devices through libhackrfDimitri Stolnikov1-2/+3
features: - gain control for LNA & VGA - frequency error correction - automatic baseband filter - up to 20M sampling rate limitations: - no DC offset correction implemented (yet) - no RX preamplifier control (disabled by default) - high sampling rates may not work on slow machines
2013-04-09adopt gnuradio component header structureDimitri Stolnikov1-1/+1
this makes it neccessary to include headers with the osmosdr/ prefix thanks to Alexandru Csete for pointing this out.
2013-03-11add support for software IQ imbalance correctionDimitri Stolnikov1-0/+1
this functionality depend on the gr-iqbal blocks developed by Sylvain Munaut and is a compile time dependency: http://cgit.osmocom.org/cgit/gr-iqbal
2013-02-10fake gnuradio cpack behavior as long as we don't use it directlyDimitri Stolnikov1-0/+5
2013-02-10Allows Unix systems with /usr/lib64 to use Boost installations in non-Dimitri Stolnikov1-2/+2
this was taken from: http://gnuradio.org/cgit/gnuradio.git/commit/?id=648214ef4a77b5eb22f4e9715a7469ddc02583c1
2012-09-30add support for MSi2500 based DVB-T dongles through libmirisdrDimitri Stolnikov1-0/+1
this has been tested with analog modes only and still has to be verified with the usual digital modes for proper implementation.
2012-08-01add boost-system library to dependency listDimitri Stolnikov1-0/+1
this seems to be required on OSX with boost 1.50+
2012-05-26osmosdr: change implementation to use libosmosdrDimitri Stolnikov1-1/+1
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov1-0/+1
this may be required for compilation since the gnuradio trunk doesn't provide UHD's include path via pkg-config.
2012-05-12cleanup cmake files, remove libusb moduleDimitri Stolnikov1-11/+0
2012-04-26update build system to check for component dependenciesDimitri Stolnikov1-19/+77
this will only enable components if the dependencies were met.
2012-04-09fix for windowsHoernchen1-1/+1
Signed-off-by: Dimitri Stolnikov <horiz0n@gmx.net>
2012-04-06initial commitDimitri Stolnikov1-0/+158