History | View | Annotate | Download (13 kB)
Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.
Removed radio-astronomy; updated and replaced by simple-ra in cgran (https://www.cgran.org/wiki/simple_ra).
Merge branch 'master' into next
Conflicts: gr-qtgui/lib/Makefile.am
Merge branch 'maint'
config: fixing up for new rules in automake.
gcell: removed gcell and gr-gcell
shd: adding a component gr-shd as an interface to the Symplex Hardware X-Mini system. Mostly cribbed from gr-uhd.
gr-vocoder: removed gr-codec2-vocoder
Merge remote branch 'ttsou/codec2' into wip/vocoders
Conflicts: config/Makefile.am configure.ac
gr-cvsd-vocoder: removed from tree
gr-gsm-fr-vocoder: removed from tree
gr-vocoder: add skeleton top-level component
Merge branch '8psk' into next
Conflicts: gr-msdd6000/src/Makefile.swig.gen
digital: work on build to make gr-trellis dependent on gr-digital.
vocoder: codec2: add block for David Rowe's Codec2
msdd6000: removed from tree, obsolete
sounder: removed from tree, obsolete
radar-mono: removed from tree, obsolete
gpio: removed from tree, obsolete
Merge branch 'master' into 8psk
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...
Allow disabling shm vmcircbuf tests at configure time
digital: configuration files for building gr_digital
Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into next
audio: remove obsoleted individual top-level components
audio: added config checks for other audios, added jack and port
audio: skeleton for gr-audio component
use boost::math::trunc in gr_frequency_modulator_fc.cc
this replaces the need for a conditional trunc implementation in config.h
guile: removing calls to check for guile and guile-dev. GNU Radio can once again be built without Guile.
Updating copyright.
cleanup mkdir usage with boost filesystem:
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefswith 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....
Merge branch 'next' into guile.
Passes distcheck.
volk: Updating build system so that volk configures and builds from gnuradio top level dir.
Update comments for --enable-guile, reflecting that it's disabled by default.
Moved contents of gr-guile into gnuradio-core/src/guile and removed gr-guile.
Make Guile bindings work with --with-gnuradio-core et al.
remove incomplete Tcl support to not confuse people
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
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 embedsguile, but the guts of it is working.
Make check works again, now using guile's native test-suite code.
The srfi-64 code wouldn't pass it's own test code under guile...
Create guile QA framework.
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradiothat were getting nuked by make clean.
add options to enable tcl and/or guile as well as python bindings.
Merge branch 'prefix_fix' of gnuradio.org:jblum into next
Remove vrt from build.
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...
possible prefix = NONE fix
build: use date format string instead of -R for portability
Merge remote branch 'gnuradio/wip/udp_source_sink'
libvrt: remove from 3.3 API.
libvrt will continue as part of the 3.4git development branch, whereit will undergo a rewrite and API change.
Add additional conditionalization of networking includes
Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd
gnuradio-core: Disable (temporarily) interpolator tap calculation
There is some breakage with GR_FORTRAN / AC_PROG_F77 when runningbootstrap. The gen_interpolator_taps binary is only needed toregenerate the MMSE interpolator taps, which hasn't been done for...
Remove omnithreads library.
Remove mblock library. We hardly knew 'ye.
Update build configuration for OSX omnithreads changeover
gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreadsusrp now depends on gruel vs. omnithreads
Boost base library dependency has been upped to 1.37 forDarwin only, for Darwin specific code in usrp host library
Created gr uhd skeleton build.Checks uhd pkg config and gens the makefiles.
Remove warning related to GRC_GR_VRT
Added computed version number to configuration
Merged Bdale's 3.2.2-1 packaging
Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git)Merged control, rules, install, copyright, changelogFile renames to accomodate package renames3.3git items updated to follow new patternUpdated copyright notification...
Acknowledging the obvious
Created new gr-noaa top-level component.
Initial work:
- Carrier recovery/mixer PLL block- Start of POES grc pipeline, recovers Manchester symbols only- Start of GOES grc pipeline, recovers BPSK symbols only
Better fix for broken AC_PROG_F77 macro
Fix Python header check failure due to invalid cached state
Reported-by: Szymon Jakubczak <[email protected]>Signed-off-by: Johnathan Corgan <[email protected]>
Removed subversion related configuration info.
Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.
gruel::pmt_t will be the fundamental msg content for the new message passingimplemention for 3.3.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
Implements ticket:401 and ticket:402.
Adds several API functions to determine build constants at runtime, anda convenience command line program to display them:
From C++:
const std::string gr_prefix();const std::string gr_sysconfdir();const std::string gr_prefsdir();...
Make trunk packages use revision number in version.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r11123:11148 from jcorgan/np into trunk.
Adds --enable-python option to configure (defaults to yes).
Using --disable-python or --enable-python=no will cause onlyC++ API targets to be created and installed.
Several new shared libraries are now created. Where in the past,...
Update trunk to revision 3.3svn
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5
Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changesetmoves the primary doxygen configuration under the top-level docsdirectory. It creates a new "docs" top-level component that can beenabled/disabled using the configure --disable-docs option. At this...
Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5
Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support automake 2.57 (Achilleas Anastasopoulos)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11001 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
Merging in branch to add malloc.h to posix_memalign.cc for Cygwin.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10461 221aa14e-8319-0410-a670-987f0aec2ac5
Update trunk revision to 3.2svn
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10275 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r9798:9801 from michaelld/memalign into trunk. Passes distcheck on Ubuntu 8.10.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10098 221aa14e-8319-0410-a670-987f0aec2ac5
Merging qtgui branch-r9068:9837: this ads a qtgui_sink_c and qtgui_sink_f that displays the time, PSD, and spectrogram plots of a signal put into it. It requires qt4, qwt, and qwtplot3d and has not been tested on OSX.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9853 221aa14e-8319-0410-a670-987f0aec2ac5
dont sed check, can end badly
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9768 221aa14e-8319-0410-a670-987f0aec2ac5
re-enable grc, passes distcheck
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9723 221aa14e-8319-0410-a670-987f0aec2ac5
disabled GRC, breaks VPATH build, see ticket:298
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9699 221aa14e-8319-0410-a670-987f0aec2ac5
Reenable GRC component
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9687 221aa14e-8319-0410-a670-987f0aec2ac5
Disabled grc component until xdg-utils dependency check is added
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9680 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage....
fixed --enable-warnings-as-errors
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9474 221aa14e-8319-0410-a670-987f0aec2ac5
turn off strict-aliasing warning, not strict-aliasing optimization when compiling swig generated code
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9473 221aa14e-8319-0410-a670-987f0aec2ac5
fix for ticket:268, vector not always a context sensitive keywork
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9471 221aa14e-8319-0410-a670-987f0aec2ac5
Fix compiler warnings across the tree. Adds --enable-warnings-as-errors configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5
Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixesand local modifications.
Integrates previously separate GNU Radio Companion into top-level component'grc'. (Josh Blum)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5
Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality andto add the FOO_CPPFLAGS variable for those times when you want onlythe -I, -D and -U flags from FOO_CFLAGS.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9362 221aa14e-8319-0410-a670-987f0aec2ac5
Merged features/mp-sched -r8915:9335 into the trunk. The trunk nowcontains the SMP aware scheduler. This changesetintroduces a dependency on boost 1.35 or later.See source:gnuradio/trunk/README.building-boost for additional info.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
configure.ac cleanup to remove dnl message
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9314 221aa14e-8319-0410-a670-987f0aec2ac5
configure.ac cleanup
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9313 221aa14e-8319-0410-a670-987f0aec2ac5
gr_msdd6000 includes fixed up
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9312 221aa14e-8319-0410-a670-987f0aec2ac5
Move libgruel configuration checks into config directory
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9030 221aa14e-8319-0410-a670-987f0aec2ac5
disabled gr-msdd6000 until ticket:252 is resolved
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8941 221aa14e-8319-0410-a670-987f0aec2ac5
Fixed distcheck failure and cleaned up ignores.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8787 221aa14e-8319-0410-a670-987f0aec2ac5
Disable gr-msdd6000 component until it passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8785 221aa14e-8319-0410-a670-987f0aec2ac5