]> git.stg.codes - stg.git/history - projects/stargazer/settings_impl.cpp
Allow to have multi-leveled module settings.
[stg.git] / projects / stargazer / settings_impl.cpp
2015-09-05 Maxim MamontovAllow to have multi-leveled module settings.
2015-01-10 Maxim MamontovCosmetic changes.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from stargazer.
2015-01-09 Maxim MamontovMerge branch 'naffanya-dev'
2012-02-29 Maxim MamontovNew fee charge algo added
2011-07-25 Maxim MamontovCode deduplication
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-05-26 Maxim MamontovReconnectOnTariffChange added to the settings
2011-05-26 Maxim MamontovFee charge rule selector added with 3 different charge...
2011-04-12 Maxim MamontovMerge branch 'master' of gitorious.org:stg/stg
2011-04-11 Maxim MamontovFix settings error reporting mechanism
2011-04-08 Maxim MamontovRemove 'stg' prefixes from headers and add it to libraries
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-04-06 Maxim MamontovAdd vecotr reserve to the default constructor of SETTIN...
2011-04-04 Maxim MamontovdirName[] changed to vector
2011-03-22 Maxim MamontovAdd initialization to some settings fields
2011-03-22 Maxim MamontovFix compilation issues after splitting SETTINGS into...
2011-03-22 Maxim MamontovSplit SETTINGS to interface and implementation