| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Update .clang-format categories
Move type_name and SelfType functioanlity to utility/Getters
|
|
|
|
| |
Clang 18 format options should be commented out for now because Clang 18 is not out
|
|
|
|
|
|
|
|
|
|
|
| |
Add is_specialization_of to Utility.hpp
Add OpenVic::ordered_map and OpenVic::ordered_set
Change `std::map` to `ordered_map`
Change `std::set to use `ordered_set`
Add `set_callback_pointer(tsl::ordered_set<T const*>& set)`
Add mutable_iterator to enable mutable value iterator for `tsl::ordered_map`
Add std::hash<OpenVic::Date> implementation
Enable deps/SCsub to expose dependency includes neccessary for inclusion
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Searches for Victoria 2 according to the supplied path
If supplied path is empty, presumes Steam install according to platform environment variables
If invalid supplied path, falls back to empty path behavior
Supports Steam install on Windows, Mac, Linux, and FreeBSD
Supports Windows registry
Update .clang-format categories to include lexy-vdf
Add Utility/ConstexprIntToStr.hpp
|
|
|