summaryrefslogtreecommitdiff
path: root/gruel/src/lib
AgeCommit message (Collapse)Author
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-02Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau
This also adds a new utility gr_unittests.h, which sets up the path for output files.
2010-09-30Adding an XML outputter for the CPP Unit tests. This is to a) store the ↵Tom Rondeau
output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.
2010-09-11Add support for uint64_t to pmt.Eric Blossom
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2010-04-11Removed omnithreads dependency from libusrp2Johnathan Corgan
2010-03-08Replace some calls to pmt constructors with mp(foo) shorthand.Eric Blossom
2010-03-08Convert pmt_dict type into an immutable data structure.Eric Blossom
This change allows us to safely pass dicts in messages.
2009-10-07Applied patch from Don Ward for Cygwin platformJohnathan Corgan
Add *.exe to .gitignore Restore ac_compiler in gr_fortran.m4 even when no Fortran was found Add $(NO_UNDEFINED) to LDFLAGS in atsc Makefile.am, so shared libraries will be built Change the order of searching pmt/libpmt-qa.la and libgruel.la in gruel Makefile.am so references to libgruel from limpmt-qa will be resolved
2009-09-09Added missing file to ignores.Johnathan Corgan
2009-08-18Add blobs and shorthand pmt pseudo-constructors.Eric Blossom
blobs == Binary Large Object. Very handy for passing around uninterpreted data. The shorthand constructors were implemented by overloading the pmt_t mp(foo) function in the pmt namespace. I originally called "mp" "pmt", but that caused a conflict with the pmt namespace.
2009-08-18gruel::send can now send to a pmt.Eric Blossom
2009-08-18QA code now works.Eric Blossom
2009-08-18Add pmt type that wraps a gruel::msg_accepter.Eric Blossom
QA code doesn't link because pmt depends on msg and vice versa
2009-08-15Merged branch 'msg-passing' from http://gnuradio.org/git/eb.gitJohnathan Corgan
This is work in progress on the message passing implementation. Passes distcheck. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
2009-08-15pmt_write now displays vector and tuple elements.Eric Blossom
2009-08-15Additional QA for tuple.Eric Blossom
2009-08-14Added most of the support for a new PMT type: tuple.Eric Blossom
More QA code coming soon.
2009-08-14Applied patch c1258.diff from Stephan Bruns (ticket:359)Johnathan Corgan
This patch changes pmt_t to use boost intrusive pointers. Patch was modified to apply to new pmt location since the original patch was created, and add missing include file. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-08-13Added git ignore files auto created from svn:ignore properties.git repository hosting
2009-08-01Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, ↵jcorgan
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11524 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-27Fix for test_pmt when using --with-boost=<foo>eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11504 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-26Merged r11491:11494 from jcorgan/pmt into trunk.jcorgan
Moves pmt types functions into pmt:: from gruel:: Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11495 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-20Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.jcorgan
* Merges libpmt into libgruel * Modifies libmblock to use libgruel gruel::pmt_t will be the fundamental msg content for the new message passing implemention for 3.3. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-23usrp2 work-in-progresseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9643 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-22fixed copy/paste problem and error handlingeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9639 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-19extend gruel:enable_realtime_scheduling interface to allow pri/policyeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9607 221aa14e-8319-0410-a670-987f0aec2ac5
2008-09-19conditional debugging codeeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9605 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
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
2008-06-20Merged -r8639:8641 from jcorgan/gruel into trunk. Adds libgruel, the GNU ↵jcorgan
Radio Utility Etcetera Library. See README for description. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8642 221aa14e-8319-0410-a670-987f0aec2ac5