summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
Commit message (Collapse)AuthorAgeFilesLines
* Update trunk to revision 3.3svnjcorgan2009-05-231-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-1411-101/+808
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-6/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-021-5/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
* Update howto revision to 3.2svn, fix 'missing ltmain.sh' issuejcorgan2009-01-213-6/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10276 221aa14e-8319-0410-a670-987f0aec2ac5
* Radically simplified standalone configure.ac (for out of tree builds).eb2008-08-255-112/+159
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9413 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.eb2008-08-2132-476/+1638
| | | | | | | | | Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality and to add the FOO_CPPFLAGS variable for those times when you want only the -I, -D and -U flags from FOO_CFLAGS. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9362 221aa14e-8319-0410-a670-987f0aec2ac5
* libtool 2.2 compatibility fix from Don Ward. Details in ticket:249.eb2008-06-181-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8613 221aa14e-8319-0410-a670-987f0aec2ac5
* distribute bootstrap with tarballs in case folks are modifying themeb2008-05-202-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8457 221aa14e-8319-0410-a670-987f0aec2ac5
* Let's step into the 21st century...eb2008-05-201-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8456 221aa14e-8319-0410-a670-987f0aec2ac5
* Update config files from canonical source.jcorgan2008-03-242-10/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8105 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/+8
| | | | | | 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
* Removed gr.flow_graph, gr.hier_block and friends. From here on outeb2008-02-081-5/+5
| | | | | | | | all work on the trunk must use gr.top_block and gr.hier_block2. Merged eb/fg-no-more -r7602:7606 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7607 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup distribution list.jcorgan2007-11-061-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6821 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated to latest canonical config.guess and config.subjcorgan2007-11-062-16/+42
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6816 221aa14e-8319-0410-a670-987f0aec2ac5
* Remove some regenerated files from version control.jcorgan2007-10-224-8108/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6678 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert mistaken version change.jcorgan2007-10-221-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6676 221aa14e-8319-0410-a670-987f0aec2ac5
* Upgrade to latest autotools helper scripts and files.jcorgan2007-10-228-179/+405
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6675 221aa14e-8319-0410-a670-987f0aec2ac5
* Update howto QA code to use new topblock code.jcorgan2007-10-221-9/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6674 221aa14e-8319-0410-a670-987f0aec2ac5
* Changed revision to 3.1.svn.jcorgan2007-10-131-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6633 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-2148-338/+672
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated gr_python.m4 for ticket:39 fix.jcorgan2007-02-261-12/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4642 221aa14e-8319-0410-a670-987f0aec2ac5
* Implemented fix for ticket:117 for gr-howto-write-a-block.jcorgan2007-02-071-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4425 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix ticket:133 for gr-howto-write-a-blockjcorgan2007-02-071-7/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4423 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:108jcorgan2006-11-271-5/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5
* explain why this is separate (ripped off from Eric's email to the list)gdt2006-11-111-3/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3969 221aa14e-8319-0410-a670-987f0aec2ac5
* Applied changeset r3926 on release branch to trunk.jcorgan2006-11-041-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3927 221aa14e-8319-0410-a670-987f0aec2ac5
* Fixes ticket:92.jcorgan2006-11-042-35/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3922 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix make distcheck breakage.jcorgan2006-10-231-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3837 221aa14e-8319-0410-a670-987f0aec2ac5
* Search for rm, and substitute it. Avoids assumption that makegdt2006-10-233-1/+7
| | | | | | | | predefines RM (BSD make does not). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3835 221aa14e-8319-0410-a670-987f0aec2ac5
* Note that gnuradio-core and boost are required.gdt2006-10-231-1/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3834 221aa14e-8319-0410-a670-987f0aec2ac5
* change $< to explicit prereq, avoiding gmake-specific use of $< ingdt2006-10-231-1/+1
| | | | | | | | non-pattern rule. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3833 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix "test ==".gdt2006-10-231-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3832 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated revision post 3.0 release.jcorgan2006-10-081-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3738 221aa14e-8319-0410-a670-987f0aec2ac5
* Prepare gr-how-to-write-a-block for separate distribution.jcorgan2006-10-0611-52/+7981
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3722 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-1344-84/+84
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* Houston, we have a trunk.jcorgan2006-08-0363-0/+8357
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5