История коммитов

Автор SHA1 Сообщение Дата
  m9710797 8e96880015 Use c++17 std::string_view instead of our own version 4 лет назад
  Wouter Vermaelen 4fc1763ac3 Replace 'array_ref' utility with 'span' 5 лет назад
  Wouter Vermaelen 0d1ec8e593 fix clang-tidy-7 'readability-inconsistent-declaration-parameter-name' 5 лет назад
  m9710797 ac039c81b6 Renamed string_ref to string_view 5 лет назад
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 лет назад
  m9710797 fcbcac823e [1/5] Added final class annotations 9 лет назад
  wouter 593bad6db5 Replace std::deque with array_ref in CommandLineParser 10 лет назад
  wouter d089095d55 Various text-processing stuff 11 лет назад
  Wouter Vermaelen 13f75ad13b Changed return type from bool->void for CLIOption::parseOption() 11 лет назад
  Wouter Vermaelen 348eefea03 Speedup new -bash option, split initialization of Reactor 11 лет назад
  Wouter Vermaelen 979ab50f29 [11/n] string_ref stuff: CliOption help texts 12 лет назад
  Maarten ter Huurne eb36c7693b Make CommandLineParser explicitly return GlobalCommandController, instead of a GlobalCommandController instance as CommandController. 14 лет назад
  Wouter Vermaelen 1e9781409a small tweak: prefer to use std::deque (instead of std::list) when we only need to insert/remove at the begin/end of the collection 16 лет назад
  Wouter Vermaelen 5b0303d311 split CommandLineParser in CommandLineParser and CLIOption 17 лет назад
  Wouter Vermaelen 0c71709c16 implemented -cda command line option 18 лет назад