Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add `https://github.com/Tessil/ordered-map` | Spartan322 | 2023-12-31 | -1/+3 |
| | | | | | | | | | | | 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 | |||
* | Fix compiledb warning | Spartan322 | 2023-11-11 | -2/+9 |
| | ||||
* | Fix environment issues | Spartan322 | 2023-09-24 | -1/+1 |
| | ||||
* | Move scripts to separate reusable repos | Spartan322 | 2023-09-24 | -205/+11 |
| | | | | | | Add deps/SCsub to simplify SConstruct Added github build workflow Fix linker problems | |||
* | More refactoring and duplicate code removal | Hop311 | 2023-09-08 | -1/+1 |
| | ||||
* | Big Dataloader Commit (openvic-simulation) | Hop311 | 2023-08-24 | -28/+267 |
| | ||||
* | Rough draft of compiling headless simulation | ClarkeCode | 2023-06-18 | -0/+45 |