summaryrefslogtreecommitdiff
path: root/gruel/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens2013-01-011-1/+1
* gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau2012-12-202-0/+22
* gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau2012-12-191-0/+12
* gruel: changing PMT (de)serialize of complex to make more portable (apparentl...Tom Rondeau2012-12-171-8/+8
* gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau2012-12-141-6/+338
* gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau2012-12-131-0/+7
* core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-071-0/+16
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-292-4/+21
* Merge branch 'maint'Johnathan Corgan2012-07-031-1/+3
|\
| * swig: added additional swig dependencies gruel/coreJohnathan Corgan2012-07-031-1/+3
* | removing debugTim O'Shea2012-06-201-1/+0
* | bug fixxes to tuple serializeTim O'Shea2012-06-201-6/+3
* | 1. handle pmt serialize and deserialize for tuplesTim O'Shea2012-06-202-0/+42
* | New Features:Tim O'Shea2012-06-152-6/+14
|/
* gruel: conditional linking for pthreadJosh Blum2012-05-021-1/+7
* gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea2012-04-301-1/+1
* Various fixes for using Python 2.5.Tom Rondeau2012-04-231-1/+1
* Merge branch 'maint'Johnathan Corgan2012-04-162-27/+2
|\
| * Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan2012-04-162-21/+2
| * Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan2012-04-161-7/+1
* | Merge branch 'maint'Johnathan Corgan2012-04-151-1/+7
|\|
| * pmt: fix segfault in deleterJohnathan Corgan2012-04-151-1/+7
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-1323-130/+130
* | Merge branch 'master' into nextJohnathan Corgan2012-04-042-2/+21
|\|
| * pmt: added advanded pmt_set_deleter (c++ only)Josh Blum2012-04-032-2/+21
* | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-013-7/+132
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-086-225/+0
|/
* the librariesJosh Blum2011-10-231-8/+1
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-083-34/+34
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-204-1/+229
* gruel: support for windows API set realtime schedulingJosh Blum2011-07-201-0/+32
* gruel: API declaration macros for gruel class and function symbolsJosh Blum2011-07-204-4/+7
* gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum2011-07-201-6/+5
* build: updating Makefiles for newer linker requirements.Tom Rondeau2011-04-011-1/+5
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-03-152-36/+0
|\
| * gruel thread simplification:Josh Blum2011-02-272-36/+0
* | gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau2011-03-142-5/+112
|/
* gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum2011-02-021-4/+4
* 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...Tom Rondeau2010-12-231-6/+3
* | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-1/+1
|/
* 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 outpu...Tom Rondeau2010-09-301-1/+5
* Add support for uint64_t to pmt.Eric Blossom2010-09-115-0/+78
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-1/+1
* Removed omnithreads dependency from libusrp2Johnathan Corgan2010-04-112-1/+37
* Replace some calls to pmt constructors with mp(foo) shorthand.Eric Blossom2010-03-081-41/+41