History | View | Annotate | Download (3.6 kB)
make check fix for OS/X. Probably also fixes ticket:264, same problemon MingGW and Cygwin. Thanks to Michael Dickens. Mergedmichaelld/gruel_make_check_osx 9401:9402 to trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9407 221aa14e-8319-0410-a670-987f0aec2ac5
Merged features/mp-sched -r8915:9335 into the trunk. The trunk nowcontains the SMP aware scheduler. This changesetintroduces 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
Fix for QA code for wavefile.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7866 221aa14e-8319-0410-a670-987f0aec2ac5
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....
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....
True fix for ticket:140.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4597 221aa14e-8319-0410-a670-987f0aec2ac5
Better fix for ticket:140.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4596 221aa14e-8319-0410-a670-987f0aec2ac5
Reordered variable definitions for clarity.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4591 221aa14e-8319-0410-a670-987f0aec2ac5
Trial fix for ticket:140
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4588 221aa14e-8319-0410-a670-987f0aec2ac5
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
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
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'sThese correspond to the runtime, general, filter and io directories,and also includes a new directory, gengen. gengen contains that part...
Fixes ticket:110.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4048 221aa14e-8319-0410-a670-987f0aec2ac5
Add missed fix for ticket:42. Merged -r3435:3438 from developer branchjcorgan/ticket-3.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3441 221aa14e-8319-0410-a670-987f0aec2ac5
Implements ticket:3 and fixes ticket:42. The common functionality ofrun_tests.in for Python QA has been extracted into run_tests.sh in thetop-level and the individual run_tests just invoke that with the rightpath parameters. Also fixed Cygwin 'make check' bug by adding fix by...