summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/sys_paths.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update license header to SPDX formatdevnulling2020-01-271-13/+1
|
* Fix all formatting issuesMartin Braun2020-01-101-3/+2
| | | | | This fixes every leftover file in the GNU Radio source tree to match our clang-format definition.
* runtime: add GR_PREFS_PATH env variable searchJosh Morman2020-01-061-2/+13
| | | | | | | When looking for the config file, allow the env variable GR_PREFS_PATH to be searched so that multiple installations of GR each with its own prefs can be used, similar to what is currently done in GRC
* clang-format: Ordering all the includesMarcus Müller2019-08-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-091-31/+31
|
* fix temporary variable return in userconf_path()Josh Blum2016-08-061-1/+7
| | | | | | | This fix provides an internal userconf_path() implementation that provides the path as a string. The path is actually stored in the real userconf_path() within a static variable making it safe to return a char * pointer from this static string.
* added user settings directory as a gr::-accessible pathMarcus Müller2016-05-071-0/+9
| | | | | * removing a bit of "magic paths" in prefs.cc * added constant
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-291-0/+65