Commit History

作者 SHA1 備註 提交日期
  m9710797 6c95a7d057 Use 'one_of()' to simplify code 4 年之前
  m9710797 0c6c272e85 [2/2] use constexpr to define constants 4 年之前
  m9710797 371fa62f69 Workaround gcc-7,gcc-8 compiler bug 4 年之前
  m9710797 07a37c3a1a Using make_xxx() factory functions is often no longer needed in c++17 4 年之前
  m9710797 8dfa08d90e Use c++17 shorthand-notation for std::<some-type-trait>::value 4 年之前
  D15C0DE 9c21454ddc Fix typos 4 年之前
  m9710797 5d915cd38d Re-apply serialization improvements. 4 年之前
  m9710797 fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 年之前
  m9710797 3c87977908 Use c++14 'auto' return type 8 年之前
  Wouter Vermaelen 249a79781e Use vector instead of set for connection class info 8 年之前
  m9710797 9baf9f73c8 Use c++14 std::conditional_t instead of our own implementation 8 年之前
  m9710797 44257b12b3 c++14: remove_const -> remove_const_t 5 年之前
  m9710797 fbd2d80bbb Mark single-parameter constructors 'implicit' 8 年之前
  Manuel Bilderbeek 0c889a62b0 Assert false when an internal error happens. 8 年之前
  m9710797 01e471e691 Made de-serialization of enums robust against unknown strings 8 年之前
  Wouter Vermaelen 2e1191cd8d Revert some problematic patches for vs2015 8 年之前
  Wouter Vermaelen 0050c9688f [3/5] Use the new variadic serialize(...) stuff 8 年之前
  Wouter Vermaelen f3e567c5f5 Replace 'typedef' with 'using' 9 年之前
  wouter c41edbc71f Revert "Don't construct empty strings via string::string("")" 10 年之前
  wouter 8999465334 Don't construct empty strings via string::string("") 12 年之前
  Wouter Vermaelen 2f4c27be07 [6/7] cleanups: use the c++11 'auto' feature more 15 年之前
  wouter 28cb477715 [4/7] cleanups: trivial code changes 11 年之前
  wouter 9cc2d87bf9 [1/7] cleanups: nullptr tests 11 年之前
  wouter d089095d55 Various text-processing stuff 11 年之前
  Wouter Vermaelen ccb6bd39e9 use std::tuple_cat 11 年之前
  Wouter Vermaelen f2e8f7d6ac Use 'auto' to simplify c++ casts 11 年之前
  Wouter Vermaelen 6be44c5e4e Replace most uses of {const_}iterator by 'auto' 11 年之前
  Wouter Vermaelen ea645cdf39 Replace vector<Foo*> with vector<unique_ptr<Foo>> 11 年之前
  Wouter Vermaelen 3dd0b2b130 Fix(?) compilation error in visual studio 2010 11 年之前
  Wouter Vermaelen 2172981701 Replace our implementation of type_traits with standard versions 11 年之前