]> git.stg.codes - stg.git/history - projects/stargazer/tariffs_impl.cpp
Use std::lock_guard instead of STG_LOCKER.
[stg.git] / projects / stargazer / tariffs_impl.cpp
2022-08-31 Maksym MamontovUse std::lock_guard instead of STG_LOCKER. master
2022-08-27 Maksym MamontovFight CLang warnings.
2022-08-25 Maksym MamontovMore subscriptions, less notifiers.
2022-08-23 Maksym MamontovSimplify notifiers.
2022-07-12 Maksym MamontovUse std::jthread and C++17.
2021-02-01 Maksym MamontovMerge remote-tracking branch 'github/master'
2021-01-17 Maksym MamontovMove projects back into subfolder.
2020-01-07 Maksym MamontovPort to CMake, get rid of os_int.h.
2015-01-10 Maxim MamontovRemoved "using namespace std;" from stargazer.
2015-01-09 Maxim MamontovAdded const qualifier.
2015-01-09 Maxim MamontovSimplified STG_LOCKER.
2014-10-03 Maxim MamontovRemoved "using namespace std;" from stargazer.
2014-09-17 Maxim MamontovAdded const qualifier.
2014-06-09 Maxim MamontovSimplified STG_LOCKER.
2014-01-06 Maxim MamontovMerge branch 'new-daily-fee'
2013-02-05 Maxim MamontovMassive refactoring.
2011-09-15 Maxim MamontovHide or add proper copy ctor and assignement operator...
2011-09-01 Maxim MamontovAdd subscription for add/del tariffs
2011-08-13 Maxim MamontovGet<something>Num -> Count
2011-06-16 Maxim MamontovExplicit constructor initialization for the base class...
2011-05-04 Maxim MamontovFix multiple typo: "alredy" -> "already"
2011-04-08 Maxim MamontovRemove 'stg' prefixes from headers and add it to libraries
2011-04-07 Maxim MamontovFix stargazer compilation errors
2011-03-19 Maxim MamontovFix work with admins
2011-03-18 Maxim MamontovRename BASE_AUTH and BASE_STORE to AUTH and STORE
2011-03-17 Maxim MamontovFix compilation errors after splitting classes into...
2011-03-17 Maxim MamontovBreak internal classes to interface and implementation