summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
AgeCommit message (Collapse)Author
2011-12-12Merge branch 'master' into nextJohnathan Corgan
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-12-07build: update revision to 3.5.1gitJohnathan Corgan
2011-12-07build: update version to 3.5.0Johnathan Corgan
2011-12-07build: update config.{guess,sub} with canonical onesJohnathan Corgan
2011-10-22build: update version to 3.5.0gitJohnathan Corgan
2011-10-22Merge branch 'master' into nextJohnathan Corgan
2011-10-22build: update config.{guess,sub} from canonical sourceJohnathan Corgan
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau
Also removes related M4 and dependency requirements for USRP-related libs.
2011-09-24Update revision to 3.4.2gitJohnathan Corgan
2011-09-24Update revision to 3.4.1 releaseJohnathan Corgan
2011-06-11Update revision to 3.5.0gitJohnathan Corgan
2011-06-11Update revision to 3.4.1gitJohnathan Corgan
2011-06-11Update revision to 3.4.0Johnathan Corgan
2011-06-11Update config.sub and config.guess with latest canonical versionsJohnathan Corgan
2011-03-30build: update config.guess and config.sub from canonical sourceJohnathan Corgan
In volk, these are now actual files instead of symlinks
2011-03-16howto: updated ignoresJohnathan Corgan
2011-03-16build: updated version to 3.4.0gitJohnathan Corgan
2011-02-22howto: Was over-zealous before. The TESTS should remain firmly in the if ↵Tom Rondeau
GUILE block.
2011-02-22howto: cleans up the Python build structure for howto; reverts back to ↵Tom Rondeau
making it's own howto module not under gnuradio.
2011-02-22howto: fixes for howto build structure. Passes check but does not pass ↵Tom Rondeau
distcheck.
2011-02-22howto: I think this is a better fix than the last one. The modules are now ↵Tom Rondeau
imported from gnuradio.
2011-02-17howto: moving install path back to howto/ to get it to work.Tom Rondeau
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies.
2011-01-17gr math simplification:Josh Blum
Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls. No point in wrapping these utility math functions into gnuradio when they are 1) provided by boost 2) only called once Removes gr_math.cc, and configure checks for isnan.
2010-12-27Add missing .test files to tarball.Eric Blossom
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-07Change shell function definitions to use POSIX syntaxEric Blossom
2010-12-06Update comments for --enable-guile, reflecting that it's disabled by default.Eric Blossom
2010-12-06Add guile QA code to gr-howto-write-a-blockEric Blossom
2010-12-06Add prefix = NONE test to gr-howto-write-a-blockEric Blossom
2010-12-04Fix load-extension stringsEric Blossom
2010-12-04Move swig related suffix/pattern rules from Makefile.common to Makefile.swig.Eric Blossom
2010-12-04Fix swig syntax error triggered in python/std_complex.iEric Blossom
2010-12-04Some piece of this commit triggers a syntax error running swig:Eric Blossom
make[2]: Entering directory `/home/eb/git/wf-exec/gr-howto-write-a-block/swig' Compile .i to .py /usr/bin/swig -fvirtual -python -modern -keyword -w511 -outdir . -I/home/eb/git/wf-exec/gr-howto-write-a-block/lib -I/home/eb/install/include/gnuradio -I/home/eb/install/include/gnuradio/swig \ -MD -MF python/howto_swig.Std \ -module howto_swig -o python/howto_swig.cc -oh python/howto_swig.h howto_swig.i /usr/share/swig/1.3.40/python/std_complex.i:12: Error: Syntax error in input(1). make[2]: *** [howto_swig.py] Error 1
2010-12-03Make gr-howto-write-a-block work again...Eric Blossom
Copied Makefile.swig, Mkefile.swig.gen.t from .. Renamed howto.i to howto_swig.i Regenerated Makefile.swig.gen
2010-12-03Fix EXTRA_DIST in gr-howto-write-a-blockEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-17Update .gitignoreEric Blossom
2010-11-16regeneratedEric Blossom
2010-11-16Add _python that was dropped from Makefile.swig.gen.tEric Blossom
2010-11-15add other .i files to EXTRA_DIST so it'll almost distcheckRob Savoye
2010-11-15make howto build the new wayRob Savoye
2010-11-15updated by bootstrapRob Savoye
2010-11-15add support for --enable-guileRob Savoye
2010-11-10add load-extension supportRob Savoye
2010-10-06Merge branch 'master' into nextJohnathan Corgan
* master: Fixed setting of USB_LIBS for *win* Fix so that non-Darwin OSs use USB_LIBS correctly for linking New way of checking for various LIBUSB names; for legacy version, make sure the symbol 'usb_debug' exists (so-as to not use the 'compat' version). Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Fixed gitignore to reflect changes in moc/ui file naming. Fixes a lot of warnings by cleaning up namespace issues. Finally, the simple fix for the qtgui issues; also, changed the naming scheme output from _moc to .moc files because I think this looks cleaner. Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h. Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. Updating all of the QA code that I can actually test to work with the new XML output runners. Updating all python QA programs in gnuradio-core to output XML files. Adding gr_xmlrunner.py to Makefile. Adding XML output to Python unittests. Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing. Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests. Adding an XML outputter for the CPP Unit tests. This is to a) store the output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.