Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 ↵ | Tom Rondeau | |
(apparently; for OSX). | |||
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 | |
Conflicts: gruel/src/swig/CMakeLists.txt | |||
2012-07-03 | swig: added additional swig dependencies gruel/core | Johnathan Corgan | |
pmt swig gen depends upon the generated header core depends upon pmt swig custom target Conflicts: gruel/src/swig/CMakeLists.txt | |||
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 | |
2. fix offset checking in pmt_annotator_raw | |||
2012-06-15 | New Features: | Tim O'Shea | |
added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen | |||
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 | |
This reverts commit f88b8cf5508d3ba446cb94f800c56d34279cf91e, reversing changes made to a87ac60f15c2593ececb02ba16ab842c20e760d2. | |||
2012-04-16 | Revert "Merge branch 'test/fix-pmt-deleter' into maint" | Johnathan Corgan | |
This reverts commit 04e2ebb979942cada74f10ea022342716c6851bf, reversing changes made to 25d687550a0322ffaf270f25faf2b4a78a97142c. | |||
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 ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
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 | |
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
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 | |
Removed get_new_timeout from thread.h (usrp2_vrt carryover) Basically it was created because of a misunderstanding of the time types; and its only ever called once. This also removes thread.cc Call posix_time::milliseconds in usrp2 control.cc. Notice that it passes a time_duration rather than a ptime (aka system time). Added #include <deque> to gr_buffer.h. It turns out that boost posix_time.hpp implicitly included the deque header which was missing from gr_buffer.h Replaced the include for thread.hpp with only the includes for the boost thread types mentioned in gruel/thread.h. Also, making use of the scoped_lock typedef that comes with boost thread locks. boost 3.5 safe. | |||
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 | |
Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs with portable boost filesystem path and directory creation. Gets the correct home directory on windows systems: APPDATA. Replaces large amounts of copypasta with single lines of code. Removes MKDIR_TAKES_ONE_ARG configuration checks from m4 files. Adds boost filesystem and system library as build dependencies. | |||
2010-12-23 | Merge branch 'master' into next | Tom Rondeau | |
* master: clean now gets rid of unittest results. Passes distcheck. Modifying the unittest output. XML files are no longer written outside of the build tree. A new patch for fixing the alsa restart issue. Submitted by Volker Schroer. Reverting last change in alsa. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs. Adding a "change in progress" check to alsa sink. Added a check in alsa sink if error has occurred due to blocking; if so, it will just drop samples and not get backed up. Patch taken from Marcus Leech 10/29/2010. Conflicts: Makefile.common gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.cc | |||
2010-12-23 | Modifying the unittest output. XML files are no longer written outside of ↵ | Tom Rondeau | |
the build tree. | |||
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
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 | |
This also adds a new utility gr_unittests.h, which sets up the path for output files. | |||
2010-09-30 | Adding an XML outputter for the CPP Unit tests. This is to a) store the ↵ | Tom Rondeau | |
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. | |||
2010-09-11 | Add support for uint64_t to pmt. | Eric Blossom | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2010-04-11 | Removed omnithreads dependency from libusrp2 | Johnathan Corgan | |
2010-03-08 | Replace some calls to pmt constructors with mp(foo) shorthand. | Eric Blossom | |
2010-03-08 | Convert pmt_dict type into an immutable data structure. | Eric Blossom | |
This change allows us to safely pass dicts in messages. |