Statistics
| Branch: | Tag: | Revision:

root / Makefile.common @ ad13c00a

History | View | Annotate | Download (3.9 kB)

# Date Author Comment
ad13c00a 05/29/2010 03:02 am Johnathan Corgan

Make C++ shared libraries versioned

c6ad778b 04/27/2010 06:14 am Johnathan Corgan

Remove omnithreads library.

ac2b84b9 04/27/2010 05:41 am Johnathan Corgan

Remove mblock library. We hardly knew 'ye.

175c074b 10/28/2009 09:33 pm Josh Blum

Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.

6b0bbd51 10/13/2009 08:07 pm Johnathan Corgan

Change calculation of docdir to remove trailer when in git development

2b028332 07/28/2009 03:55 am Johnathan Corgan

Cleanup stray PMT reference.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11511 221aa14e-8319-0410-a670-987f0aec2ac5

6f50256f 07/20/2009 03:47 am Johnathan Corgan

Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.

  • Merges libpmt into libgruel
  • Modifies libmblock to use libgruel

gruel::pmt_t will be the fundamental msg content for the new message passing
implemention for 3.3.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5

3b0db383 07/11/2009 02:34 am Johnathan Corgan

Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();...

c276a4ff 07/09/2009 02:55 am Johnathan Corgan

Merged r11377:11390 from jcorgan/usrp-headers in to trunk.

  • Public USRP header files are now in their own source directory
    and install into $(includedir)/usrp. This was done to avoid name
    clashes in the top-level include directory.

    Only users who are developing directly to libusrp in C++ are...

37082c20 06/13/2009 10:35 pm Josh Blum

Defined a gr_sysconfdir in Makefile.common
Modified uses of etcdir to use gr_sysconfdir.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11185 221aa14e-8319-0410-a670-987f0aec2ac5

40b8a57d 05/27/2009 01:54 am Johnathan Corgan

Merged r11123:11148 from jcorgan/np into trunk.

Adds --enable-python option to configure (defaults to yes).

Using --disable-python or --enable-python=no will cause only
C++ API targets to be created and installed.

Several new shared libraries are now created. Where in the past,...

18f68585 05/13/2009 05:29 am Eric Blossom

Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5

c3f962a1 03/14/2009 02:28 am Johnathan Corgan

Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of 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

503efe1f 02/26/2009 11:39 pm Johnathan Corgan

Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5

27b85cba 02/03/2009 08:34 pm Michael Dickens

Changed $(builddir) to ".", since it should always be that.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10381 221aa14e-8319-0410-a670-987f0aec2ac5

8193fd8a 02/02/2009 02:27 pm Johnathan Corgan

Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5

72c625f7 12/24/2008 08:10 am Johnathan Corgan

Merged r10071:10164 from features/cppdb-test into trunk. Implements the fully native C++ API for the USRP.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5

06e7a031 12/22/2008 04:24 am Eric Blossom

Merged eb/gcell-wip2 rev 10130:10152 into trunk.

This makes several gcell related changes.

