| Commit message (Expand) | Author | Age | Files | Lines |
* | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | 2010-11-24 | 1 | -5/+11 |
* | remove commented out block in dist-hook target | Rob Savoye | 2010-11-23 | 1 | -8/+0 |
* | don't nuke directories from the dist tarball, only files. | Rob Savoye | 2010-11-23 | 1 | -5/+8 |
* | merge from upstream | Rob Savoye | 2010-11-21 | 1 | -5/+1 |
|\ |
|
| * | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig | Eric Blossom | 2010-11-21 | 1 | -5/+1 |
* | | don't set no_dist_dirs here | Rob Savoye | 2010-11-21 | 1 | -1/+0 |
|/ |
|
* | Fix swig .i dependency problem | Eric Blossom | 2010-11-13 | 1 | -4/+4 |
* | Add -MD back to swig args, otherwise it doesn't generate dependencies | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
* | don't remove the Std file. | Rob Savoye | 2010-11-10 | 1 | -4/+4 |
* | switch swig rule for guile from suffix to pattern rule | Rob Savoye | 2010-11-10 | 1 | -2/+11 |
* | Revert db964d32de64c. Reintroduce warning (and correct behavior) | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
* | make sure the gnuradio directory exists | Rob Savoye | 2010-11-10 | 1 | -0/+4 |
* | remove all .Std files | Rob Savoye | 2010-11-10 | 1 | -1/+1 |
* | use the scm name as a build stamp | Rob Savoye | 2010-11-10 | 1 | -0/+1 |
* | gnuradio-core modules are almost loading cleanly. | Eric Blossom | 2010-11-10 | 1 | -0/+1 |
* | Version that builds guile goops bindings, but dependencies are hosed. | Eric Blossom | 2010-11-10 | 1 | -0/+1 |
* | don't include swig dirs as it makes automake warnings, use GNURADIO_INCLUDES ... | Rob Savoye | 2010-11-10 | 1 | -2/+2 |
* | Missed a few: s/_swig_py_/_/ | Eric Blossom | 2010-11-10 | 1 | -2/+2 |
* | Set new install locations for guile scm code and libraries. | Eric Blossom | 2010-11-10 | 1 | -0/+4 |
* | generate dependencies for .i files. | Rob Savoye | 2010-11-10 | 1 | -1/+6 |
* | Move common stuff outside of if PYTHON | Eric Blossom | 2010-11-10 | 1 | -1/+1 |
* | move new suffix rules to common Makefile so everything can use them. | Rob Savoye | 2010-11-10 | 1 | -0/+19 |
* | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | 2010-10-09 | 1 | -2/+2 |
* | Make C++ shared libraries versioned | Johnathan Corgan | 2010-05-28 | 1 | -0/+3 |
* | Remove omnithreads library. | Johnathan Corgan | 2010-04-26 | 1 | -5/+1 |
* | Remove mblock library. We hardly knew 'ye. | Johnathan Corgan | 2010-04-26 | 1 | -7/+2 |
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -0/+3 |
* | Change calculation of docdir to remove trailer when in git development | Johnathan Corgan | 2009-10-13 | 1 | -1/+1 |
* | Cleanup stray PMT reference. | jcorgan | 2009-07-28 | 1 | -4/+0 |
* | Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck. | jcorgan | 2009-07-20 | 1 | -1/+1 |
* | Implements ticket:401 and ticket:402. | jcorgan | 2009-07-11 | 1 | -1/+1 |
* | Merged r11377:11390 from jcorgan/usrp-headers in to trunk. | jcorgan | 2009-07-09 | 1 | -4/+0 |
* | Defined a gr_sysconfdir in Makefile.common | jblum | 2009-06-13 | 1 | -0/+3 |
* | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | 2009-05-27 | 1 | -0/+2 |
* | Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk. | eb | 2009-05-13 | 1 | -1/+2 |
* | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S... | jcorgan | 2009-03-14 | 1 | -18/+11 |
* | Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ... | jcorgan | 2009-02-26 | 1 | -1/+2 |
* | Changed $(builddir) to ".", since it should always be that. | michaelld | 2009-02-03 | 1 | -1/+1 |
* | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | 2009-02-02 | 1 | -6/+17 |
* | Merged r10071:10164 from features/cppdb-test into trunk. Implements the full... | jcorgan | 2008-12-24 | 1 | -1/+2 |
* | Merged eb/gcell-wip2 rev 10130:10152 into trunk. | eb | 2008-12-22 | 1 | -1/+1 |
* | added GRUEL_INCLUDES to STD_DEFINES_AND_INCLUDES | eb | 2008-09-20 | 1 | -1/+1 |
* | conditional fix for docdir undefined in autoconf < 1.60 | jblum | 2008-09-20 | 1 | -2/+2 |
* | Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ... | jblum | 2008-09-07 | 1 | -0/+3 |
* | Merged features/mp-sched -r8915:9335 into the trunk. The trunk now | eb | 2008-08-19 | 1 | -1/+1 |
* | Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Rad... | jcorgan | 2008-06-20 | 1 | -0/+4 |
* | Merged gcell-wip -r8159:8202 into trunk. This includes the following | eb | 2008-04-16 | 1 | -0/+3 |
* | Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk. | eb | 2008-03-24 | 1 | -0/+16 |
* | Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GN... | jcorgan | 2008-02-08 | 1 | -31/+22 |
* | Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependency | eb | 2007-09-05 | 1 | -4/+5 |