summaryrefslogtreecommitdiff
path: root/pmt
Commit message (Collapse)AuthorAgeFilesLines
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-191-1/+1
| | | | | | | | | | contains the SMP aware scheduler. This changeset introduces 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
* Fixed spelling error: s/writeable/writable/geb2008-06-266-26/+26
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8727 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged features/inband-usb -r6431:8293 into trunk.eb2008-04-306-3/+49
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8295 221aa14e-8319-0410-a670-987f0aec2ac5
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-301-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-051-3/+7
| | | | | | | | reverts changeset 7899 and fixes some distcheck problems. We're now back to the old behavior, where you must "make" before "make distcheck". git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7931 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-031-1/+27
| | | | | | | Merged eb/pmake r7909:7911 into trunk git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7912 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7769:7873 from michaelld/bc_behavior into trunk.jcorgan2008-02-291-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7888 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan2008-02-083-7/+7
| | | | | | 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. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
* Tweaks to Debian packaging.jcorgan2007-10-101-2/+2
| | | | | | | | | | | | Added .so versioning where needed (libpmt, libmblock, libgromnithread) to allow automated dependency checking. Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' trick wasn't working with Ubuntu Note: the -dev packages don't seem to be sufficient to compile the gr-howto-write-a-block module, so still debugging. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6610 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged features/inband-usb r5224:6306 into trunk.eb2007-09-053-4/+46
| | | | | | | This is work-in-progress on inband signaling for the USRP1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6307 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6224:6268 from features/deb into trunk. Implements most of a Debian ↵jcorgan2007-09-022-0/+17
| | | | | | package generation system. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6269 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2125-27/+27
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged features/inband -r4812:5218 into trunk. This group of changeseb2007-05-0216-49/+1198
| | | | | | | | | | | | | 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 r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues ↵jcorgan2007-02-261-4/+0
| | | | | | with libtool and already installed libraries. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged mblock work-in-progress from eb/mb -r4341:4633 into trunk.eb2007-02-262-0/+44
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4634 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:139jcorgan2007-02-151-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4485 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:133, merged from eb/bsd 4322:4324.eb2007-01-301-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged latest pmt and mblock into trunk (eb/wip -r4262:4268)eb2007-01-137-21/+314
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4269 221aa14e-8319-0410-a670-987f0aec2ac5
* Comment out non-portable pattern rules that aren't being used, andgdt2006-11-251-2/+3
| | | | | | | | | leave a comment explaining why so that if documentation is added in the future portable make code will be written. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4023 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-1315-32/+32
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* trial fix for ticket:33eb2006-08-161-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3326 221aa14e-8319-0410-a670-987f0aec2ac5
* trial fix for ticket:33eb2006-08-131-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3269 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleaned up top-level README, and fixed or deleted lower level ones aseb2006-08-041-19/+0
| | | | | | | appropriate. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
* adjusted top_srcdir relative patheb2006-08-041-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3131 221aa14e-8319-0410-a670-987f0aec2ac5
* merged interim/pmt r2248:HEAD into trunkeb2006-08-037-28/+137
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3128 221aa14e-8319-0410-a670-987f0aec2ac5
* merged interim/pmt changes r2243:2248 into the trunkeb2006-08-038-13/+387
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3127 221aa14e-8319-0410-a670-987f0aec2ac5
* Houston, we have a trunk.jcorgan2006-08-0315-0/+2118
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5