{{{
The first two are INCOMPATIBLE CHANGES:

(1) The gcell portion of the code base was reorganized. As part of that
reorganization, the paths to the include files changed. They are now...

a7c9480c 09/20/2008 08:10 pm Eric Blossom

added GRUEL_INCLUDES to STD_DEFINES_AND_INCLUDES

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9625 221aa14e-8319-0410-a670-987f0aec2ac5

b0a3976e 09/20/2008 03:24 pm Josh Blum

conditional fix for docdir undefined in autoconf < 1.60

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9615 221aa14e-8319-0410-a670-987f0aec2ac5

c86f6c23 09/07/2008 09:38 pm Josh Blum

Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under gnuradio.grc module. Trunk passes make distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5

2c8ea58e 08/19/2008 11:09 pm Eric Blossom

Merged features/mp-sched -r8915:9335 into the trunk. The trunk now
contains the SMP aware scheduler. This changeset
introduces a dependency on boost 1.35 or later.
See source:gnuradio/trunk/README.building-boost for additional info.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5

b48de00c 06/20/2008 06:14 pm Johnathan Corgan

Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU Radio Utility Etcetera Library. See README for description.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8642 221aa14e-8319-0410-a670-987f0aec2ac5

8f2a5f38 04/16/2008 03:48 am Eric Blossom

Merged gcell-wip -r8159:8202 into trunk. This includes the following
changes: * gc_make_job_manager now returns a boost::shared_ptr * opts.program_handle is now a boost::shared_ptr * two new functions for getting a program handle * look_proc and alloc_job_desc now throw on error...

28361a1b 03/24/2008 06:09 am Eric Blossom

Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk.
(eb/trunk-with-gcell r8037:8085). Expect additional tweaks, but
currently works and passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8086 221aa14e-8319-0410-a670-987f0aec2ac5

42d9c6f4 02/08/2008 11:32 pm Johnathan Corgan

Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile 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....

73b85d78 09/05/2007 08:18 pm Eric Blossom

Merged eb/usrp-la r6317:6320 into trunk. This deborks the dependency
on usrp-inband that was introduced in [6307].

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6321 221aa14e-8319-0410-a670-987f0aec2ac5

b644e266 09/05/2007 01:43 am Eric Blossom

Merged features/inband-usb r5224:6306 into trunk.
This is work-in-progress on inband signaling for the USRP1.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6307 221aa14e-8319-0410-a670-987f0aec2ac5

54d6b928 09/04/2007 02:43 am Johnathan Corgan

Merged r6271:6278 from jcorgan/t182 into trunk. Implements ticket:182.

Created new top-level component, gr-utils, to hold commonly used utility
scripts (originally in gnuradio-examples). These now install into the
system path, allowing their use from wherever....

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

0bf2128a 05/02/2007 04:08 am Eric Blossom

Merged features/inband -r4812:5218 into trunk. This group of changes
includes:

  • working stand-alone mblock code
  • work-in-progress on usrp inband signaling

usrp now depends on mblock, and guile is a dependency.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5221 221aa14e-8319-0410-a670-987f0aec2ac5

22443488 03/07/2007 01:43 am Eric Blossom

Merged eb/usrp-install r4723:4727 into trunk.
This moves usrp related .py files from the top-level of site-packages
into site-packages/usrpm.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4728 221aa14e-8319-0410-a670-987f0aec2ac5

63d05d64 02/26/2007 09:26 pm Johnathan Corgan

Merged r4632:4645 on jcorgan/linking into trunk. Cleans up linking issues with libtool and already installed libraries.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4646 221aa14e-8319-0410-a670-987f0aec2ac5

e10941aa 02/15/2007 06:35 pm Johnathan Corgan

Merged r4456:4483 from jcorgan/ticket-138 into trunk. Fixes ticket:138.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4484 221aa14e-8319-0410-a670-987f0aec2ac5

6ff1faed 01/30/2007 02:12 am Eric Blossom

Merged eb/omni -r4315:4327 into trunk.

Extracted omnithread from gnuradio-core and made it a top-level
component. This allows mblock to use it without a dependency on
gnuradio-core. Completes ticket:132

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4328 221aa14e-8319-0410-a670-987f0aec2ac5

cbe1628f 01/13/2007 04:14 am Eric Blossom

SWIG compilation speedup! Fixes ticket:9.
Merged -r4203:4254 from eb/swig-split into trunk.

This refactors gnuradio_swig_python.{cc,py} into 5 separate .so's
These correspond to the runtime, general, filter and io directories,
and also includes a new directory, gengen. gengen contains that part...

86f5c924 09/13/2006 09:30 pm Eric Blossom

Updated FSF address in all files. Fixes ticket:51

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5

dee26d1c 08/17/2006 01:10 am Eric Blossom

merged in mblock work-in-progress

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3331 221aa14e-8319-0410-a670-987f0aec2ac5

c7aab5e1 08/15/2006 03:39 am Johnathan Corgan

Fixes for ticket:35, allowing use of BSD make instead of GNU make.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3286 221aa14e-8319-0410-a670-987f0aec2ac5

791d3919 08/13/2006 10:22 pm Eric Blossom

slight tweak to make emacs syntax highlighting happy

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3268 221aa14e-8319-0410-a670-987f0aec2ac5

e27ba9ae 08/07/2006 03:41 pm Johnathan Corgan

Fixes for ticket:10, ticket:18, and ticket:19. Merged r3194:3215 from
/gnuradio/branches/developers/jcorgan/ticket-10. 'make distcheck' now
successfully completes on a machine that has never had gnuradio installed
before. In addition, several cleanups and refactoring of build system...

37bee553 08/06/2006 08:22 pm Johnathan Corgan

Fixed ticket 10. Merged from /gnuradio/developers/branches/jcorgan/ticket-10.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3193 221aa14e-8319-0410-a670-987f0aec2ac5

40a96ec9 08/06/2006 05:59 pm Johnathan Corgan

Additional testing of commit emails.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3190 221aa14e-8319-0410-a670-987f0aec2ac5

edb71836 08/06/2006 05:56 pm Johnathan Corgan

Additional testing of commit emails.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3189 221aa14e-8319-0410-a670-987f0aec2ac5

5a113d87 08/06/2006 05:38 pm Johnathan Corgan

Additional comments in Makefile.common (further testing commit emails.)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3188 221aa14e-8319-0410-a670-987f0aec2ac5

79efa0fd 08/06/2006 04:47 pm Johnathan Corgan

Added note about USRP variables. (Testing commit email list.)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3187 221aa14e-8319-0410-a670-987f0aec2ac5

adeb84b4 08/06/2006 04:40 pm Johnathan Corgan

Removed extraneous directory from include specification.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3186 221aa14e-8319-0410-a670-987f0aec2ac5

951966ca 08/06/2006 04:31 am Johnathan Corgan

Partial fix for ticket 10 merged into trunk from
branches/developers/jcorgan/ticket-10

As of this merge the trunk and the above branch are identical.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3182 221aa14e-8319-0410-a670-987f0aec2ac5

db1b2f7c 08/06/2006 02:12 am Eric Blossom

better (read: real) fix for ticket:15

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3179 221aa14e-8319-0410-a670-987f0aec2ac5

5f21da99 08/05/2006 06:43 am Johnathan Corgan

Fixed ticket #11. Merged r3165:3167 from
branches/developers/jcorgan/ticket-11

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3172 221aa14e-8319-0410-a670-987f0aec2ac5

5d69a524 08/03/2006 04:51 am Johnathan Corgan

Houston, we have a trunk.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5