summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2007-09-04Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan
Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-04Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan
Created new top-level component, gr-utils, to hold commonly used utility scripts (originally in gnuradio-examples). These now install into the system path, allowing their use from wherever. Reorganization of gnuradio-examples component: * Commonly used utility scripts moved from python/usrp into gr-utils. * Examples now install into $(prefix)/share/gnuradio/examples/... * Channel coding examples moved into gr-trellis/src/examples, now install from there, only if gr-atsc itself is going to built and installed. * ATSC example scripts now install into example hierarchy * Cruft has been moved into 'limbo' in repository, do not get installed Trunk passes 'make distcheck'. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6279 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-02Merged r6224:6268 from features/deb into trunk. Implements most of a Debian ↵jcorgan
package generation system. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6269 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-28updated gr_omnithread.m4 so that it preserves ACX_PTHREADS default if-found ↵eb
behavior git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6199 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-27Merged r6171:6186 from jcorgan/fg into trunk.jcorgan
Changes hierarchical flow graph API to use gr.top_block instead of gr.runtime. See discuss-gnuradio mailing list for explanation of changes. GRC has not been updated to use the changed API. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6187 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-18Merged r5945:6012 from jcorgan/radar into trunk. Updates gr-radar-mono ↵jcorgan
component. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6013 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-12Merged r5732:5941 from jcorgan/sar into trunk. Adds start of gr-radar-mono ↵jcorgan
component. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5942 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-21Merged r5463:5504 from jcorgan/snd into trunk. Work in progress, adds ↵jcorgan
digital loopback and receive to FPGA code. Host receive code is still debugging only. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5505 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-02Merged features/inband -r4812:5218 into trunk. This group of changeseb
includes: * working stand-alone mblock code * work-in-progress on usrp inband signaling 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
2007-04-26Merged r4518:5130 from developer branch n4hy/ofdm into trunk, passes distcheck.jcorgan
Adds incomplete OFDM implementation, further work to be completed in the features/ofdm branch. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5131 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-25Merged r5033:5116 from developer branch jcorgan/snd, with minor edits. ↵jcorgan
Trunk passes distcheck. Adds gr-sounder component, see gr-sounder/README. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5117 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-07merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and ↵trondeau
example code git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4906 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-03Merged r4429:4857 from developer branch jcorgan/dect into trunk, passes ↵jcorgan
distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4858 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-15more gr_qwt.m4 fixeseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4763 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-15Cleanup on qwt config to not require qwt includes to be in a subdirectory.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4762 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-14Fix typo, add error message.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4746 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-14Created configuration file for QWT library. This is in lieu of hand installingjcorgan
a .pc file per the gr-qtgui README. Component gr-qtgui is still disabled in configure.ac until testing is complete. Requires qwt files to be included using the #include <qwt/...> syntax; this is the default for binary installations of the qwt library. Normal users will user run ./configure without any changes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4745 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-07merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital ↵trondeau
receiver and fixes ticket:72 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4731 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-04adding QWT_CFLAGS substitution to grc_gr_qtguin4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4712 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-04The correct grc_qt_qtgui.m4 and modified instructions for qwt install ↵n4hy
provided in the README file git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4709 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-02Modified grc_gr_qtgui.m4 AND the README in gr-qtgui to enable gr-qtgui to ↵n4hy
build from source git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4692 221aa14e-8319-0410-a670-987f0aec2ac5
2007-03-02Merged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates ↵jcorgan
for new hierarchical blocks and work-in-progress channel sounder example. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4681 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-25Merged -r4560:4627 from jcorgan/ticket-39 into trunk. Fixes ticket:39.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4628 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-22fix to qt versus qt-mt issues on Fedora and Debian/Ubuntu, qwt is nextn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4570 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-21Beginnings of a qt based gui system added under gr-qtguin4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4564 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-30Fixes ticket:134. Unlikely offender was inclusion ofeb
gr_udp_sink/source code io.i. omnithread.h was also including <config.h> which is a no-no. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4333 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-30Merged eb/omni -r4315:4327 into trunk.eb
Extracted omnithread from gnuradio-core and made it a top-level component. This allows mblock to use it without a dependency on gnuradio-core. Completes ticket:132 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4328 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-13SWIG compilation speedup! Fixes ticket:9. eb
Merged -r4203:4254 from eb/swig-split into trunk. This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's These correspond to the runtime, general, filter and io directories, and also includes a new directory, gengen. gengen contains that part of general that was machine generated. This split is arbitrary, but was useful for getting size of the swig generated glue code for general down to about 2MB. In addition, the swig glue is now compiled with -g1 -O1 instead of -g -O2. With this change all the swig code now compiles in about 60% of the time that it used to take. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4255 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-24Organized python example directory for new hierarchical blocks, cleaned up ↵jcorgan
dial_tone2.py git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4190 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-21Fix distcheck errors.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-18Applied patch to fix ticket:117eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4137 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-18Missing file update to previous check-in r4128.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4129 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan
hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4070 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-30Require swig version 1.3.31 due to broken 'director' functionality in prior ↵jcorgan
versions. Addresses ticket:106. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4045 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-25When using python to check for wx module, call it via the variablegdt
earlier set with the path to the python interpreter, rather than hard-coding 'python'. Fixes build on systems where python is installed with a version suffix (e.g. python2.4), such as pkgsrc. From Berndt Josef Wulf via gnuradio-discuss; change is below the copyright threshold. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4017 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:96jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3940 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:94, caused by prior fix for ticket:92jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3924 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Fixes ticket:92.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3922 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-28conditionalize include of linux/compiler.heb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3886 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-15portability: use = instead of == with testgdt
from Rolang Illig via NetBSD pkgsrc git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3789 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-09Partial fix for ticket:84. Improves error message.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3747 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Trial fix for ticket:83jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3714 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-04Partial fix for ticket:81jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-27Merged changes from eb/digital-wip into trunk.eb
This includes: * renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital * refactoring the digital data tx and rx test code into benchmark_tx and benchmark_rx. These accept a -m <modulation> argument. <modulation> can currently be selected from gmsk, dbpsk, dqpsk * Two new AGC blocks: gr_agc2: separate attack and delay rates; gr_feedforward_agc: FIR-ish compressor. Normalizes to peak envelope. * Working DBPSK mod/demod (works fine) * Working DQPSK mod/demod (works, but still needs more work) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3662 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-21Merged -r3596:3600 of eb/ra_wb into trunk. This contains theeb
BSD read-ahead/write-behind fast usb support. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3601 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-16updated FSF addresseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3554 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-14fixed ticket #65anastas
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3540 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-14Added gr-pager component to trunk by merging from r3474:r3537 injcorgan
branch developer/jcorgan/pager. Currently implements most of the FLEX pager protocol demodulation, but doesn't yet decode individual pages. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3538 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5