2025-06-05 09:42 | Added debug mode to web build and fixed a couple of bugs | Sebastiano Tronto | 4 | +20 | -10 |
2025-06-05 06:37 | Simplify callback business (web version) | Sebastiano Tronto | 7 | +46 | -82 |
2025-05-30 12:39 | Added dev documentation | Sebastiano Tronto | 1 | +14 | -0 |
2025-05-30 12:18 | Added last option to solver configuration web version | Sebastiano Tronto | 2 | +18 | -9 |
2025-05-30 12:06 | More improvements to web solver | Sebastiano Tronto | 5 | +176 | -44 |
2025-05-30 07:58 | Removed log message that appears at wrong time | Sebastiano Tronto | 1 | +0 | -1 |
2025-05-30 07:42 | Use ARM NEON for web build for tiny performance gain | Sebastiano Tronto | 1 | +6 | -2 |
2025-05-30 07:20 | Move worker.mjs back to example folder | Sebastiano Tronto | 3 | +1 | -4 |
2025-05-28 14:26 | Revert memory64 and improve frontend for web version | Sebastiano Tronto | 5 | +58 | -13 |
2025-05-28 13:23 | Fix small build error with clang | Sebastiano Tronto | 1 | +2 | -1 |
2025-05-28 12:32 | Enable WASM64 | Sebastiano Tronto | 6 | +22 | -26 |
2025-05-28 10:17 | Web solver is usable | Sebastiano Tronto | 3 | +222 | -22 |
2025-05-27 14:45 | Big progress with web version | Sebastiano Tronto | 8 | +187 | -69 |
2025-05-27 07:03 | Removed VLA notation from function parameters. | Sebastiano Tronto | 13 | +70 | -70 |
2025-05-26 16:45 | Avoid pausing for logging only if poll_status() is null (h48 solver). | Sebastiano Tronto | 1 | +7 | -10 |
2025-05-26 15:05 | Progress with web version | Sebastiano Tronto | 7 | +176 | -95 |
2025-05-25 10:38 | Cleanup | Sebastiano Tronto | 3 | +9 | -40 |
2025-05-25 10:31 | Quick fix for bug | Sebastiano Tronto | 1 | +8 | -9 |
2025-05-25 10:12 | Oops forgot to add these files | Sebastiano Tronto | 2 | +44 | -0 |
2025-05-25 10:11 | Cleanup | Sebastiano Tronto | 8 | +42 | -73 |
2025-05-25 09:13 | Clean up build (FS not available from nodejs) | Sebastiano Tronto | 1 | +0 | -7 |
2025-05-23 15:06 | Web version (work in progress) | Sebastiano Tronto | 10 | +247 | -32 |
2025-05-23 14:48 | Do all loggin in main thread | Sebastiano Tronto | 9 | +214 | -93 |
2025-05-19 15:45 | Refactored checkdata | Sebastiano Tronto | 25 | +418 | -659 |
2025-05-18 06:48 | Refactor solver dispatch and checkdata | Sebastiano Tronto | 18 | +325 | -252 |
2025-05-16 13:43 | Remove configure + make build system. | Sebastiano Tronto | 10 | +72 | -327 |
2025-05-15 17:14 | WASM and JS port - work in progress | Sebastiano Tronto | 11 | +293 | -20 |
2025-05-14 07:55 | Updates to build script and preparation for JS / WASM target | Sebastiano Tronto | 3 | +90 | -68 |
2025-05-09 19:02 | Fixes | Sebastiano Tronto | 6 | +8 | -8 |
2025-05-09 16:36 | Other minor fixes | Sebastiano Tronto | 2 | +3 | -3 |
2025-05-09 16:00 | Add wasmtest target to build script; minor fixes in tools and tests | Sebastiano Tronto | 4 | +50 | -22 |
2025-05-07 11:50 | Fix build small errors | Sebastiano Tronto | 1 | +13 | -7 |
2025-05-07 09:37 | Merge branch 'build' | Sebastiano Tronto | 3 | +344 | -1 |
2025-05-07 09:37 | Added build script | Sebastiano Tronto | 4 | +344 | -7 |
2025-04-30 14:26 | Removed qt build target | Sebastiano Tronto | 1 | +0 | -6 |
2025-04-29 08:08 | Added stop / pause / resume solve to API | Sebastiano Tronto | 16 | +213 | -51 |
2025-04-25 17:27 | Moved qt app to its own repo | Sebastiano Tronto | 9 | +2 | -634 |
2025-04-25 12:59 | Fixed cpp adapter for 0-moves solutions | Sebastiano Tronto | 1 | +2 | -1 |
2025-04-25 12:54 | Give error when ( is not closed in NISS sequence | Sebastiano Tronto | 1 | +4 | -0 |
2025-04-25 08:25 | README changes due to renaming | Sebastiano Tronto | 1 | +7 | -8 |
2025-04-25 08:09 | NISS | Sebastiano Tronto | 196 | +301 | -129 |
2025-04-23 19:34 | Added tests for inverse move | Sebastiano Tronto | 26 | +74 | -6 |
2025-04-23 13:42 | Added orientation to getcube | Sebastiano Tronto | 8 | +46 | -33 |
2025-04-23 12:42 | Adjusted solvers, fixed bug | Sebastiano Tronto | 16 | +63 | -32 |
2025-04-23 10:26 | Almost added support for wide moves, only solve missing | Sebastiano Tronto | 142 | +382 | -50 |
2025-04-22 16:48 | Merge branch 'extend_moves' | Sebastiano Tronto | 2 | +97 | -2 |
2025-04-22 16:45 | Progress | Sebastiano Tronto | 7 | +692 | -599 |
2025-04-22 14:12 | Update tests for oriented_cube_t | Sebastiano Tronto | 38 | +196 | -142 |
2025-04-22 12:47 | Remove compose from the public API | Sebastiano Tronto | 12 | +2 | -165 |
2025-04-22 12:32 | Remove useless files | Sebastiano Tronto | 2 | +0 | -22 |
2025-04-22 12:17 | Merge branch 'master' into extend_moves | Sebastiano Tronto | 1086 | +1842 | -2164 |
2025-04-22 12:11 | Updated documentation | Sebastiano Tronto | 3 | +34 | -81 |
2025-04-22 09:14 | Updated tests and added fixed =A to B32 output | Sebastiano Tronto | 1062 | +1118 | -1233 |
2025-04-22 07:00 | Removed old scripts and updated public API | Sebastiano Tronto | 24 | +720 | -880 |
2025-04-22 05:10 | Added constants | Sebastiano Tronto | 2 | +115 | -20 |
2025-04-21 12:33 | Always use unsigned char * for data buffers | Sebastiano Tronto | 40 | +285 | -263 |
2025-04-21 08:33 | Merged some files, renamed another | Sebastiano Tronto | 6 | +154 | -154 |
2025-04-20 14:47 | Improve order of moves in NISS solutions | Sebastiano Tronto | 2 | +65 | -20 |
2025-04-19 10:28 | Improved logging, especially for solve | Sebastiano Tronto | 12 | +114 | -125 |
2025-04-19 09:18 | Fixed shell usage of optimal and maxsolutions | Sebastiano Tronto | 1 | +1 | -1 |
2025-04-18 12:41 | Added WASM target | Sebastiano Tronto | 2 | +10 | -3 |
2025-04-17 15:52 | Sped up checkdata for H48 tables | Sebastiano Tronto | 3 | +58 | -10 |
2025-04-17 14:27 | Improvements to QT UI | Sebastiano Tronto | 6 | +366 | -271 |
2025-04-17 12:36 | Restore logging to stderr for tools | Sebastiano Tronto | 8 | +10 | -10 |
2025-04-17 08:50 | Small rework of optimal vs maxsols | Sebastiano Tronto | 12 | +55 | -53 |
2025-04-16 08:14 | Updated readme | Sebastiano Tronto | 1 | +31 | -4 |
2025-04-16 07:56 | Added rudimentary QT UI | Sebastiano Tronto | 8 | +521 | -3 |
2025-04-15 14:00 | Log solutions as they are found | Sebastiano Tronto | 3 | +18 | -7 |
2025-04-15 13:51 | Better logging function | Sebastiano Tronto | 18 | +48 | -47 |
2025-04-15 12:47 | Fixed function pointer thing | Sebastiano Tronto | 3 | +3 | -10 |
2025-04-15 07:35 | Fixed a woopsie | Sebastiano Tronto | 1 | +1 | -1 |
2025-04-15 07:30 | Simplified count_moves() in cpp api | Sebastiano Tronto | 3 | +10 | -10 |
2025-04-15 07:23 | Added data check status to solver in cpp API | Sebastiano Tronto | 2 | +7 | -4 |
2025-04-14 12:03 | Removed unnecessary check | Sebastiano Tronto | 1 | +0 | -6 |
2025-04-14 12:00 | Improved C++ API and added info to README | Sebastiano Tronto | 6 | +415 | -260 |
2025-04-14 11:52 | Add libnissy.a target, rename nissy.so to librnissy.so | Sebastiano Tronto | 2 | +8 | -3 |
2025-04-14 09:25 | Fix | Sebastiano Tronto | 1 | +1 | -1 |
2025-04-09 14:49 | Add an opinionated C++20 adapter | Sebastiano Tronto | 3 | +350 | -1 |
2025-04-08 13:30 | Fixed shell; reorganized nissy.h | Sebastiano Tronto | 2 | +98 | -102 |
2025-04-08 13:27 | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 1 | +2 | -2 |
2025-04-08 13:16 | Some minor changes to the interface. | Sebastiano Tronto | 18 | +83 | -84 |
2025-04-02 19:51 | Fix compilation errors with GCC on ARM | Sebastiano Tronto | 1 | +2 | -2 |
2025-04-02 12:33 | Added dreo coordinate solver | Sebastiano Tronto | 17 | +253 | -17 |
2025-04-01 20:29 | Make single-use struct field anonymous | Sebastiano Tronto | 1 | +10 | -12 |
2025-04-01 20:26 | Make symcoord logic generic | Sebastiano Tronto | 4 | +191 | -115 |
2025-04-01 13:03 | Fix mismatched type in function prototype and implementation | Sebastiano Tronto | 2 | +2 | -2 |
2025-04-01 12:01 | Some simplification to AVX2 code | Sebastiano Tronto | 2 | +32 | -62 |
2025-04-01 07:33 | simplified allowedmoves logic | Sebastiano Tronto | 27 | +116 | -114 |
2025-03-29 09:04 | Optimize genptable for coordinate solve (20x speedup) | Sebastiano Tronto | 12 | +170 | -20 |
2025-03-28 19:57 | DR coordinate solver | Sebastiano Tronto | 11 | +299 | -15 |
2025-03-28 15:48 | Make invcoord_co test more comprehensive | Sebastiano Tronto | 29 | +22 | -41 |
2025-03-26 18:38 | Reformat neon.h to keep lines <80 chars | Sebastiano Tronto | 1 | +25 | -16 |
2025-03-26 18:22 | Added inverse coordinate for CO | Sebastiano Tronto | 34 | +156 | -31 |
2025-03-25 17:35 | More safety with pointers using VLA function parameters | Sebastiano Tronto | 22 | +182 | -159 |
2025-03-25 14:17 | Tiny bugfix in solution writing | Sebastiano Tronto | 4 | +23 | -18 |
2025-03-25 13:09 | Added NISS to coord solver | Sebastiano Tronto | 9 | +309 | -104 |
2025-03-25 07:17 | Tiny fix | Sebastiano Tronto | 1 | +4 | -4 |
2025-03-24 22:09 | Big cleanup for appendsolution() | Sebastiano Tronto | 36 | +562 | -349 |
2025-03-22 05:43 | Some safety with move arrays, small refactor appendchar | Sebastiano Tronto | 23 | +168 | -170 |
2025-03-19 16:16 | Filter solutions for coordinate solver and fix ordering | Sebastiano Tronto | 5 | +35 | -18 |
| 346 more commits remaining, fetch the repository |