Commit History

Author SHA1 Message Date
  m9710797 0c6c272e85 [2/2] use constexpr to define constants 4 years ago
  m9710797 b09c6aa0a6 Use c++17 std::apply() to simplify tuple expansion algorithms 4 years ago
  m9710797 371fa62f69 Workaround gcc-7,gcc-8 compiler bug 4 years ago
  m9710797 07a37c3a1a Using make_xxx() factory functions is often no longer needed in c++17 4 years ago
  m9710797 8dfa08d90e Use c++17 shorthand-notation for std::<some-type-trait>::value 4 years ago
  m9710797 8e96880015 Use c++17 std::string_view instead of our own version 4 years ago
  D15C0DE 9c21454ddc Fix typos 4 years ago
  m9710797 fcc2ca6773 Ran include-what-you-use (iwyu) and remove some unnecessary #include's 5 years ago
  m9710797 1c389ce22b [1/6] apply fixes suggested by clang-tidy modernize-* 5 years ago
  m9710797 9baf9f73c8 Use c++14 std::conditional_t instead of our own implementation 8 years ago
  m9710797 39f5361836 use std::make_unique instead of our own version 5 years ago
  m9710797 ac039c81b6 Renamed string_ref to string_view 5 years ago
  m9710797 f85d68865c Fix all "clang-tidy -check=modernize-use-default" warnings 7 years ago
  m9710797 fbd2d80bbb Mark single-parameter constructors 'implicit' 8 years ago
  Wouter Vermaelen bc48c7d9b9 Replace our 'noncopyable' helper with c++11 '=delete' 9 years ago
  Wouter Vermaelen 529fe83b9b [18/25] StringMap->hash_map for loaderMap/initializerMap 9 years ago
  Wouter Vermaelen f3e567c5f5 Replace 'typedef' with 'using' 9 years ago
  m9710797 c78bd93d2c [4/5] Mark virtual method overrides with new c++11 'override' keyword 9 years ago
  m9710797 aea3b06744 [7/13] map->vector: polymorphic saver registery 10 years ago
  wouter 761d0b349b Replace our own TypeInfo class with std::type_index (new in c++11) 10 years ago
  wouter 9c58265013 Ran include-what-you-use and removed some #includes 10 years ago
  wouter 28cb477715 [4/7] cleanups: trivial code changes 11 years ago
  wouter d089095d55 Various text-processing stuff 11 years ago
  Wouter Vermaelen f2e8f7d6ac Use 'auto' to simplify c++ casts 11 years ago
  Wouter Vermaelen 6be44c5e4e Replace most uses of {const_}iterator by 'auto' 11 years ago
  Wouter Vermaelen ea645cdf39 Replace vector<Foo*> with vector<unique_ptr<Foo>> 11 years ago
  Wouter Vermaelen eece8cb825 Return unique_ptr instead of raw pointer from factory functions 11 years ago
  Wouter Vermaelen 2172981701 Replace our implementation of type_traits with standard versions 11 years ago
  Wouter Vermaelen 29538e0716 Replace our own Tuple class with std::tuple 11 years ago
  Wouter Vermaelen 967913c0cb Replaced our STATIC_ASSERT macro with the c++11 static_assert feature 11 years ago