summaryrefslogtreecommitdiff
path: root/gruel
AgeCommit message (Expand)Author
2012-01-17gruel: hrt under bsd should use clock gettimeJosh Blum
2011-12-04docs: install gruel swig docs and other swig files into include/gruel/swig in...Tom Rondeau
2011-12-03docs: adding Python docstrings to gruel/pmt in cmake; dummy file make for aut...Tom Rondeau
2011-12-03docs: adding a doc string for the gruel and gruel.pmt python modules.Tom Rondeau
2011-11-03gruel: added missing check GR_HAVE_NETINET_INJosh Blum
2011-11-01high_res_timer: Fix high_res_timer_now() for E100.Philip Balister
2011-10-23the librariesJosh Blum
2011-10-20pmt: fix #446 by putting pmt swig into namespaceJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. A...Tom Rondeau
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-28Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-09-27Merge branch 'master' into nextJohnathan Corgan
2011-09-27swig: language independent exception handlerJosh Blum
2011-09-24gruel: added missing pmt swig install ruleJosh Blum
2011-08-19gruel: removed merge junk in makefileJosh Blum
2011-08-03atsc: did work on symbol visibility and minor tweaks in qa code for MSVCJosh Blum
2011-08-02cmake: language tweak for component group descriptionJosh 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-07-17Merge branch '8psk' into nextTom Rondeau
2011-07-03gr: added to the .gitignores to various components for in-tree buildsJosh Blum
2011-06-13Merge branch 'master' into 8pskTom Rondeau
2011-06-07gruel: adding high resolution timer to gruelJosh Blum
2011-06-03Merge branch 'master' into 8pskTom Rondeau
2011-05-24update python installed filestttx
2011-05-24fixing file trackingtttx
2011-05-24fixing pmt swig python installed filestttx
2011-05-08build: committing updated Makefile.swig.gen files.Tom Rondeau
2011-04-01build: updating Makefiles for newer linker requirements.Tom Rondeau
2011-03-26gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau
2011-03-15gruel: added missing ignoresJohnathan Corgan
2011-03-15Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-03-15gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau
2011-03-14Merge remote branch 'jblum/wip/attributes' into nextJohnathan Corgan
2011-03-14gruel: fixing structure. Passes make check.Tom Rondeau
2011-03-14gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau
2011-03-14created gruel/attributes.h to house compiler specific attribute macrosJosh Blum
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