Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib / runtime @ cbe1628f

Name Size
Makefile.am 3.4 kB
gr_basic_block.cc 1.6 kB
gr_basic_block.h 3.5 kB
gr_basic_block.i 1.7 kB
gr_block.cc 2.4 kB
gr_block.h 7.8 kB
gr_block.i 1.7 kB
gr_block_detail.cc 2.7 kB
gr_block_detail.h 3.3 kB
gr_block_detail.i 2.1 kB
gr_buffer.cc 7.2 kB
gr_buffer.h 5.2 kB
gr_buffer.i 1.9 kB
gr_complex.h 1.6 kB
gr_dispatcher.cc 3.7 kB
gr_dispatcher.h 1.9 kB
gr_dispatcher.i 1.6 kB
gr_error_handler.cc 5.5 kB
gr_error_handler.h 3.5 kB
gr_error_handler.i 2 kB
gr_hier_block2.cc 2 kB
gr_hier_block2.h 2.2 kB
gr_hier_block2.i 1.9 kB
gr_hier_block2_detail.cc 7.9 kB
gr_hier_block2_detail.h 2.7 kB
gr_io_signature.cc 1.6 kB
gr_io_signature.h 1.9 kB
gr_io_signature.i 1.6 kB
gr_local_sighandler.cc 3.6 kB
gr_local_sighandler.h 1.6 kB
gr_message.cc 2 kB
gr_message.h 2.8 kB
gr_message.i 2.1 kB
gr_msg_handler.cc 942 Bytes
gr_msg_handler.h 1.2 kB
gr_msg_handler.i 1019 Bytes
gr_msg_queue.cc 2.5 kB
gr_msg_queue.h 2.5 kB
gr_msg_queue.i 3.4 kB
gr_pagesize.cc 1.4 kB
gr_pagesize.h 974 Bytes
gr_preferences.cc 2.4 kB
gr_preferences.h 1 kB
gr_realtime.cc 1.8 kB
gr_realtime.h 1.1 kB
gr_realtime.i 94 Bytes
gr_runtime.cc 1.9 kB
gr_runtime.h 1.3 kB
gr_runtime.i 2 kB
gr_runtime_impl.cc 3.4 kB
gr_runtime_impl.h 2 kB
gr_runtime_types.h 1.8 kB
gr_select_handler.cc 1014 Bytes
gr_select_handler.h 2.4 kB
gr_simple_flowgraph.cc 1.8 kB
gr_simple_flowgraph.h 1.5 kB
gr_simple_flowgraph.i 1.5 kB
gr_simple_flowgraph_detail.cc 17.7 kB
gr_simple_flowgraph_detail.h 4.8 kB
gr_single_threaded_scheduler.cc 10.2 kB
gr_single_threaded_scheduler.h 1.8 kB
gr_single_threaded_scheduler.i 1.7 kB
gr_swig_block_magic.i 1.4 kB
gr_sync_block.cc 1.9 kB
gr_sync_block.h 2 kB
gr_sync_block.i 1007 Bytes
gr_sync_decimator.cc 2 kB
gr_sync_decimator.h 2 kB
gr_sync_decimator.i 1 kB
gr_sync_interpolator.cc 2 kB
gr_sync_interpolator.h 2 kB
gr_sync_interpolator.i 1 kB
gr_timer.h 2.1 kB
gr_tmp_path.cc 1.2 kB
gr_tmp_path.h 1014 Bytes
gr_types.h 1.9 kB
gr_vmcircbuf.cc 7.6 kB
gr_vmcircbuf.h 3.2 kB
gr_vmcircbuf_createfilemapping.cc 6.2 kB
gr_vmcircbuf_createfilemapping.h 2 kB
gr_vmcircbuf_mmap_shm_open.cc 5.7 kB
gr_vmcircbuf_mmap_shm_open.h 1.8 kB
gr_vmcircbuf_mmap_tmpfile.cc 5.4 kB
gr_vmcircbuf_mmap_tmpfile.h 1.8 kB
gr_vmcircbuf_sysv_shm.cc 5.6 kB
gr_vmcircbuf_sysv_shm.h 1.8 kB
qa_gr_block.cc 2.9 kB
qa_gr_block.h 1.3 kB
qa_gr_buffer.cc 6.6 kB
qa_gr_buffer.h 1.3 kB
qa_gr_hier_block2.cc 1.6 kB
qa_gr_hier_block2.h 1.2 kB
qa_gr_io_signature.cc 1.4 kB
qa_gr_io_signature.h 1.3 kB
qa_gr_vmcircbuf.cc 1.1 kB
qa_gr_vmcircbuf.h 1.1 kB
qa_runtime.cc 1.5 kB
qa_runtime.h 1.1 kB
runtime.i 1.8 kB
test_shared_block_ptr.cc 1.4 kB

Latest revisions

# Date Author Comment
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...

424a1b45 12/18/2006 05:39 am Johnathan Corgan

Cleanup on hierarchical flowgraph code.

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

95144e53 12/18/2006 04:35 am Johnathan Corgan

Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.

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

a7e596eb 12/16/2006 07:26 am Johnathan Corgan

Merged jcorgan/sfg changeset r4048 into trunk.

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

3ffcee6b 12/14/2006 11:37 pm Johnathan Corgan

Merge jcorgan/sfg changeset 4089 into trunk.

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

65ee33a8 12/14/2006 04:28 pm Johnathan Corgan

Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter typing issue)

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

76ed4c2f 12/12/2006 08:00 pm Johnathan Corgan

Merge jcorgan/hier developer branch into trunk. Enables creation of true hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL.

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

5de36fac 12/12/2006 06:11 pm Johnathan Corgan

Move gr_runtime.h out of the way in preparation for merge of hier developer branch. No changes in functionality. Passes make distcheck.

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

348e6d52 10/06/2006 03:52 am Johnathan Corgan

Reduced tmp usage during gnuradio-core 'make check'

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

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

View revisions

Also available in: Atom