summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr/prefs.py
Commit message (Collapse)AuthorAgeFilesLines
* runtime: restructure prefs class for initializing prefs singleton.Tom Rondeau2014-06-271-127/+0
| | | | | | Boost filesystem has a bug initializing a static variable when linking statically. This forces the initialization to happen when the first call to prefs::singleton is made. We should really put the prefs ctor in private, but then swig complains.
* cleaning up files and references to gnuradio-core.Tom Rondeau2013-05-141-1/+1
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-1/+1
|
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-0/+127