| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-07 | Remove all MSVC `__int64` (#742) | void_17 | |
| 2026-03-02 | Revert "Get rid of MSVC's __int64" | void_17 | |
| This reverts commit d63f79325f85e014361eb8cf1e41eaebedb1ae71. | |||
| 2026-03-02 | Revert "shared_ptr -> std::shared_ptr" | void_17 | |
| This reverts commit 7074f35e4ba831e358117842b99ee35b87f85ae5. | |||
| 2026-03-02 | shared_ptr -> std::shared_ptr | void_17 | |
| This is one of the first commits in a plan to remove all `using namespace std;` lines in the entire codebase as it is considered anti-pattern today. | |||
| 2026-03-02 | Get rid of MSVC's __int64 | void_17 | |
| Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard | |||
| 2026-03-02 | Further C-style struct definitions fixes | void_17 | |
| 2026-03-01 | Initial commit | daoge_cmd | |
