aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/types/Date.hpp
Commit message (Collapse)AuthorAgeLines
* Reworked ReturnByValue, warn_or_error, expect_date_[identifier_or_]string hop3112024-02-04-3/+9
|
* Made Date constexpr so that PROPERTY getters can be constexprconstexpr-date hop3112024-01-24-63/+191
|
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-0/+13
| | | | | | | | | | | 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
* Province building scaffolding hop3112023-12-25-1/+1
|
* Crime+event modifier loading + misc UI backend hop3112023-12-02-0/+5
|
* chore: change some lingering lowerCamelCase to snake_case zaaarf2023-11-22-7/+7
|
* Bookmark loading + province and building cleanup hop3112023-11-15-0/+2
|
* History loading changes + PROPERTY macro hop3112023-11-07-2/+4
|
* Stop passing Dates by reference hop3112023-11-07-1/+1
|
* Country History & Order of Battle Loading Joel Machens2023-10-25-3/+3
|
* Lots of accumulated changes hop3112023-10-12-0/+4
|
* Removed unnecessary `const std::string_view`s Hop3112023-09-28-1/+1
|
* More refactoring and duplicate code removal Hop3112023-09-08-0/+96