| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added debug mode to web build and fixed a couple of bugs | Sebastiano Tronto | 2025-06-05 | 4 | -10/+20 | |
| * | Simplify callback business (web version) | Sebastiano Tronto | 2025-06-05 | 7 | -82/+46 | |
| * | Added dev documentation | Sebastiano Tronto | 2025-05-30 | 1 | -0/+14 | |
| * | Added last option to solver configuration web version | Sebastiano Tronto | 2025-05-30 | 2 | -9/+18 | |
| * | More improvements to web solver | Sebastiano Tronto | 2025-05-30 | 5 | -44/+176 | |
| * | Removed log message that appears at wrong time | Sebastiano Tronto | 2025-05-30 | 1 | -1/+0 | |
| * | Use ARM NEON for web build for tiny performance gain | Sebastiano Tronto | 2025-05-30 | 1 | -2/+6 | |
| * | Move worker.mjs back to example folder | Sebastiano Tronto | 2025-05-30 | 3 | -4/+1 | |
| * | Revert memory64 and improve frontend for web version | Sebastiano Tronto | 2025-05-28 | 5 | -13/+58 | |
| * | Fix small build error with clang | Sebastiano Tronto | 2025-05-28 | 1 | -1/+2 | |
| * | Enable WASM64 | Sebastiano Tronto | 2025-05-28 | 6 | -26/+22 | |
| * | Web solver is usable | Sebastiano Tronto | 2025-05-28 | 3 | -22/+222 | |
| * | Big progress with web version | Sebastiano Tronto | 2025-05-27 | 8 | -69/+187 | |
| * | Removed VLA notation from function parameters. | Sebastiano Tronto | 2025-05-27 | 13 | -70/+70 | |
| * | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 2025-05-26 | 1 | -10/+7 | |
| * | Progress with web version | Sebastiano Tronto | 2025-05-26 | 7 | -94/+174 | |
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 3 | -40/+9 | |
| * | Quick fix for bug | Sebastiano Tronto | 2025-05-25 | 1 | -9/+8 | |
| * | Oops forgot to add these files | Sebastiano Tronto | 2025-05-25 | 2 | -0/+44 | |
| * | Cleanup | Sebastiano Tronto | 2025-05-25 | 8 | -69/+38 | |
| * | Clean up build (FS not available from nodejs) | Sebastiano Tronto | 2025-05-25 | 1 | -7/+0 | |
| * | Web version (work in progress) | Sebastiano Tronto | 2025-05-23 | 10 | -32/+247 | |
| * | Do all loggin in main thread | Sebastiano Tronto | 2025-05-23 | 9 | -93/+214 | |
| * | Refactored checkdata | Sebastiano Tronto | 2025-05-19 | 25 | -659/+418 | |
| * | Refactor solver dispatch and checkdata | Sebastiano Tronto | 2025-05-18 | 18 | -252/+325 | |
| * | Remove configure + make build system. | Sebastiano Tronto | 2025-05-16 | 10 | -327/+72 | |
| * | WASM and JS port - work in progress | Sebastiano Tronto | 2025-05-15 | 11 | -20/+293 | |
| * | Updates to build script and preparation for JS / WASM target | Sebastiano Tronto | 2025-05-14 | 3 | -68/+90 | |
| * | Fixes | Sebastiano Tronto | 2025-05-09 | 6 | -8/+8 | |
| * | Other minor fixes | Sebastiano Tronto | 2025-05-09 | 2 | -3/+3 | |
| * | Add wasmtest target to build script; minor fixes in tools and tests | Sebastiano Tronto | 2025-05-09 | 4 | -22/+50 | |
| * | Fix build small errors | Sebastiano Tronto | 2025-05-07 | 1 | -7/+13 | |
| * | Merge branch 'build' | Sebastiano Tronto | 2025-05-07 | 3 | -1/+344 | |
| |\ | ||||||
| | * | Added build script | Sebastiano Tronto | 2025-05-07 | 4 | -7/+344 | |
| * | | Removed qt build target | Sebastiano Tronto | 2025-04-30 | 1 | -6/+0 | |
| |/ | ||||||
| * | Added stop / pause / resume solve to API | Sebastiano Tronto | 2025-04-29 | 16 | -51/+213 | |
| * | Moved qt app to its own repo | Sebastiano Tronto | 2025-04-25 | 9 | -634/+2 | |
| * | Fixed cpp adapter for 0-moves solutions | Sebastiano Tronto | 2025-04-25 | 1 | -1/+2 | |
| * | Give error when ( is not closed in NISS sequence | Sebastiano Tronto | 2025-04-25 | 1 | -0/+4 | |
| * | README changes due to renaming | Sebastiano Tronto | 2025-04-25 | 1 | -8/+7 | |
| * | NISS | Sebastiano Tronto | 2025-04-25 | 196 | -129/+301 | |
| * | Added tests for inverse move | Sebastiano Tronto | 2025-04-23 | 26 | -6/+74 | |
| * | Added orientation to getcube | Sebastiano Tronto | 2025-04-23 | 8 | -33/+46 | |
| * | Adjusted solvers, fixed bug | Sebastiano Tronto | 2025-04-23 | 16 | -32/+63 | |
| * | Almost added support for wide moves, only solve missing | Sebastiano Tronto | 2025-04-23 | 142 | -50/+382 | |
| * | Merge branch 'extend_moves' | Sebastiano Tronto | 2025-04-22 | 2 | -2/+97 | |
| |\ | ||||||
| | * | Merge branch 'master' into extend_moves | Sebastiano Tronto | 2025-04-22 | 1084 | -1741/+1419 | |
| | |\ | ||||||
| | * | | Added constants | Sebastiano Tronto | 2025-04-22 | 2 | -20/+115 | |
| * | | | Progress | Sebastiano Tronto | 2025-04-22 | 7 | -599/+692 | |
| * | | | Update tests for oriented_cube_t | Sebastiano Tronto | 2025-04-22 | 38 | -142/+196 | |
