| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Documentation updates (#882) | Stefan Boberg | 2026-03-23 | 1 | -109/+0 |
| | | | | Restructured the docs folder in preparation for more docs. Improved the contents a bit. | ||||
| * | Enable cross compilation of Windows targets on Linux (#839) | Stefan Boberg | 2026-03-16 | 1 | -0/+109 |
| This PR makes it *possible* to do a Windows build on Linux via `clang-cl`. It doesn't actually change any build process. No policy change, just mechanics and some code fixes to clear clang compilation. The code fixes are mainly related to #include file name casing, to match the on-disk casing of the SDK files (via xwin). | |||||