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