Statistics
| Branch: | Tag: | Revision:

root / config @ b866f364

# Date Author Comment
1c127150 11/10/2010 08:10 pm Rob Savoye

minimal test for guile flags

16426810 11/10/2010 08:10 pm Rob Savoye

add stubs for finding what is needed to use guile or tcl

29e800af 11/10/2010 08:10 pm Rob Savoye

add support for using Tcl and Guile as output languages

b932cd64 11/10/2010 08:10 pm Rob Savoye

add support for using Tcl and Guile as output languages

1c936ad1 10/06/2010 07:52 pm Johnathan Corgan

Merge branch 'master' into next

  • 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)....
2723c3fb 10/06/2010 07:20 pm Johnathan Corgan

Merge remote branch 'tom/qtfix' into maint

  • tom/qtfix:
    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....
d62b4197 10/06/2010 07:03 pm Michael Dickens

Fixed setting of USB_LIBS for win

02e86104 10/06/2010 07:03 pm Michael Dickens

Fix so that non-Darwin OSs use USB_LIBS correctly for linking

ddbb914d 10/06/2010 07:03 pm Michael Dickens

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).

cf3270ff 10/06/2010 04:41 am Eric Blossom

Remove vrt from build.

The vrt code has been temporarily moved to Eric's Out-of-Tree repository,
pending the "Grand Build System Reorganization".

To grab the code and build it:

$ git clone git://gnuradio.org/eb-oot
$ cd eb-oot/vrt
$ ./bootstrap && ./configure...
11a3c1aa 10/06/2010 02:06 am Tom Rondeau

Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalData.h.

d072f53d 10/05/2010 08:34 pm Eric Blossom

Remove vrt dependence on gruel. Should also build on non-Linux OS's too.

71c193ad 09/14/2010 06:55 pm Eric Blossom

Remove PKG_CONFIG_PATH addition from grc_gr_udh.m4

02ad84da 07/29/2010 11:16 pm Johnathan Corgan

Merge branch 'master' into next

  • master:
    Fixes ./configure to allow grc to build without an X session
b128f6e0 07/29/2010 11:07 pm Jason Abele

Fixes ./configure to allow grc to build without an X session

Presently, a ./configure in a terminal with no X $DISPLAY will
fail to build grc because import gtk fails with RuntimeError
exception.
This patch fixes this by catching just the ImportError and...
ba0a2179 06/02/2010 11:42 pm Johnathan Corgan

Merge branch 'master' into next

  • master:
    gcell: make versioned libraries
    gnuradio-core: fix missing linker flags for boost_program_options
    howto: fix incorrect include path
    build: redo GR_GIT for portability
    build: use date format string instead of -R for portability...
35940091 06/02/2010 03:47 pm Johnathan Corgan

build: redo GR_GIT for portability

edb46cf1 05/31/2010 06:08 am Johnathan Corgan

Merge branch 'master' into next

  • master:
    howto: make versioned libraries
    Make C++ shared libraries versioned
    build: refactor GR_GIT and GR_VERSION

Update howto revision to 3.4git

745670bc 05/28/2010 05:05 pm Johnathan Corgan

build: refactor GR_GIT and GR_VERSION

62f8c060 05/22/2010 12:47 am Johnathan Corgan

libvrt: remove from 3.3 API.

libvrt will continue as part of the 3.4git development branch, where
it will undergo a rewrite and API change.

935b9713 05/18/2010 06:51 pm Josh Blum

Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

83a28558 05/12/2010 09:37 pm Johnathan Corgan

Change version numbering to always include minor release

b6f86944 05/04/2010 08:15 pm Josh Blum

Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

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.

a178f23b 04/27/2010 05:13 am Johnathan Corgan

Convert gr-audio-portaudio to Boost via gruel

Remove omnithread dependency in build for gr-audio-portaudio
Remove unused debugging utility class in gnuradio-core (gri_logger)

