History | View | Annotate | Download (13.6 kB)
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
Merge branch 'master' into next
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
msdd6000 source upgraded and enabled
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8782 221aa14e-8319-0410-a670-987f0aec2ac5
temporary disabling of msdd6000 while under reconstruction
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8780 221aa14e-8319-0410-a670-987f0aec2ac5
Use system byteswap implementations where available.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8658 221aa14e-8319-0410-a670-987f0aec2ac5
Added autoconf independent bytesex routines to libgruel.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8654 221aa14e-8319-0410-a670-987f0aec2ac5
Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Radio Utility Etcetera Library. See README for description.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8642 221aa14e-8319-0410-a670-987f0aec2ac5
Moved mb_time to omni_time and left mb_time.h with typedef to maintainbackwards compatibility. Removed gcell's dependency on mblocks. Nowgcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8624 221aa14e-8319-0410-a670-987f0aec2ac5
libtool 2.2 compatibility fix from Don Ward. Details in ticket:249.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8613 221aa14e-8319-0410-a670-987f0aec2ac5
better fix for ticket:243
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8324 221aa14e-8319-0410-a670-987f0aec2ac5
Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNURadio interface to the Cell Broadband Engine.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8244 221aa14e-8319-0410-a670-987f0aec2ac5
Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.(eb/trunk-with-gcell r8037:8085). Expect additional tweaks, butcurrently works and passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8086 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r7857:7898 from n4hy/msddLTS into trunk, with modification. Adds gr-msdd6000 component, providing GNU Radio source and sink support for the Softronics Ltd. MSDD 6000 receiver.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7904 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r7769:7873 from michaelld/bc_behavior into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7888 221aa14e-8319-0410-a670-987f0aec2ac5
Fix for older autoconf that doesn't define "abs_top_YYY" variables bydefault.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7631 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r7611:7614 from jcorgan/gpio into trunk. Adds customFPGA build for streaming digital I/O to/from GPIO pins through LSB of I and Qdatastreams, with example programs of use.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7618 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki....
Removed gr-qtgui component (never finished), archived in limbo.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7522 221aa14e-8319-0410-a670-987f0aec2ac5
Merged -r7436:7453 eb/freebsd into trunk. This is a part of a set ofpatches from Diane Bruce for FreeBSD. Still need to resolve theissue of where/how to include config.h in all swig code andhow to select wx version on systems with more than one version installed....
fix for ticket:145
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7062 221aa14e-8319-0410-a670-987f0aec2ac5
fixes ticket:211
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7053 221aa14e-8319-0410-a670-987f0aec2ac5
fixed polarity of test
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7043 221aa14e-8319-0410-a670-987f0aec2ac5
Merged -r6847:6850 from eb/trial-merge into trunk. This changesetcontains the modifications required to cross-compile GNU Radio forthe Cell processor. For directions, see CrossCompilingForCell
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6852 221aa14e-8319-0410-a670-987f0aec2ac5
Revert automated versioning on trunk Debian package build. Too many things depend on static changelog.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6670 221aa14e-8319-0410-a670-987f0aec2ac5
Update Debian packaging to reflect repository version, tweaks
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660 221aa14e-8319-0410-a670-987f0aec2ac5
Changed revision to 3.1.svn.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6633 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.
Created new top-level component, gr-utils, to hold commonly used utilityscripts (originally in gnuradio-examples). These now install into thesystem path, allowing their use from wherever....
fixes ticket:144; works around g++/PPC -O1 bug
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6212 221aa14e-8319-0410-a670-987f0aec2ac5
trial fix for ticket:137. Merged -r6196:6200 from eb/signal to trunk
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6201 221aa14e-8319-0410-a670-987f0aec2ac5
Updated license from GPL version 2 or later to GPL version 3 or later.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
Merged r5732:5941 from jcorgan/sar into trunk. Adds start of gr-radar-mono component. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5942 221aa14e-8319-0410-a670-987f0aec2ac5
Merged features/inband -r4812:5218 into trunk. This group of changesincludes:
usrp now depends on mblock, and guile is a dependency.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5221 221aa14e-8319-0410-a670-987f0aec2ac5
Component clean up.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5205 221aa14e-8319-0410-a670-987f0aec2ac5