summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime
AgeCommit message (Collapse)Author
2007-08-23Merge r6160:6168 from jcorgan/fg into trunk.jcorgan
Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph. Adds cppunit-based QA. Trial fix for ticket:164 included for free. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6169 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-21Updated license from GPL version 2 or later to GPL version 3 or later.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
2007-07-16Merged r5950:5978 from features/pager into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5979 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-23fix calculation of mid-pri for realtime_schedulingeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5520 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-05Merged r5241:5242 from jcorgan/reconf into trunk. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5243 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-04Post merge cleanup.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5239 221aa14e-8319-0410-a670-987f0aec2ac5
2007-05-04Merged r5230:5237 from jcorgan/disc2. Trunk passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5238 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-28Reverting changeset r5183, not needed.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5184 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-28replacing needed filen4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5183 221aa14e-8319-0410-a670-987f0aec2ac5
2007-04-28Merged -r 5137:5174 from developer branch jcorgan/hb. Trunk passes ↵jcorgan
distcheck. Converts gr.hier_block2 API to not use 'define_component' methodology anymore. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5177 221aa14e-8319-0410-a670-987f0aec2ac5
2007-02-20Merged eb/iosig r4533:4539 into trunk. This adds support foreb
io_signatures with heterogeneous stream element sizes. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4541 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-31free schmid_guard on error paths where it has been allocated and notgdt
freed. Fixes shm leak on NetBSD which hits the error case for unknown reasons. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4346 221aa14e-8319-0410-a670-987f0aec2ac5
2007-01-13SWIG compilation speedup! Fixes ticket:9. eb
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 of general that was machine generated. This split is arbitrary, but was useful for getting size of the swig generated glue code for general down to about 2MB. In addition, the swig glue is now compiled with -g1 -O1 instead of -g -O2. With this change all the swig code now compiles in about 60% of the time that it used to take. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4255 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-18Cleanup on hierarchical flowgraph code.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-18Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4126 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-16Merged jcorgan/sfg changeset r4048 into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4098 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Merge jcorgan/sfg changeset 4089 into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4090 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-14Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter ↵jcorgan
typing issue) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4083 221aa14e-8319-0410-a670-987f0aec2ac5
2006-12-12Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan
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
2006-12-12Move gr_runtime.h out of the way in preparation for merge of hier developer ↵jcorgan
branch. No changes in functionality. Passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4068 221aa14e-8319-0410-a670-987f0aec2ac5
2006-10-06Reduced tmp usage during gnuradio-core 'make check'jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3721 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-13Updated FSF address in all files. Fixes ticket:51eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
2006-09-12trial fix for ticket:63eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3526 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-24Trial fix for ticket:45eb
Changed interpretation of second argument to gr_buffer_add_reader from "history" to "nzero_preload". If the argument is 0, no zeros are preloaded into the buffer. This is a less surprising interpretation than the old behavior, which when passed a zero, inserted buffersize-1 zeros ;) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3403 221aa14e-8319-0410-a670-987f0aec2ac5
2006-08-03Houston, we have a trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5