665d7a85 04/26/2010 08:05 pm Johnathan Corgan

Merge branch 'wip/remove-mld-threads'

  • wip/remove-mld-threads:
    Further updates for removing omnithreads
    Update build configuration for OSX omnithreads changeover
    initial move from mld_threads to gruel:: namespace threads and such
    Initial changes to remove mld_thread and instead use gruel:: namespace classes
a40feb1d 04/26/2010 08:04 pm Johnathan Corgan

Further updates for removing omnithreads

Updates README
Removes Darwin specific variable in usrp.pc

1eb2ad39 04/26/2010 04:13 pm Johnathan Corgan

Update build configuration for OSX omnithreads changeover

gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreads
usrp now depends on gruel vs. omnithreads

Boost base library dependency has been upped to 1.37 for
Darwin only, for Darwin specific code in usrp host library

999bba14 04/23/2010 05:11 pm Josh Blum

added docs to uhd grc blocks, added pkg config path to make support easier

052638a7 04/23/2010 05:04 am Johnathan Corgan

Convert gcell to use boost::threads instead of omnithread.

Passes make check.

7dadb346 04/14/2010 06:06 pm Josh Blum

Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

290fc231 04/11/2010 08:30 pm Johnathan Corgan

Removed omnithreads dependency from libusrp2

54179f7f 02/24/2010 10:42 pm Josh Blum

Created gr uhd skeleton build.
Checks uhd pkg config and gens the makefiles.

609624f2 01/30/2010 05:52 pm Philip Balister

Update cpu detection macro to work for native build on the OMAP3.

34c64290 11/03/2009 03:21 pm Johnathan Corgan

Added GRC block wrappers for pager blocks

pager.slicer_fb
pager.flex_sync
pager.flex_deinterleave

96c92bb0 11/03/2009 03:21 pm Johnathan Corgan

Directory reorganization to newer layout

Top-level applications go into 'apps' (previous commit)
C++ library build goes into 'lib'
SWIG generation goes into 'swig'
Pure python modules/code goes into 'python'

821aa434 11/03/2009 03:21 pm Johnathan Corgan

Moved command-line apps into apps subdirectory

a8ab0d1f 11/02/2009 02:51 pm Johnathan Corgan

Added frames_to_ppm Octave script, use ImageMagick to convert to png

029f8904 10/27/2009 07:01 pm Johnathan Corgan

Merge branch 'vrt' of http://gnuradio.org/git/jblum

Merge-fix: remove simple_rx_samples
Merge-fix: remove grc_gr_vrt.m4 from Makefile.am

b4dce8e6 10/27/2009 04:13 pm Michael Dickens

updated usrp.pc file to reflect the correct version of libusb

2b2b9179 10/27/2009 01:57 am Josh Blum

removed gr-vrt

cd033953 10/17/2009 03:55 pm Michael Dickens

better for both cross-compiling and 10.6 native compiling, to determine CPU architecture

11cb05e1 10/15/2009 01:43 pm Michael Dickens

OSX 10.6 x86_64 fixes for configure and libusb; Audio is next

a82c7842 10/14/2009 04:03 am Johnathan Corgan

Merge branch 'qtmake' of :trondeau into master

b41666e7 10/14/2009 02:46 am Tomas Balbierius

Removing ifs to clean up build system. Make no longer rebuilds gr-qtgui if no changes are made and also passes 'make distcheck'.

c39a8c44 10/13/2009 08:32 pm Johnathan Corgan

Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou

This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,
and F11.

  • 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
    usrp: Applied patch from Michael Dickens for Darwin libusb...
6b0bbd51 10/13/2009 08:07 pm Johnathan Corgan

Change calculation of docdir to remove trailer when in git development

4df83569 10/13/2009 01:46 am Johnathan Corgan

Merge branch 'sync' of :trondeau into master

