| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed running tools with args | Sebastiano Tronto | 2025-08-06 | 1 | -1/+1 | |
| * | Remove AVX512 instruction | Sebastiano Tronto | 2025-08-06 | 1 | -5/+4 | |
| * | Added build target to run solvetests | Sebastiano Tronto | 2025-08-05 | 3 | -29/+64 | |
| * | Shortened name for solvetests | Sebastiano Tronto | 2025-08-05 | 36 | -0/+0 | |
| * | Added solvetests for DRFIN | Sebastiano Tronto | 2025-08-05 | 6 | -0/+711 | |
| * | Added DRFIN solver | Sebastiano Tronto | 2025-08-05 | 16 | -77/+545 | |
| * | Move container-run.sh into utils/ | Sebastiano Tronto | 2025-08-03 | 1 | -0/+0 | |
| * | Move is_eo_even to more appropriate module | Sebastiano Tronto | 2025-08-01 | 5 | -16/+43 | |
| * | Added CPEPE coordinate in preparation of full DRFIN solver | Sebastiano Tronto | 2025-08-01 | 9 | -14/+282 | |
| * | Added tools solvetest dreo | Sebastiano Tronto | 2025-08-01 | 12 | -0/+1276 | |
| * | Fixed nasty bug | Sebastiano Tronto | 2025-08-01 | 1 | -0/+2 | |
| * | Specified default solver for coordinate solvetest | Sebastiano Tronto | 2025-08-01 | 11 | -4/+15 | |
| * | Reworked coordinate solver axis specification | Sebastiano Tronto | 2025-08-01 | 11 | -61/+37 | |
| * | Added solvetests for DRSLICE | Sebastiano Tronto | 2025-08-01 | 7 | -2/+1576 | |
| * | Fixed bug and added tests | Sebastiano Tronto | 2025-07-31 | 8 | -1596/+696 | |
| * | Added solvetest tools, found bug in DR | Sebastiano Tronto | 2025-07-31 | 7 | -0/+2467 | |
| * | Fix switch logic in coord solver | Sebastiano Tronto | 2025-07-31 | 1 | -0/+8 | |
| * | Fixed table name in tools | Sebastiano Tronto | 2025-07-31 | 6 | -23/+17 | |
| * | Fix bug | Sebastiano Tronto | 2025-07-31 | 2 | -23/+58 | |
| * | Fixed multisolve tool for EO, but found bug in coord solver | Sebastiano Tronto | 2025-07-31 | 3 | -26/+75 | |
| * | Added move sequence comparison function | Sebastiano Tronto | 2025-07-31 | 12 | -10/+222 | |
| * | Added solvetest for EO (broken for now) | Sebastiano Tronto | 2025-07-31 | 6 | -26/+343 | |
| * | Fixed bug with counting solutions for coordinate solver | Sebastiano Tronto | 2025-07-30 | 2 | -8/+3 | |
| * | added drslice coordinate | Sebastiano Tronto | 2025-07-30 | 15 | -53/+260 | |
| * | All coordinates unsigned | Sebastiano Tronto | 2025-07-29 | 39 | -283/+278 | |
| * | Cleanup some TODOs | Sebastiano Tronto | 2025-07-29 | 7 | -20/+8 | |
| * | Optimized some coordinates | Sebastiano Tronto | 2025-07-29 | 7 | -73/+224 | |
| * | Fix container run | Sebastiano Tronto | 2025-07-29 | 1 | -1/+1 | |
| * | Tiny cleanup | Sebastiano Tronto | 2025-07-28 | 1 | -1/+1 | |
| * | Turns checks into assertions in utils/math.h | Sebastiano Tronto | 2025-07-28 | 29 | -195/+21 | |
| * | Make failed assert exit immediately | Sebastiano Tronto | 2025-07-28 | 11 | -61/+15 | |
| * | Hardcoded factorial constants | Sebastiano Tronto | 2025-07-28 | 2 | -25/+20 | |
| * | Changes to docker images | Sebastiano Tronto | 2025-07-28 | 1 | -6/+25 | |
| * | Added stuff to Dockerfile, switched to Debian for Emscripten compatibility | Sebastiano Tronto | 2025-07-24 | 2 | -12/+22 | |
| * | Add container-run.sh script | Sebastiano Tronto | 2025-07-24 | 1 | -0/+57 | |
| * | Removed Makefile and configure.sh from old build system | Sebastiano Tronto | 2025-07-24 | 2 | -7/+0 | |
| * | Use bit trick for portable and arm popcount | Sebastiano Tronto | 2025-07-24 | 5 | -11/+69 | |
| * | Added dockerfile for test in container | Sebastiano Tronto | 2025-07-23 | 2 | -0/+20 | |
| * | Fix debug c++ build; disable debug python build | Sebastiano Tronto | 2025-07-21 | 1 | -2/+6 | |
| * | Fix shell return value on solverinfo | Sebastiano Tronto | 2025-07-18 | 1 | -2/+5 | |
| * | Updated build help message | Sebastiano Tronto | 2025-07-18 | 1 | -5/+9 | |
| * | Fix test | Sebastiano Tronto | 2025-07-18 | 1 | -3/+2 | |
| * | Fix build webtest | Sebastiano Tronto | 2025-07-18 | 1 | -1/+2 | |
| * | Added simpler python example | Sebastiano Tronto | 2025-07-18 | 1 | -0/+10 | |
| * | Added unit tests for coord cp and epud | Sebastiano Tronto | 2025-07-17 | 6 | -0/+66 | |
| * | Renamed tests to make space for more coordinate tests | Sebastiano Tronto | 2025-07-17 | 92 | -0/+0 | |
| * | Renamed drslice drfinnoe | Sebastiano Tronto | 2025-07-17 | 3 | -26/+26 | |
| * | Comments for drslice | Sebastiano Tronto | 2025-07-17 | 1 | -4/+15 | |
| * | Small optimization for coord gendata | Sebastiano Tronto | 2025-07-17 | 1 | -5/+10 | |
| * | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 2025-07-17 | 6 | -0/+195 | |
