Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 1 | -0/+4 |
|\ | | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4 | ||||
* | | Removes all references to guile and scheme, which are no longer needed. | Tom Rondeau | 2012-04-01 | 1 | -10/+0 |
| | | | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | ||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-02-06 | 1 | -1/+1 |
|\| | |||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 9 | -323/+68 |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | ||||
* | howto: updated ignores | Johnathan Corgan | 2011-03-16 | 1 | -0/+1 |
| | |||||
* | howto: Was over-zealous before. The TESTS should remain firmly in the if ↵ | Tom Rondeau | 2011-02-22 | 1 | -1/+1 |
| | | | | GUILE block. | ||||
* | howto: cleans up the Python build structure for howto; reverts back to ↵ | Tom Rondeau | 2011-02-22 | 2 | -1/+4 |
| | | | | making it's own howto module not under gnuradio. | ||||
* | howto: fixes for howto build structure. Passes check but does not pass ↵ | Tom Rondeau | 2011-02-22 | 2 | -6/+5 |
| | | | | distcheck. | ||||
* | howto: I think this is a better fix than the last one. The modules are now ↵ | Tom Rondeau | 2011-02-22 | 1 | -1/+1 |
| | | | | imported from gnuradio. | ||||
* | howto: moving install path back to howto/ to get it to work. | Tom Rondeau | 2011-02-17 | 1 | -1/+1 |
| | |||||
* | Add missing .test files to tarball. | Eric Blossom | 2010-12-27 | 1 | -0/+2 |
| | |||||
* | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Add guile QA code to gr-howto-write-a-block | Eric Blossom | 2010-12-06 | 3 | -0/+92 |
| | |||||
* | Fix load-extension strings | Eric Blossom | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Make gr-howto-write-a-block work again... | Eric Blossom | 2010-12-03 | 3 | -47/+59 |
| | | | | | | Copied Makefile.swig, Mkefile.swig.gen.t from .. Renamed howto.i to howto_swig.i Regenerated Makefile.swig.gen | ||||
* | Fix EXTRA_DIST in gr-howto-write-a-block | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -27/+3 |
| | | | | | | | | | 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. | ||||
* | Update .gitignore | Eric Blossom | 2010-11-17 | 1 | -0/+3 |
| | |||||
* | regenerated | Eric Blossom | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | add other .i files to EXTRA_DIST so it'll almost distcheck | Rob Savoye | 2010-11-15 | 1 | -0/+2 |
| | |||||
* | make howto build the new way | Rob Savoye | 2010-11-15 | 2 | -183/+72 |
| | |||||
* | add load-extension support | Rob Savoye | 2010-11-10 | 1 | -0/+10 |
| | |||||
* | doc fix (in generated file) | Eric Blossom | 2010-03-04 | 1 | -2/+2 |
| | |||||
* | Fix distcheck failure in gr-howto-write-a-block | Johnathan Corgan | 2010-03-04 | 1 | -1/+1 |
| | | | | Some of the swig include files were not getting put into the dist tarball | ||||
* | Refactor gr-howto-write-a-block such that it no longer installs into | Eric Blossom | 2010-03-04 | 2 | -12/+9 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | howto: cleanup for merge | Johnathan Corgan | 2009-11-13 | 1 | -2/+1 |
| | |||||
* | howto: create howto_swig.*, use constructed Python namespace | Johnathan Corgan | 2009-11-12 | 2 | -13/+13 |
| | |||||
* | howto: make swig directory use individual .i files | Johnathan Corgan | 2009-11-03 | 7 | -6710/+36 |
| | | | | Removed erroneous files from version control | ||||
* | howto: reorganized directory structure | Johnathan Corgan | 2009-11-03 | 6 | -0/+7031 |
Moved lib to top level Moved python to top level Separated swig generation into new top level directory |