This merge adds polyphase clock recovery, implements new PAM demodulators
that use it, and also moves GRC examples to gnuradio-examples component.

See merge commit diff for updated files post merge....

6b626de1 10/13/2009 01:18 am Michael Dickens

usrp: Applied patch from Michael Dickens for Darwin libusb

Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1

77a3e7e8 10/12/2009 09:58 pm Don Ward

usrp: Applied patch from Don Ward for Cygwin libusb

Moved the case statement after the call to AC_CHECK_LIB
Initialized LIBS="" before calling AC_CHECK_LIB

f5ccf9d4 10/12/2009 05:51 pm Michael Dickens

fix to restart libusbok checking for non-PKGCONFIG

c97d1b08 10/12/2009 03:05 pm Michael Dickens

merged updated libusb checks with older version

212f6234 10/10/2009 11:47 pm Johnathan Corgan

Add flags and dependencies for MinGW/MSYS.

Patch-by: Don Ward <>

a3454897 10/10/2009 11:42 pm Johnathan Corgan

Add dependence of gruel on guile; fixes ticket #410.

Patch-by: Don Ward <>

82d944f7 10/08/2009 09:21 pm Michael Dickens

augmented search for libusb

30e016dd 10/07/2009 04:11 pm Johnathan Corgan

Applied patch from Don Ward for Cygwin platform

Add *.exe to .gitignore
Restore ac_compiler in gr_fortran.m4 even when no Fortran was found
Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries
will be built
Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel...

3a7863d3 10/07/2009 02:29 am Johnathan Corgan

Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou

  • 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
    usrp: Corrected build fix for libusb
    usrp: Removed unused file
ccca4c7d 10/07/2009 01:00 am Josh Blum

moved grc examples to gnuradio-examples/grc

1a86e44f 10/06/2009 11:03 pm Thomas Tsou

usrp: Corrected build fix for libusb

56496536 10/04/2009 01:45 am Johnathan Corgan

Added computed version number to configuration

d894a95e 10/03/2009 05:08 pm Thomas Tsou

usrp: Build fix for non-pkgconfig installs of libusb

0cd478fd 10/01/2009 09:24 pm Johnathan Corgan

Merge branch 'wip/libusb-1.0' of http://gnuradio.org/git/jcorgan into master

This merge adds support for libusb1.0 in the usrp component. To enable,
you must add --with-fusb-tech=libusb1 to your configure command line.

Existing support for libusb0.1 is retained, no changes are needed....

f4a86cca 10/01/2009 08:51 pm Johnathan Corgan

Cleanup in preparation for merge

Fix trailing whitespace
Use standard include guards
Add more missing config.h includes
Fixup emacs mode strings
Update copyright notices

df4edacd 09/30/2009 01:29 am Johnathan Corgan

Consolidate conditional headers into libusb_types.h, use automake

2afcae4f 09/23/2009 07:23 pm Johnathan Corgan

Added README and updated configuration requirements

e2216220 09/20/2009 04:49 pm Johnathan Corgan

Reorganization of directories

Moved apps into own directory
Added (empty) python directory

b6101982 09/20/2009 04:39 pm Johnathan Corgan

Created new gr-noaa top-level component.

Initial work:

- Carrier recovery/mixer PLL block
- Start of POES grc pipeline, recovers Manchester symbols only
- Start of GOES grc pipeline, recovers BPSK symbols only

f7d6badf 09/17/2009 10:35 pm Josh Blum

lower lxml version req to 1.3.6

44269e7b 09/16/2009 09:08 pm Thomas Tsou

Moved to single generated fusb.h, headers now generated out of lib directory

7f32e69c 09/16/2009 09:08 pm Thomas Tsou

Added copyright header

dce6d742 09/16/2009 09:08 pm Thomas Tsou

Fixed libusb1 configure bug, libusb1 updates for previous usrp_prims integration

0f03f1c1 09/16/2009 09:08 pm Thomas Tsou

