summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau
Also removes related M4 and dependency requirements for USRP-related libs.
2011-10-19Removed radio-astronomy; updated and replaced by simple-ra in cgran ↵Tom Rondeau
(https://www.cgran.org/wiki/simple_ra).
2011-10-16Merge branch 'master' into nextTom Rondeau
Conflicts: gr-qtgui/lib/Makefile.am
2011-10-16Merge branch 'maint'Tom Rondeau
2011-10-15config: fixing up for new rules in automake.Tom Rondeau
2011-10-08gcell: removed gcell and gr-gcellTom Rondeau
2011-10-04Merge branch 'master' into nextTom Rondeau
2011-09-06shd: adding a component gr-shd as an interface to the Symplex Hardware ↵Tom Rondeau
X-Mini system. Mostly cribbed from gr-uhd.
2011-07-18gr-vocoder: removed gr-codec2-vocoderJohnathan Corgan
2011-07-18Merge remote branch 'ttsou/codec2' into wip/vocodersJohnathan Corgan
Conflicts: config/Makefile.am configure.ac
2011-07-18gr-cvsd-vocoder: removed from treeJohnathan Corgan
2011-07-18gr-gsm-fr-vocoder: removed from treeJohnathan Corgan
2011-07-17gr-vocoder: add skeleton top-level componentJohnathan Corgan
2011-07-17Merge branch '8psk' into nextTom Rondeau
Conflicts: gr-msdd6000/src/Makefile.swig.gen
2011-07-10digital: work on build to make gr-trellis dependent on gr-digital.Tom Rondeau
2011-07-07vocoder: codec2: add block for David Rowe's Codec2Thomas Tsou
2011-07-03msdd6000: removed from tree, obsoleteJohnathan Corgan
2011-07-03sounder: removed from tree, obsoleteJohnathan Corgan
2011-07-03radar-mono: removed from tree, obsoleteJohnathan Corgan
2011-07-03gpio: removed from tree, obsoleteJohnathan Corgan
2011-06-13Merge branch 'master' into 8pskTom Rondeau
Conflicts: gr-qtgui/lib/qtgui_time_sink_c.cc gr-trellis/src/lib/Makefile.am gr-trellis/src/lib/calc_metric.h gr-trellis/src/lib/trellis.i gr-trellis/src/lib/trellis_constellation_metrics_cf.i gr-trellis/src/lib/trellis_metric_type.h gr-trellis/src/lib/trellis_sccc_encoder_XX.i.t
2011-06-11Allow disabling shm vmcircbuf tests at configure timeDon Ward
2011-03-28digital: configuration files for building gr_digitalTom Rondeau
2011-03-14Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into nextJohnathan Corgan
* jblum/mergeme/misc/use_boost_math_trunc: use boost::math::trunc in gr_frequency_modulator_fc.cc
2011-03-14audio: remove obsoleted individual top-level componentsJohnathan Corgan
2011-03-09audio: added config checks for other audios, added jack and portJosh Blum
2011-03-08audio: skeleton for gr-audio componentJosh Blum
2011-02-27use boost::math::trunc in gr_frequency_modulator_fc.ccJosh Blum
this replaces the need for a conditional trunc implementation in config.h
2011-02-17guile: removing calls to check for guile and guile-dev. GNU Radio can once ↵Tom Rondeau
again be built without Guile.
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
2010-12-21Merge branch 'next' into guile.Eric Blossom
Passes distcheck. * next: (32 commits) volk: Fix for popcnt's 64/32-bit issues. Using a copy of config.guess and config.sub instead of sym links. Including time header to qa files. Changed python env variable to more globally usable version. gr_uhd: Quick fix for make distcheck failures if UHD is not installed. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs. resampler PFB: Sets relative rate when rate is changed. Create method to set rate on pfb_arb_resamp after it has been created. Allow it to be called from GRC. volk: fix for running 32-bit OS on 64-bit processor. System is correctly identified as 32-bit and compiles with the correct flags. volk: changing the path variables again. This works on my various systems tested. Using abs_ path names failed on Ubuntu 8.04 32-bit. volk: May be a hack, but it was required for my 32-bit Fedora 13 to work. volk: Removing unnecessary shell script; last commit takes care if its functions. volk: Fixing build system to handle making volk_mktables, volk_tables.h, and volk_config.h instead of a standalone shell script. volk: readding 16sc_magnitude_32f_sse with fix for SSE hadd_ps error. volk: Adding a few more generic-only test cases. volk: adding generic QA test for 16sc_magnitude_32f. volk: modified the configure scripts to output which architectures it will be building based on the configure tests. uhd: update notes in grc blocks for addressing scheme volk: Removing erroneous SSE function that actually usese an SSE3 intrin (mm_hadd_ps). ...
2010-12-08volk: Updating build system so that volk configures and builds from gnuradio ↵Tom Rondeau
top level dir.
2010-12-06Update comments for --enable-guile, reflecting that it's disabled by default.Eric Blossom
2010-12-02Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.Eric Blossom
Passes distcheck.
2010-11-21Make Guile bindings work with --with-gnuradio-core et al.Eric Blossom
2010-11-17remove incomplete Tcl support to not confuse peopleRob Savoye
2010-11-13dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.Eric Blossom
Write new app, gr-run-waveform, that reads waveforms and runs them. We'll need to turn this into a small piece of C/C++ code that embeds guile, but the guts of it is working.
2010-11-10Make check works again, now using guile's native test-suite code.Eric Blossom
The srfi-64 code wouldn't pass it's own test code under guile...
2010-11-10Create guile QA framework.Eric Blossom
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
2010-11-10add options to enable tcl and/or guile as well as python bindings.Rob Savoye
2010-10-19Merge branch 'prefix_fix' of gnuradio.org:jblum into nextJosh Blum
2010-10-05Remove vrt from build.Eric Blossom
The vrt code has been temporarily moved to Eric's Out-of-Tree repository, pending the "Grand Build System Reorganization". To grab the code and build it: $ git clone git://gnuradio.org/eb-oot $ cd eb-oot/vrt $ ./bootstrap && ./configure $ make && make check && make install
2010-09-26possible prefix = NONE fixJosh Blum
2010-06-02Merge branch 'master' into nextJohnathan Corgan
* master: gcell: make versioned libraries gnuradio-core: fix missing linker flags for boost_program_options howto: fix incorrect include path build: redo GR_GIT for portability build: use date format string instead of -R for portability gnuradio-core: fix typo in doxygen header gr-qtgui: add include file for gcc 4.4.1
2010-06-01build: use date format string instead of -R for portabilityJohnathan Corgan
2010-05-24Merge branch 'master' into nextJohnathan Corgan
* master: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
2010-05-23Merge remote branch 'gnuradio/wip/udp_source_sink'Johnathan Corgan
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
2010-05-21libvrt: remove from 3.3 API.Johnathan Corgan
libvrt will continue as part of the 3.4git development branch, where it will undergo a rewrite and API change.
2010-05-19Add additional conditionalization of networking includesEric Blossom