| Commit message (Expand) | Author | Age | Files | Lines |
* | Use load-extension-global instead of load-extension | Eric Blossom | 2010-12-10 | 1 | -1/+1 |
* | Regenerated Makefile.swig.gen's | Eric Blossom | 2010-12-03 | 1 | -5/+5 |
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | 2010-12-03 | 1 | -1/+1 |
* | Update .gitignore's | Eric Blossom | 2010-11-24 | 1 | -0/+3 |
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 2 | -14/+9 |
* | Consistently use TESTS += in conditionals | Eric Blossom | 2010-11-24 | 1 | -1/+2 |
* | regenerated | Rob Savoye | 2010-11-19 | 1 | -11/+23 |
* | regenerated | Eric Blossom | 2010-11-16 | 1 | -1/+1 |
* | regenerated | Eric Blossom | 2010-11-10 | 1 | -26/+9 |
* | regenerated | Eric Blossom | 2010-11-10 | 1 | -8/+7 |
* | Remove swig generated python code from C++-only libraries | Eric Blossom | 2010-11-10 | 1 | -2/+1 |
* | regenerated | Eric Blossom | 2010-11-10 | 1 | -2/+5 |
* | add load-extension support | Rob Savoye | 2010-11-10 | 1 | -0/+10 |
* | regenerate | Eric Blossom | 2010-11-10 | 1 | -6/+6 |
* | Rengenerate Makefile.swig.gen's | Eric Blossom | 2010-11-10 | 1 | -182/+40 |
* | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | 2010-11-10 | 1 | -1/+2 |
* | regenerated after changes to the template | Rob Savoye | 2010-11-10 | 1 | -14/+45 |
* | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | 2010-08-03 | 2 | -2/+2 |
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -1/+2 |
* | Initial changes to remove mld_thread and instead use gruel:: namespace classes | Michael Dickens | 2010-04-19 | 7 | -368/+77 |
* | moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX pri... | Michael | 2009-10-19 | 1 | -27/+30 |
* | osx 10.6 x86_64 fixes for gr-audio-osx | Michael | 2009-10-15 | 4 | -110/+179 |
* | OSX 10.6 x86_64 fixes for configure and libusb; Audio is next | Michael | 2009-10-15 | 1 | -26/+28 |
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 2 | -0/+43 |
* | Update omnithread linking. | jcorgan | 2009-07-25 | 1 | -1/+2 |
* | Fix typo in library name; passes make & check. | michaelld | 2009-05-27 | 1 | -1/+1 |
* | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | 2009-05-27 | 1 | -16/+20 |
* | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S... | jcorgan | 2009-03-14 | 2 | -50/+295 |
* | Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread h... | jcorgan | 2009-02-25 | 1 | -1/+1 |
* | Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. | jcorgan | 2009-02-10 | 1 | -7/+2 |
* | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | 2009-02-02 | 1 | -6/+4 |
* | General housekeeping--removing ancient cruft mostly. | jcorgan | 2009-01-27 | 2 | -26/+0 |
* | Fix compiler warnings across the tree. Adds --enable-warnings-as-errors conf... | jcorgan | 2008-08-24 | 1 | -0/+2 |
* | Merged build_config branch into trunk: | michaelld | 2008-02-21 | 1 | -1/+1 |
* | Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN... | jcorgan | 2008-02-08 | 1 | -3/+4 |
* | Implements ticket:206 | jcorgan | 2007-11-27 | 2 | -6/+6 |
* | Reverted source and sink blocking default back to 'true'. | michaelld | 2007-08-18 | 2 | -2/+2 |
* | Fixed use of mutex and condition, which corrects a long-standing rare | michaelld | 2007-08-18 | 4 | -104/+94 |
* | Added and changed comments debugging commands. | michaelld | 2007-08-17 | 3 | -28/+52 |
* | added some debugging comments; fixed a bug in the circular buffer so | michaelld | 2007-08-17 | 2 | -5/+20 |
* | Updated license from GPL version 2 or later to GPL version 3 or later. | eb | 2007-07-21 | 13 | -13/+13 |
* | Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues wi... | jcorgan | 2007-02-26 | 1 | -1/+1 |
* | Fixes ticket:82. | jcorgan | 2006-10-05 | 1 | -1/+1 |
* | Partial fix for ticket:76. Fixes those components that are being | jcorgan | 2006-09-28 | 1 | -0/+5 |
* | Updated FSF address in all files. Fixes ticket:51 | eb | 2006-09-13 | 13 | -26/+26 |
* | Implements ticket:3 and fixes ticket:42. The common functionality of | jcorgan | 2006-08-27 | 1 | -51/+8 |
* | Fixes ticket:35. | jcorgan | 2006-08-20 | 1 | -3/+3 |
* | Fixes ticket:26, ticket:27, and ticket:32. | jcorgan | 2006-08-12 | 2 | -1/+5 |
* | Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from | jcorgan | 2006-08-07 | 2 | -2/+4 |
* | Houston, we have a trunk. | jcorgan | 2006-08-03 | 17 | -0/+2732 |