summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/prefs.cc
Commit message (Collapse)AuthorAgeFilesLines
* runtime: restructure prefs class for initializing prefs singleton.Tom Rondeau2014-06-271-13/+3
| | | | | | 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.
* runtime: updates prefs to preserve format of preference file options that ↵Tom Rondeau2014-03-071-8/+38
| | | | are in quotes.
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+401