Statistics
| Branch: | Tag: | Revision:

root / run_tests.sh.in @ 38ea3a57

History | View | Annotate | Download (3.5 kB)

# Date Author Comment
9905fe27 02/28/2008 08:11 pm Michael Dickens

Fix for QA code for wavefile.

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

776da31e 02/21/2008 07:16 pm Michael Dickens

Merged build_config branch into trunk:

1) Modified top-level run_tests.sh script:

a) to execute code for setting or changing the library search path in
Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs
only, not on other host OSs.
...
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....

2a903086 02/22/2007 08:23 pm Michael Dickens

True fix for ticket:140.

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

90bd1466 02/22/2007 07:37 pm Johnathan Corgan

Better fix for ticket:140.

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

ae5e798e 02/22/2007 04:44 pm Johnathan Corgan

Reordered variable definitions for clarity.

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

ebbc5466 02/22/2007 04:29 pm Johnathan Corgan

Trial fix for ticket:140

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

b8a17759 01/30/2007 12:34 am Eric Blossom

Fix for ticket:133, merged from eb/bsd 4322:4324.

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

c3be127d 12/01/2006 02:54 am Johnathan Corgan

Fixes ticket:110.

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

ef47957b 08/27/2006 06:59 pm Johnathan Corgan

Add missed fix for ticket:42. Merged -r3435:3438 from developer branch
jcorgan/ticket-3.

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

6b5a0200 08/27/2006 06:51 pm Johnathan Corgan

Implements ticket:3 and fixes ticket:42. The common functionality of
run_tests.in for Python QA has been extracted into run_tests.sh in the
top-level and the individual run_tests just invoke that with the right
path parameters. Also fixed Cygwin 'make check' bug by adding fix by...