Combined additiona usrp_prims code

433432fe 09/16/2009 09:08 pm Thomas Tsou

Re-added non pkgconfig support for libusb

265484bf 09/16/2009 09:08 pm Thomas Tsou

Autoconf support for checking the required version of libusb based on fusb-tech

158caeaa 09/16/2009 09:08 pm Thomas Tsou

Added autotools header generation and build time version checking

c62085a6 09/15/2009 10:06 pm Thomas Tsou

first shot at re-adding libusb-0.12 support

b5aa407e 09/15/2009 10:06 pm Johnathan Corgan

Applied libusb-1.0 patch set from Thomas Tsou <>:

This patch set updates the usrp to support libusb-1.0. Asynchronous I/O
through libusb is added with fusb_libusb1.*, which is heavily based on
fusb_linux.*. In short, URB's and ioctl calls are replaced with...

acdf1361 09/04/2009 12:12 am Johnathan Corgan

Better fix for broken AC_PROG_F77 macro

  • Move AC_PROG_CC into GR_FORTRAN macro definition
f7382231 08/20/2009 02:11 pm Johnathan Corgan

Added host_os check for component vrt (Linux only for now.)

ea57c1b5 08/15/2009 06:34 pm Eric Blossom

Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.

Passes distcheck.

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

253018c6 08/14/2009 06:10 pm git

Added git ignore files auto created from svn:ignore properties.

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

a0d13b42 08/12/2009 03:39 am Tom Rondeau

Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks....

3556ef40 08/01/2009 02:56 pm Johnathan Corgan

Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, passes distcheck.

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

2bf2a8f2 07/26/2009 08:01 pm Johnathan Corgan

Merged r11491:11494 from jcorgan/pmt into trunk.

Moves pmt types functions into pmt:: from gruel::

Trunk passes distcheck.

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

4b4da485 07/25/2009 05:39 pm Johnathan Corgan

Merge r11462:11485 from jcorgan/omni into trunk.

Removes dependency on omnithreads from gnuradio-core.

Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11486 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

d4110d3f 07/15/2009 02:39 am Eric Blossom

Removed pmt dependency on omnithreads, now dependent on boost::threads

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11444 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();...

214874a6 07/10/2009 09:58 pm Johnathan Corgan

Merged r11397:11413 from balister/arm-configure into trunk. Trunk passes distcheck.

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

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...

99886641 06/23/2009 08:38 pm Josh Blum

Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc.
Minor fixes and features for wxgui forms.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 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,...

b0bb34ba 05/22/2009 12:42 pm Eric Blossom

enable doxygen automatically if we've got it

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

349331a8 05/14/2009 06:29 pm Eric Blossom

Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeset
moves the primary doxygen configuration under the top-level docs
directory. It creates a new "docs" top-level component that can be
enabled/disabled using the configure --disable-docs option. At this...

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

d8b0bea3 05/07/2009 12:11 am Johnathan Corgan

Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
distcheck.

Part 1 of Debian/Ubuntu binary packaging update for 3.2 release.
Creates all C++ API binary and dev packages, with their associated
runtime dependencies.

  • Runtime shared-library packages:...
a3ba8cf2 05/01/2009 08:28 pm Josh Blum

Merged grc developer branch r10679:10938

Misc fixes and internal changes.
Added help menu for usage tips.
Added drag and drop for blocks.
Removed callback controls, adopted forms.
Any type can have enumerated options.

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

fcc7d704 04/16/2009 07:25 am Johnathan Corgan

Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds standard place for C++ hierarchical blocks for gnuradio-core, and new gr.channel_model block from Tom Rondeau.

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

322e065b 04/15/2009 03:49 am Tom Rondeau

Merging qtdevel2 branch -r10565:10849. This adds a lot of fixes and capabilities to the qtgui package. Most importantly, it allows interaction between PyQt and the C++ Qt routines in the gnuradio library.

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