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