aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/load_modules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: work on thread priority schedulingJosh Blum2010-06-161-2/+2
|
* use boost program options for env variablesJosh Blum2010-04-291-4/+30
|
* env path separator for windowsJosh Blum2010-04-021-1/+4
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-2/+2
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all
* get interface addresses on windowsJosh Blum2010-03-261-1/+1
|
* library loading on windows, status message tweaks, warning tweaksJosh Blum2010-03-261-2/+2
|
* Added ability to load modules at runtimeJosh Blum2010-03-211-0/+117
(specified by environment variable path). Added a demo test module as well.