summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Revert automated versioning on trunk Debian package build. Too many things ↵jcorgan2007-10-221-1/+0
| | | | | | 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, tweaksjcorgan2007-10-211-0/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660 221aa14e-8319-0410-a670-987f0aec2ac5
* Changed revision to 3.1.svn.jcorgan2007-10-131-1/+1
| | | | 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.jcorgan2007-09-041-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* fixes ticket:144; works around g++/PPC -O1 bugeb2007-08-301-7/+4
| | | | 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 trunkeb2007-08-291-1/+1
| | | | 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.eb2007-07-211-1/+1
| | | | 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 ↵jcorgan2007-07-121-0/+1
| | | | | | 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 changeseb2007-05-021-3/+4
| | | | | | | | | | | | | 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
* Component clean up.jcorgan2007-05-011-3/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5205 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r5033:5116 from developer branch jcorgan/snd, with minor edits. ↵jcorgan2007-04-251-0/+1
| | | | | | 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
* Re-enabled gr-qtgui in configure.ac. Trunk passes distcheck.jcorgan2007-04-161-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5029 221aa14e-8319-0410-a670-987f0aec2ac5
* merged developer branch trondeau/cvsd -r4801:4904 to add CVSD vocoder and ↵trondeau2007-04-071-0/+1
| | | | | | example code git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4906 221aa14e-8319-0410-a670-987f0aec2ac5
* disabled GR_QTGUI which had accidentally been turned on in r4809eb2007-03-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4814 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged mblock work-in-progress eb/mb -r4798:4808 into trunk.eb2007-03-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4809 221aa14e-8319-0410-a670-987f0aec2ac5
* Best current fix for ticket:141 .michaelld2007-03-061-1/+13
| | | | | | | | This should be revisited once OSX 10.5 is released. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4725 221aa14e-8319-0410-a670-987f0aec2ac5
* Disabled gr-qtgui component until proper configure file is done.jcorgan2007-02-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4664 221aa14e-8319-0410-a670-987f0aec2ac5
* Beginnings of a qt based gui system added under gr-qtguin4hy2007-02-211-0/+1
| | | | 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-301-0/+1
| | | | | | | | | 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
* removed gr-error-correcting-codes and gr-radar from trunk buildeb2007-01-131-2/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4260 221aa14e-8319-0410-a670-987f0aec2ac5
* SWIG compilation speedup! Fixes ticket:9. eb2007-01-131-1/+26
| | | | | | | | | | | | | | | | | | 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
* Cleanup on hierarchical flowgraph code.jcorgan2006-12-181-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan2006-12-121-1/+1
| | | | | | 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
* Fixes ticket:92.jcorgan2006-11-041-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3922 221aa14e-8319-0410-a670-987f0aec2ac5
* Restore gr-pager to trunk.jcorgan2006-10-311-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3909 221aa14e-8319-0410-a670-987f0aec2ac5
* gr-pager fixeb2006-10-181-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3814 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:80 .michaelld2006-10-141-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3787 221aa14e-8319-0410-a670-987f0aec2ac5
* Disabled gr-error-correcting-codes until fix for ticket:80jcorgan2006-10-041-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3704 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated revision to 3.0svn.jcorgan2006-09-281-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3686 221aa14e-8319-0410-a670-987f0aec2ac5
* Added gr-pager component to trunk by merging from r3474:r3537 injcorgan2006-09-141-0/+1
| | | | | | | | 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
* Updated FSF address in all files. Fixes ticket:51eb2006-09-131-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged branch jcorgan/wip into trunk.jcorgan2006-09-031-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3471 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:3 and fixes ticket:42. The common functionality of jcorgan2006-08-271-0/+4
| | | | | | | | | | run_tests.in for Python QA has been extracted into run_tests.sh in the top-level and the individual run_tests just invoke that with the right path parameters. Also fixed Cygwin 'make check' bug by adding fix by Don Ward. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3440 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:34. Merged r3420:3425 from jcorgan/ticket-34.jcorgan2006-08-261-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3426 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:28. See BuildConfiguration for documentation.jcorgan2006-08-251-21/+26
| | | | | | | Merged developer branch jcorgan/ticket-28 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3417 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:38. Merged -r3339:3349 from jcorgan/ticket-38 into trunk.jcorgan2006-08-191-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3350 221aa14e-8319-0410-a670-987f0aec2ac5
* merged in mblock work-in-progresseb2006-08-171-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3331 221aa14e-8319-0410-a670-987f0aec2ac5
* Removed ezdop from build until m4 issue fixed.jcorgan2006-08-161-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3323 221aa14e-8319-0410-a670-987f0aec2ac5
* Disabled GRC_GR_ERROR_CORRECTING_CODES, which was inadvertantly reanbledeb2006-08-161-1/+1
| | | | | | | in [3291]. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3319 221aa14e-8319-0410-a670-987f0aec2ac5
* Reenabling ezdopjcorgan2006-08-161-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3292 221aa14e-8319-0410-a670-987f0aec2ac5
* More fixes for ticket:35, which was reopened.jcorgan2006-08-161-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3291 221aa14e-8319-0410-a670-987f0aec2ac5
* disabled gr-error-correcting codes. Make check is still failing.eb2006-08-151-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3288 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes for ticket:35, allowing use of BSD make instead of GNU make.jcorgan2006-08-151-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3286 221aa14e-8319-0410-a670-987f0aec2ac5
* fixes ticket:25michaelld2006-08-141-1/+1
| | | | | | | | | | | | merged from 3244 to 3270 in michaelld/wip Convolutional encoder now works; all features tested. Re-enabled gr-ecc in the top configure.ac file. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3271 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged jcorgan/ezdop into trunk.jcorgan2006-08-121-1/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3264 221aa14e-8319-0410-a670-987f0aec2ac5
* Disabling gr_error_correcting_codes until compilation bugs fixed (ticket:25).jcorgan2006-08-121-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3249 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged anastas/wip changes r3156:3218 into trunk.eb2006-08-071-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3219 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 fromjcorgan2006-08-071-1/+1
| | | | | | | | | | | | /gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now successfully completes on a machine that has never had gnuradio installed before. In addition, several cleanups and refactoring of build system code have been applied. NOTE: gr-audio-portaudio, gr-audio-osx, and gr-audio-windows have not been fully tested and will need verification by the maintainers of these components. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3216 221aa14e-8319-0410-a670-987f0aec2ac5
* Partial fix for ticket 10 merged into trunk fromjcorgan2006-08-061-7/+0
| | | | | | | | | branches/developers/jcorgan/ticket-10 As of this merge the trunk and the above branch are identical. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3182 221aa14e-8319-0410-a670-987f0aec2ac5