| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the project build with Microsoft's broken C compiler. | Sebastiano Tronto | 2026-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | MSVC is not fully C11-compliant, even when compiling with /std:c11. Some changes were needed to make the codebase compatible. Notably, the notation a[static N] and a[n] for function parameters of array type is not supported, so that had to be hidden behind a macro. Atomic types are also an experimental feature, apparently, but at least they work with the correct compiler flag. One thing that MSVC does well, however, is warning on integer conversions on /W4 level. I am not sure if Clang and GCC have something similar, so I took this chance to fix some of these. | ||||
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 1 | -3/+3 |
| | | |||||
| * | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 1 | -3/+3 |
| | | |||||
| * | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 2025-04-22 | 1 | -2/+2 |
| | | |||||
| * | Make writecube safer | Sebastiano Tronto | 2024-10-12 | 1 | -1/+1 |
| | | |||||
| * | Use callback function to log to stderr | Sebastiano Tronto | 2024-06-17 | 1 | -3/+1 |
| | | |||||
| * | Remvoed cube_fast_t and more. More cleaning up to do. | Sebastiano Tronto | 2024-06-09 | 1 | -8/+8 |
| | | |||||
| * | Some type fixes and some cleanup | Sebastiano Tronto | 2024-05-27 | 1 | -2/+4 |
| | | |||||
| * | Added tests for h48 invcoord | Sebastiano Tronto | 2024-05-20 | 1 | -2/+0 |
| | | |||||
| * | Added inverse eo and copy_{edges,corners} | Sebastiano Tronto | 2024-05-17 | 1 | -0/+38 |
