summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
AgeCommit message (Collapse)Author
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-06howto: adds --disable-python option to gr-howto-write-a-block example.jcorgan
Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11542 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-23Update trunk to revision 3.3svnjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
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
2009-02-10Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-02Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
2009-01-21Update howto revision to 3.2svn, fix 'missing ltmain.sh' issuejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10276 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25Radically simplified standalone configure.ac (for out of tree builds).eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9413 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-21Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.eb
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
2008-06-18libtool 2.2 compatibility fix from Don Ward. Details in ticket:249.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8613 221aa14e-8319-0410-a670-987f0aec2ac5
2008-05-20distribute bootstrap with tarballs in case folks are modifying themeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8457 221aa14e-8319-0410-a670-987f0aec2ac5
2008-05-20Let's step into the 21st century...eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8456 221aa14e-8319-0410-a670-987f0aec2ac5
2008-03-24Update config files from canonical source.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8105 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-21Merged build_config branch into trunk:michaelld
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
2008-02-08Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan
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
2008-02-08Removed gr.flow_graph, gr.hier_block and friends. From here on outeb
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
2007-11-06Cleanup distribution list.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6821 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-06Updated to latest canonical config.guess and config.subjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6816 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Remove some regenerated files from version control.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6678 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Revert mistaken version change.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6676 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Upgrade to latest autotools helper scripts and files.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6675 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Update howto QA code to use new topblock code.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6674 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-13Changed revision to 3.1.svn.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6633 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-02-26Updated gr_python.m4 for ticket:39 fix.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4642 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-07Implemented fix for ticket:117 for gr-howto-write-a-block.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4425 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-07Fix ticket:133 for gr-howto-write-a-blockjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4423 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-27Fixes ticket:108jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-11explain why this is separate (ripped off from Eric's email to the list)gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3969 221aa14e-8319-0410-a670-987f0aec2ac5
2006-11-04Applied changeset r3926 on release branch to trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3927 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-23Fix make distcheck breakage.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3837 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-23Search for rm, and substitute it. Avoids assumption that makegdt
predefines RM (BSD make does not). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3835 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-23Note that gnuradio-core and boost are required.gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3834 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-23change $< to explicit prereq, avoiding gmake-specific use of $< ingdt
non-pattern rule. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3833 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-23Fix "test ==".gdt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3832 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-08Updated revision post 3.0 release.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3738 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Prepare gr-how-to-write-a-block for separate distribution.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3722 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
2006-08-03Houston, we have a trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5