Statistics
| Branch: | Tag: | Revision:

root / gcell @ bf9c1387

# Date Author Comment
ebb0f56d 01/22/2011 07:54 pm Tom Rondeau

Updating copyright.

05cc02ce 01/18/2011 09:00 am Josh Blum

cleanup mkdir usage with boost filesystem:

Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs
with portable boost filesystem path and directory creation.

Gets the correct home directory on windows systems: APPDATA.
Replaces large amounts of copypasta with single lines of code....

c6d4c7d5 12/07/2010 11:54 pm Eric Blossom

Moved out-of-tree includes out of gnuradio_core_INCLUDES to ensure that
in-tree includes are searched before out-of-tree includes.

d692a41f 11/25/2010 01:29 am Eric Blossom

Major Makefile.am housecleaning. Passes distcheck.

Move all occurrences of swig_built_sources out of Makefile.am's.
Move all SWIG related use of BUILT_SOURCES out of Makefile.am's.
Clean up 'if PYTHON' conditionalization in gr-*

Still left to do: fix Makefile.swig CLEANFILES and no_dist_files...

cb2fa9a5 10/10/2010 01:10 am Michael Dickens

rearrange includes to always be: internal GR, external, with GR.

57368f1a 10/02/2010 09:35 pm Tom Rondeau

Modified gcell and gr-atsc cppunit tests to output XML files, too. Gcell needs testing.

b3bd2c61 06/02/2010 10:24 pm Johnathan Corgan

gcell: make versioned libraries

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

Remove omnithreads library.

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

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

Passes make check.

2af86109 09/25/2009 02:05 pm Johnathan Corgan

Misc. packaging tweaks

Note gcell/apps/gen_script.py needs to use git
Install gnuradio-config-info in libgnuradio-core0
Add pfb examples to gnuradio-examples
Add missing python files in gnuradio-examples

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

5a4b9ba9 05/22/2009 09:22 pm Eric Blossom

Doc fixes.

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

c48f42b5 02/25/2009 07:04 pm Johnathan Corgan

Merged r10501:10505 from michaelld/omnithread into trunk. Moves omnithread header files into /gnuradio. Trunk passes distcheck.

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

01b6697b 02/18/2009 03:04 am Eric Blossom

gcc 4.3 cleanup

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

4b5cfa80 01/15/2009 10:23 am Eric Blossom

Merged eb/gcell-wip -r10213:10230 into the trunk. This reduces the
overhead of off-loading jobs, such that it is now feasible to off-load
50us jobs on the QS21 and 10us jobs on the PS3. See wiki:Gcell for
performance graphs. There is still plenty of room for improvement....

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

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

8b04fb2b 06/19/2008 03:04 pm Eric Blossom

Moved mb_time to omni_time and left mb_time.h with typedef to maintain
backwards compatibility. Removed gcell's dependency on mblocks. Now
gcell only depends on omnithread. Merged eb/wip -r8621:8623 to trunk.

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

df0ae475 06/19/2008 12:06 am Eric Blossom

Merged eb/gcell-wip -r8559:8571 into trunk. The shared queue
structure is slightly modified, and the spu dequeue has been
streamlined. In addition, the spu Lost-Lock Line Reservation event is
now work correctly, though it is still disabled because it's slower...

852ba221 06/05/2008 10:45 pm Eric Blossom

refactored gc_jd_queue_data, faster mutex_unlock

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

d5e5244a 05/04/2008 06:45 am Eric Blossom

Merged eb/gcell-wip -r8302:8307 into trunk. This changeset includes
an example of SPE assembler (memset.S), a new file of macros for use
with SPE assembler (gc_spu_macs.h), and an extended QA framework. The
easy to use QA framework adds support for SPE utility code that's...

38ea3a57 04/30/2008 02:24 am Eric Blossom

Tweaks for gcc 4.3 based on patch from Marek Mahut <>.

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

b9ba2711 04/22/2008 10:24 pm Eric Blossom

Merged eb/gcell -r8215:8243 into trunk. This adds gr-gcell, the GNU
Radio interface to the Cell Broadband Engine.

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

9f20c33e 04/16/2008 05:32 am Eric Blossom

FFT inverse tranform is now correct.

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

a0eae4b4 03/24/2008 07:46 am Eric Blossom

Fix for gcell corrrectness/performance problem. Replaces mfc_sync
with appropriate use of tag and fenced get. We could pick up a bit
of additional performance by double buffering the the local store
job descriptor, but that's left for a rainy day.

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

b1408be6 03/24/2008 07:39 am Eric Blossom

dependency fix

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

166bf655 03/24/2008 07:00 am Eric Blossom

minor cleanup

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

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