aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
Commit message (Collapse)AuthorAgeLines
* Update OpenVicProject/OpenVic-Dataloader@4a49007dryad zaaarf2024-07-07-2/+8
| | | | | Update .clang-format categories Move type_name and SelfType functioanlity to utility/Getters
* Disable AllowShortCompoundRequirementOnASingleLine Spartan3222024-01-02-1/+1
| | | | Clang 18 format options should be commented out for now because Clang 18 is not out
* Add `https://github.com/Tessil/ordered-map` Spartan3222023-12-31-2/+4
| | | | | | | | | | | 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
* Clang-format formatting (with manual cleanup) hop3112023-10-29-8/+30
|
* Add static `Dataloader::search_for_game_path(fs::path)` Spartan3222023-10-12-2/+4
| | | | | | | | | | | 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
* Format cleanup and req comments Hop3112023-09-09-0/+62