Feature #2566
Feature #2158: Allow better control of file-based configuration
Configurable list of configuration files [C++]
Status: | Resolved | Start date: | 06/17/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | C++ | |||
Target version: | rsb-0.15 |
Associated revisions
Use RSB_CONFIG_{DEBUG,FILES} environment variables in src/rsb/Factory.{h,cpp}
- src/rsb/Factory.{h,cpp} (CONFIG_DEBUG_ENVIRONMENT_VARIABLE): new constant;
name of the environment variable controlling configuration debugging
for RSB
(CONFIG_FILES_ENVIRONEMNT_VARIABLE): new constant; similar for
controlling configuration files
(Factory::Factory): adapted to changes in Factory::provideConfigOptions
(Factory::provideConfigOptions): use
CONFIG_{DEBUG,FILES}_ENVIRONEMNT_VARIABLE - src/rsb/introspection/Plugin.cpp (header): updated copyright
(RSC_PLUGIN_INIT_SIGNATURE): adapted to changes in
Factory::provideConfigOptions
History
#1 Updated by J. Moringen almost 6 years ago
- Status changed from New to In Progress
- Assignee set to J. Moringen
- % Done changed from 0 to 50
#2 Updated by J. Moringen almost 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
In rsc:50370119