| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restructure dependencies and update to C++20 | untodesu | 2025-06-28 | 1 | -2/+2 |
| | | | | | | | | | - Nuked static_assert from almost everywhere in the project - Nuked binary dependency support. Might add one later though - Separated dependency headers into a separate include subdirectory - Grafted a thirdpartylegalnotices.txt generator from RITEG - Pushed development snapshot version to 2126 (26th week of 2025) | ||||
| * | Clang-format the entire source code | untodesu | 2025-06-25 | 1 | -9/+11 |
| | | |||||
| * | Slightly refactor threading API | untodesu | 2025-03-23 | 1 | -1/+1 |
| | | | | | | | | - Hide away threading::submit overload that is meant to only be used with either a task that has been allocated using "new" or using a templated overload. Now it's called threading::detail::submit_new - Removed an unnecessary status check in mesher's Task::finalize impl | ||||
| * | Update threading command line arguments | untodesu | 2025-03-16 | 1 | -3/+21 |
| | | |||||
| * | Add whatever I was working on for the last month | untodesu | 2025-03-15 | 1 | -0/+91 |
