summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
AgeCommit message (Collapse)Author
2010-06-02Update revision to 3.3.0Johnathan Corgan
2010-06-02Merge branch 'master' into nextJohnathan Corgan
* master: gcell: make versioned libraries gnuradio-core: fix missing linker flags for boost_program_options howto: fix incorrect include path build: redo GR_GIT for portability build: use date format string instead of -R for portability gnuradio-core: fix typo in doxygen header gr-qtgui: add include file for gcc 4.4.1
2010-06-02howto: fix incorrect include pathJohnathan Corgan
2010-06-02build: redo GR_GIT for portabilityJohnathan Corgan
2010-05-30Update revision to 3.3.0-rc3Johnathan Corgan
2010-05-30Merge branch 'master' into nextJohnathan Corgan
* master: howto: make versioned libraries Make C++ shared libraries versioned build: refactor GR_GIT and GR_VERSION Update howto revision to 3.4git
2010-05-30howto: make versioned librariesJohnathan Corgan
2010-05-27Update revision to 3.3.0-rc2Johnathan Corgan
2010-05-25Fix erroneous file modesJohnathan Corgan
2010-05-21Update revision to release 3.3.0-rc1, update autotoolsJohnathan Corgan
2010-05-16howto: fix make check for win32, darwin (untested)Don Ward
2010-05-12Update revision to 3.3.0-rc0Johnathan Corgan
2010-03-04doc fix (in generated file)Eric Blossom
2010-03-04doc fixEric Blossom
2010-03-04Fix distcheck failure in gr-howto-write-a-blockJohnathan Corgan
Some of the swig include files were not getting put into the dist tarball
2010-03-04Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom
the gnuradio python namespace, but rather in the howto namespace. This allows it to be installed under a separate --prefix in the common case where the user doing the "out of tree build" is going to be installing their new and/or modified code somewhere other than the system installation directories. Any code that uses these blocks should now import them using: import howto instead of from gnuradio import howto
2010-01-27update config.guess, config.sub and INSTALLEric Blossom
2009-11-13howto: cleanup for mergeJohnathan Corgan
2009-11-13howto: add README.hackingJohnathan Corgan
2009-11-12howto: added howto applicationJohnathan Corgan
2009-11-12howto: add GRC wrappers to squaring blocksJohnathan Corgan
2009-11-12howto: move limbo'd docs into toplevel doc dir for preservationJohnathan Corgan
2009-11-12howto: create howto_swig.*, use constructed Python namespaceJohnathan Corgan
2009-11-12howto: adds C++ QA codeJohnathan Corgan
2009-11-03howto: moved osbsolete docs directory into limboJohnathan Corgan
2009-11-03howto: make swig directory use individual .i filesJohnathan Corgan
Removed erroneous files from version control
2009-11-03howto: reorganized directory structureJohnathan Corgan
Moved lib to top level Moved python to top level Separated swig generation into new top level directory
2009-11-03howto: implement dynamic versioningJohnathan Corgan
2009-11-03howto: update m4 files to match latest masterJohnathan Corgan
2009-11-03howto: updated INSTALL, fixed mode of config.*Johnathan Corgan
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