summaryrefslogtreecommitdiff
path: root/gruel/src/lib
AgeCommit message (Expand)Author
2013-03-29core: addressing issue #529. Using vector<int> instead of vector<unsigned int...Tom Rondeau
2013-02-06gruel: renamed mask to dword_maskNicholas Corgan
2013-02-06core: working thread affinity concept into gr_blocks.Tom Rondeau
2013-02-06gruel: adding wrapper layer for gruel threads to enable setting thread affinity.Tom Rondeau
2013-01-01Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ord...Michael L Dickens
2012-12-20gruel: adding a 'pmt_from_complex' call (more clear than pmt_make_rectangular).Tom Rondeau
2012-12-19gruel: pmt_Xvector_elements can be used in Python to return a Python tuple.Tom Rondeau
2012-12-17gruel: changing PMT (de)serialize of complex to make more portable (apparentl...Tom Rondeau
2012-12-14gruel: Enabling serialize/deserialize for PMT vectors.Tom Rondeau
2012-12-13gruel: allow us to use pmt_init_Xvector methods in python.Tom Rondeau
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-07-03Merge branch 'maint'Johnathan Corgan
2012-07-03swig: added additional swig dependencies gruel/coreJohnathan Corgan
2012-06-20removing debugTim O'Shea
2012-06-20bug fixxes to tuple serializeTim O'Shea
2012-06-201. handle pmt serialize and deserialize for tuplesTim O'Shea
2012-06-15New Features:Tim O'Shea
2012-05-02gruel: conditional linking for pthreadJosh Blum
2012-04-30gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-16Merge branch 'maint'Johnathan Corgan
2012-04-16Revert "Merge remote branch 'jblum-github/pmt_set_deleter'"Johnathan Corgan
2012-04-16Revert "Merge branch 'test/fix-pmt-deleter' into maint"Johnathan Corgan
2012-04-15Merge branch 'maint'Johnathan Corgan
2012-04-15pmt: fix segfault in deleterJohnathan Corgan
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau
2012-04-04Merge branch 'master' into nextJohnathan Corgan
2012-04-03pmt: added advanded pmt_set_deleter (c++ only)Josh Blum
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
2011-10-23the librariesJosh Blum
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-07-20gruel: support for windows API set realtime schedulingJosh Blum
2011-07-20gruel: API declaration macros for gruel class and function symbolsJosh Blum
2011-07-20gr: replaced uses of snprintf with boost format in common code build by MSVCJosh Blum
2011-04-01build: updating Makefiles for newer linker requirements.Tom Rondeau
2011-03-15Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-03-14gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau
2011-02-27gruel thread simplification:Josh Blum
2011-02-02gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum
2011-01-22Updating copyright.Tom Rondeau
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2010-12-23Merge branch 'master' into nextTom Rondeau
2010-12-23Modifying the unittest output. XML files are no longer written outside of the...Tom Rondeau
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
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
2010-09-30Adding an XML outputter for the CPP Unit tests. This is to a) store the outpu...Tom Rondeau