summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependencyeb2007-09-051-0/+1
| | | | | | | on usrp-inband that was introduced in [6307]. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6321 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan2007-09-041-0/+1
| | | | | | Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.jcorgan2007-09-043-2/+52
| | | | | | | | | | | | | | | | | | | | | 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
* Merged r6224:6268 from features/deb into trunk. Implements most of a Debian ↵jcorgan2007-09-024-0/+4
| | | | | | package generation system. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6269 221aa14e-8319-0410-a670-987f0aec2ac5
* updated gr_omnithread.m4 so that it preserves ACX_PTHREADS default if-found ↵eb2007-08-281-1/+2
| | | | | | behavior git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6199 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6171:6186 from jcorgan/fg into trunk.jcorgan2007-08-271-0/+1
| | | | | | | | | | | | 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
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2159-59/+59
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5945:6012 from jcorgan/radar into trunk. Updates gr-radar-mono ↵jcorgan2007-07-181-1/+0
| | | | | | component. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6013 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5732:5941 from jcorgan/sar into trunk. Adds start of gr-radar-mono ↵jcorgan2007-07-123-38/+52
| | | | | | component. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5942 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5463:5504 from jcorgan/snd into trunk. Work in progress, adds ↵jcorgan2007-05-211-1/+1
| | | | | | 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
* Merged features/inband -r4812:5218 into trunk. This group of changeseb2007-05-023-3/+31
| | | | | | | | | | | | | 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
* Merged r4518:5130 from developer branch n4hy/ofdm into trunk, passes distcheck.jcorgan2007-04-261-0/+1
| | | | | | | | 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
* Merged r5033:5116 from developer branch jcorgan/snd, with minor edits. ↵jcorgan2007-04-252-0/+51
| | | | | | 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
* merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and ↵trondeau2007-04-071-0/+36
| | | | | | example code git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4906 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4429:4857 from developer branch jcorgan/dect into trunk, passes ↵jcorgan2007-04-031-0/+1
| | | | | | distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4858 221aa14e-8319-0410-a670-987f0aec2ac5
* more gr_qwt.m4 fixeseb2007-03-151-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4763 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup on qwt config to not require qwt includes to be in a subdirectory.jcorgan2007-03-151-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4762 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix typo, add error message.jcorgan2007-03-141-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4746 221aa14e-8319-0410-a670-987f0aec2ac5
* Created configuration file for QWT library. This is in lieu of hand installingjcorgan2007-03-142-9/+105
| | | | | | | | | | 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
* merged trondeau/digital-wip2 r4193:4730 into trunk - improves digital ↵trondeau2007-03-072-0/+3
| | | | | | receiver and fixes ticket:72 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4731 221aa14e-8319-0410-a670-987f0aec2ac5
* adding QWT_CFLAGS substitution to grc_gr_qtguin4hy2007-03-041-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4712 221aa14e-8319-0410-a670-987f0aec2ac5
* The correct grc_qt_qtgui.m4 and modified instructions for qwt install ↵n4hy2007-03-041-2/+2
| | | | | | provided in the README file git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4709 221aa14e-8319-0410-a670-987f0aec2ac5
* Modified grc_gr_qtgui.m4 AND the README in gr-qtgui to enable gr-qtgui to ↵n4hy2007-03-021-2/+2
| | | | | | build from source git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4692 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r4671:4680 from jcorgan/est into trunk. Pulls in gr-wxgui updates ↵jcorgan2007-03-021-0/+3
| | | | | | 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
* Merged -r4560:4627 from jcorgan/ticket-39 into trunk. Fixes ticket:39.jcorgan2007-02-251-12/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4628 221aa14e-8319-0410-a670-987f0aec2ac5
* fix to qt versus qt-mt issues on Fedora and Debian/Ubuntu, qwt is nextn4hy2007-02-221-1/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4570 221aa14e-8319-0410-a670-987f0aec2ac5
* Beginnings of a qt based gui system added under gr-qtguin4hy2007-02-211-0/+39
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4564 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:134. Unlikely offender was inclusion ofeb2007-01-301-3/+3
| | | | | | | | 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
* Merged eb/omni -r4315:4327 into trunk.eb2007-01-303-2/+54
| | | | | | | | | 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
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-131-2/+9
| | | | | | | | | | | | | | | | | | 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
* Organized python example directory for new hierarchical blocks, cleaned up ↵jcorgan2006-12-241-1/+4
| | | | | | dial_tone2.py git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4190 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix distcheck errors.jcorgan2006-12-211-2/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5
* Applied patch to fix ticket:117eb2006-12-181-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4137 221aa14e-8319-0410-a670-987f0aec2ac5
* Missing file update to previous check-in r4128.jcorgan2006-12-181-2/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4129 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan2006-12-121-0/+3
| | | | | | 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
* Require swig version 1.3.31 due to broken 'director' functionality in prior ↵jcorgan2006-11-301-1/+1
| | | | | | versions. Addresses ticket:106. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4045 221aa14e-8319-0410-a670-987f0aec2ac5
* When using python to check for wx module, call it via the variablegdt2006-11-251-3/+1
| | | | | | | | | | | | | 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
* Fixes ticket:96jcorgan2006-11-041-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3940 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:94, caused by prior fix for ticket:92jcorgan2006-11-041-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3924 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:92.jcorgan2006-11-041-34/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3922 221aa14e-8319-0410-a670-987f0aec2ac5
* conditionalize include of linux/compiler.heb2006-10-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3886 221aa14e-8319-0410-a670-987f0aec2ac5
* portability: use = instead of == with testgdt2006-10-151-2/+2
| | | | | | | | from Rolang Illig via NetBSD pkgsrc git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3789 221aa14e-8319-0410-a670-987f0aec2ac5
* Partial fix for ticket:84. Improves error message.jcorgan2006-10-091-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3747 221aa14e-8319-0410-a670-987f0aec2ac5
* Trial fix for ticket:83jcorgan2006-10-041-4/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3714 221aa14e-8319-0410-a670-987f0aec2ac5
* Partial fix for ticket:81jcorgan2006-10-041-2/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changes from eb/digital-wip into trunk.eb2006-09-271-2/+1
| | | | | | | | | | | | | | | | 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
* Merged -r3596:3600 of eb/ra_wb into trunk. This contains theeb2006-09-211-0/+8
| | | | | | | BSD read-ahead/write-behind fast usb support. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3601 221aa14e-8319-0410-a670-987f0aec2ac5
* updated FSF addresseb2006-09-161-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3554 221aa14e-8319-0410-a670-987f0aec2ac5
* fixed ticket #65anastas2006-09-141-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3540 221aa14e-8319-0410-a670-987f0aec2ac5
* Added gr-pager component to trunk by merging from r3474:r3537 injcorgan2006-09-141-0/+34
| | | | | | | | 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