summaryrefslogtreecommitdiffstats
path: root/gruel (follow)
Commit message (Expand)AuthorAgeFilesLines
* gruel: adding high resolution timer to gruelJosh Blum2011-06-072-0/+125
* update python installed filestttx2011-05-242-1/+5
* fixing file trackingtttx2011-05-241-0/+0
* fixing pmt swig python installed filestttx2011-05-242-0/+25
* build: updating Makefiles for newer linker requirements.Tom Rondeau2011-04-011-1/+5
* gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau2011-03-263-6/+106
* gruel: added missing ignoresJohnathan Corgan2011-03-152-0/+4
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-03-155-47/+64
|\
| * Merge remote branch 'jblum/wip/attributes' into nextJohnathan Corgan2011-03-142-1/+58
| |\
| | * created gruel/attributes.h to house compiler specific attribute macrosJosh Blum2011-03-142-1/+58
| * | gruel thread simplification:Josh Blum2011-02-273-46/+6
| |/
* | gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau2011-03-151-0/+5
* | gruel: fixing structure. Passes make check.Tom Rondeau2011-03-147-84/+116
* | gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau2011-03-1412-7/+1150
|/
* gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum2011-02-024-124/+59
* Updating copyright.Tom Rondeau2011-01-222-2/+2
* cleanup mkdir usage with boost filesystem:Josh Blum2011-01-182-43/+10
* Merge branch 'master' into nextTom Rondeau2010-12-231-6/+3
|\
| * Modifying the unittest output. XML files are no longer written outside of the build tree.Tom Rondeau2010-12-231-6/+3
* | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-244-9/+10
|/
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-093-7/+8
* Moving XML output files from cppunit tests to $HOME/.gnuradio/unittests.Tom Rondeau2010-10-021-2/+51
* Adding an XML outputter for the CPP Unit tests. This is to a) store the 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.Tom Rondeau2010-09-301-1/+5
* Add support for uint64_t to pmt.Eric Blossom2010-09-116-0/+99
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-2/+2
* Add gruel::thread as synonym to boost::thread for convenienceJohnathan Corgan2010-04-131-0/+1
* Removed omnithreads dependency from libusrp2Johnathan Corgan2010-04-113-2/+45
* Replace some calls to pmt constructors with mp(foo) shorthand.Eric Blossom2010-03-081-41/+41
* Convert pmt_dict type into an immutable data structure.Eric Blossom2010-03-084-126/+128
* Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-211-1/+32
|\
| * added access methods and parsing for caldiv if contextJosh Blum2009-09-281-0/+2
| * Reading 64 bit freq out of chunk of context packet.Josh Blum2009-09-251-1/+30
* | Applied patch from Don Ward for Cygwin platformJohnathan Corgan2009-10-071-1/+1
|/
* Added missing file to ignores.Johnathan Corgan2009-09-091-0/+1
* Add shorthand for making tuples.Eric Blossom2009-08-191-0/+71
* Add blobs and shorthand pmt pseudo-constructors.Eric Blossom2009-08-186-1/+178
* gruel::send can now send to a pmt.Eric Blossom2009-08-182-7/+35
* Add top-level msg_passing.h include file.Eric Blossom2009-08-183-50/+89
* QA code now works.Eric Blossom2009-08-185-17/+24
* Add pmt type that wraps a gruel::msg_accepter.Eric Blossom2009-08-185-1/+87
* Merged branch 'msg-passing' from http://gnuradio.org/git/eb.gitJohnathan Corgan2009-08-1510-11/+443
|\
| * pmt_write now displays vector and tuple elements.Eric Blossom2009-08-152-12/+31
| * Additional QA for tuple.Eric Blossom2009-08-153-6/+38
| * Added most of the support for a new PMT type: tuple.Eric Blossom2009-08-145-2/+325
| * Refactored gr_msg_accepter and gr_tpd_thread_body.Eric Blossom2009-08-133-3/+60
| * Added gr_msg_accepter class.Johnathan Corgan2009-08-131-1/+2
| * Added git ignore files auto created from svn:ignore properties.git repository hosting2009-08-139-0/+45
* | Applied patch c1258.diff from Stephan Bruns (ticket:359)Johnathan Corgan2009-08-143-3/+13
* | Added git ignore files auto created from svn:ignore properties.git2009-08-149-0/+45
|/
* Merged r11500:11506 from features/msg-passing into trunk. Work-in-progress, passes distcheck.jcorgan2009-08-019-3/+405