2025-08-15 17:09 | Updates to container runner and removed simd from wasm build | Sebastiano Tronto | 2 | +42 | -23 |
2025-08-13 15:42 | Added warning about build python | Sebastiano Tronto | 1 | +4 | -0 |
2025-08-13 15:38 | More build.bat options | Sebastiano Tronto | 3 | +108 | -4 |
2025-08-13 14:10 | Improvements to build.bat (unit tests on Windows) | Sebastiano Tronto | 4 | +161 | -21 |
2025-08-13 14:07 | Merge branch 'master' of tronto.net:nissy-core | Sebastiano Tronto | 2 | +29 | -20 |
2025-08-13 08:41 | Fix build help message | Sebastiano Tronto | 1 | +19 | -18 |
2025-08-13 08:24 | Correct OS detection for sleep function | Sebastiano Tronto | 1 | +3 | -1 |
2025-08-12 13:58 | Added installation instructions for clang on windows | Sebastiano Tronto | 1 | +10 | -2 |
2025-08-12 13:49 | Renamed UNIX build script to build.sh, added info to README.md related to windows build | Sebastiano Tronto | 7 | +515 | -503 |
2025-08-12 13:38 | Removed Dockerfile (why was it still there?) | Sebastiano Tronto | 1 | +0 | -29 |
2025-08-12 13:33 | Added windows support via clang | Sebastiano Tronto | 1 | +16 | -12 |
2025-08-12 13:23 | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 1 | +7 | -5 |
2025-08-12 13:20 | Small improvemen to python example | Sebastiano Tronto | 1 | +7 | -5 |
2025-08-12 12:58 | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 4 | +19 | -2 |
2025-08-12 12:54 | Some generic fixes, mainly for building on Windows | Sebastiano Tronto | 4 | +19 | -2 |
2025-08-12 10:20 | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 1 | +0 | -1 |
2025-08-12 09:19 | Remove pthread import | Sebastiano Tronto | 1 | +0 | -1 |
2025-08-12 08:36 | Merge branch 'master' of https://github.com/sebastianotronto/nissy-core into windows | Sebastiano Tronto | 18 | +154 | -84 |
2025-08-11 15:24 | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 1 | +9 | -2 |
2025-08-11 14:39 | Fix function signature | Sebastiano Tronto | 2 | +3 | -2 |
2025-08-11 10:05 | Simplified name of Python module | Sebastiano Tronto | 7 | +21 | -15 |
2025-08-11 08:22 | Wrapped pthread use in custom API | Sebastiano Tronto | 9 | +121 | -65 |
2025-08-08 13:42 | Fixed build.bat | Sebastiano Tronto | 1 | +11 | -11 |
2025-08-08 13:32 | Initial commit for build.bat | Sebastiano Tronto | 1 | +18 | -0 |
2025-08-08 13:17 | Small fixes | Sebastiano Tronto | 4 | +12 | -6 |
2025-08-08 08:18 | Fix bug and make avx load consistent | Sebastiano Tronto | 1 | +9 | -9 |
2025-08-08 07:43 | Added solver documentation | Sebastiano Tronto | 2 | +147 | -1 |
2025-08-07 15:16 | Mention lastqt and unniss in description of nissy_variations() | Sebastiano Tronto | 1 | +2 | -1 |
2025-08-07 15:13 | Added solver aliases | Sebastiano Tronto | 21 | +72 | -40 |
2025-08-07 13:53 | Added notes on possible performance improvements for H48 | Sebastiano Tronto | 1 | +20 | -0 |
2025-08-07 13:09 | Added API function for solution variations | Sebastiano Tronto | 25 | +586 | -37 |
2025-08-06 14:34 | Added HTR solver | Sebastiano Tronto | 22 | +394 | -70 |
2025-08-06 13:14 | Fixed running tools with args | Sebastiano Tronto | 1 | +1 | -1 |
2025-08-06 09:33 | Remove AVX512 instruction | Sebastiano Tronto | 1 | +4 | -5 |
2025-08-05 08:13 | Added build target to run solvetests | Sebastiano Tronto | 3 | +64 | -29 |
2025-08-05 07:24 | Shortened name for solvetests | Sebastiano Tronto | 36 | +0 | -0 |
2025-08-05 07:24 | Added solvetests for DRFIN | Sebastiano Tronto | 6 | +711 | -0 |
2025-08-05 07:04 | Added DRFIN solver | Sebastiano Tronto | 16 | +545 | -77 |
2025-08-03 06:52 | Move container-run.sh into utils/ | Sebastiano Tronto | 1 | +0 | -0 |
2025-08-01 21:32 | Move is_eo_even to more appropriate module | Sebastiano Tronto | 5 | +43 | -16 |
2025-08-01 14:52 | Added CPEPE coordinate in preparation of full DRFIN solver | Sebastiano Tronto | 9 | +282 | -14 |
2025-08-01 11:39 | Added tools solvetest dreo | Sebastiano Tronto | 12 | +1276 | -0 |
2025-08-01 09:56 | Fixed nasty bug | Sebastiano Tronto | 1 | +2 | -0 |
2025-08-01 09:27 | Specified default solver for coordinate solvetest | Sebastiano Tronto | 11 | +15 | -4 |
2025-08-01 09:26 | Reworked coordinate solver axis specification | Sebastiano Tronto | 11 | +37 | -61 |
2025-08-01 07:12 | Added solvetests for DRSLICE | Sebastiano Tronto | 7 | +1576 | -2 |
2025-07-31 13:59 | Fixed bug and added tests | Sebastiano Tronto | 9 | +703 | -1603 |
2025-07-31 12:16 | Added solvetest tools, found bug in DR | Sebastiano Tronto | 7 | +2467 | -0 |
2025-07-31 12:03 | Fix switch logic in coord solver | Sebastiano Tronto | 1 | +8 | -0 |
2025-07-31 11:41 | Fixed table name in tools | Sebastiano Tronto | 6 | +17 | -23 |
2025-07-31 11:09 | Fix bug | Sebastiano Tronto | 2 | +58 | -23 |
2025-07-31 09:18 | Fixed multisolve tool for EO, but found bug in coord solver | Sebastiano Tronto | 3 | +76 | -27 |
2025-07-31 07:47 | Added move sequence comparison function | Sebastiano Tronto | 12 | +222 | -10 |
2025-07-31 06:38 | Added solvetest for EO (broken for now) | Sebastiano Tronto | 7 | +437 | -120 |
2025-07-30 14:35 | Fixed bug with counting solutions for coordinate solver | Sebastiano Tronto | 2 | +3 | -8 |
2025-07-29 14:57 | added drslice coordinate | Sebastiano Tronto | 15 | +260 | -53 |
2025-07-29 10:12 | All coordinates unsigned | Sebastiano Tronto | 39 | +278 | -283 |
2025-07-29 08:55 | Cleanup some TODOs | Sebastiano Tronto | 7 | +8 | -20 |
2025-07-29 08:00 | Optimized some coordinates | Sebastiano Tronto | 7 | +224 | -73 |
2025-07-29 06:22 | Fix container run | Sebastiano Tronto | 1 | +1 | -1 |
2025-07-28 12:18 | Tiny cleanup | Sebastiano Tronto | 1 | +1 | -1 |
2025-07-28 12:17 | Turns checks into assertions in utils/math.h | Sebastiano Tronto | 29 | +21 | -195 |
2025-07-28 11:52 | Make failed assert exit immediately | Sebastiano Tronto | 11 | +15 | -61 |
2025-07-28 10:16 | Hardcoded factorial constants | Sebastiano Tronto | 2 | +20 | -25 |
2025-07-28 08:50 | Changes to docker images | Sebastiano Tronto | 1 | +25 | -6 |
2025-07-24 09:55 | Added stuff to Dockerfile, switched to Debian for Emscripten compatibility | Sebastiano Tronto | 2 | +22 | -12 |
2025-07-24 09:31 | Add container-run.sh script | Sebastiano Tronto | 1 | +57 | -0 |
2025-07-24 08:42 | Removed Makefile and configure.sh from old build system | Sebastiano Tronto | 2 | +0 | -7 |
2025-07-24 07:00 | Use bit trick for portable and arm popcount | Sebastiano Tronto | 5 | +72 | -14 |
2025-07-23 14:17 | Added dockerfile for test in container | Sebastiano Tronto | 2 | +21 | -0 |
2025-07-21 07:40 | Fix debug c++ build; disable debug python build | Sebastiano Tronto | 1 | +6 | -2 |
2025-07-18 15:04 | Fix shell return value on solverinfo | Sebastiano Tronto | 1 | +5 | -2 |
2025-07-18 14:44 | Updated build help message | Sebastiano Tronto | 1 | +9 | -5 |
2025-07-18 14:15 | Fix test | Sebastiano Tronto | 1 | +2 | -3 |
2025-07-18 14:14 | Fix build webtest | Sebastiano Tronto | 1 | +2 | -1 |
2025-07-18 13:26 | Added simpler python example | Sebastiano Tronto | 1 | +10 | -0 |
2025-07-17 07:00 | Added unit tests for coord cp and epud | Sebastiano Tronto | 6 | +66 | -0 |
2025-07-17 06:54 | Renamed tests to make space for more coordinate tests | Sebastiano Tronto | 92 | +0 | -0 |
2025-07-17 06:54 | Renamed drslice drfinnoe | Sebastiano Tronto | 4 | +142 | -142 |
2025-07-17 06:23 | Comments for drslice | Sebastiano Tronto | 1 | +15 | -4 |
2025-07-17 06:09 | Small optimization for coord gendata | Sebastiano Tronto | 1 | +10 | -5 |
2025-07-17 05:57 | Working drslice (same results as nissy-classic) | Sebastiano Tronto | 6 | +195 | -0 |
2025-07-11 12:19 | Avoid warning on constant redefinition for python module | Sebastiano Tronto | 1 | +2 | -1 |
2025-06-19 21:00 | Add small comments on benchmark results | Sebastiano Tronto | 1 | +8 | -0 |
2025-06-19 20:56 | Fix pictures in benchmarks, maybe | Sebastiano Tronto | 1 | +12 | -12 |
2025-06-19 20:51 | Added plots to benchmark | Sebastiano Tronto | 14 | +106 | -0 |
2025-06-19 15:20 | Added benchmarks for all solutions | Sebastiano Tronto | 2 | +20 | -68 |
2025-06-19 14:31 | Add benchmark results | Sebastiano Tronto | 7 | +276 | -0 |
2025-06-19 07:33 | Small fixes | Sebastiano Tronto | 2 | +4 | -2 |
2025-06-18 11:40 | Trick fix | Sebastiano Tronto | 2 | +30 | -12 |
2025-06-18 08:14 | Change min depth for H48 tasks heuristic sort | Sebastiano Tronto | 1 | +1 | -1 |
2025-06-18 07:53 | Update H48 doc | Sebastiano Tronto | 1 | +36 | -16 |
2025-06-18 07:22 | Big speedup for H48 solver (heuristic sort of tasks) | Sebastiano Tronto | 1 | +46 | -19 |
2025-06-18 07:01 | Make tool fail if build fails | Sebastiano Tronto | 1 | +1 | -1 |
2025-06-17 05:18 | Adapted solve tool to find multiple solutions | Sebastiano Tronto | 1 | +16 | -7 |
2025-06-16 20:19 | Added benchmark scrambles (from Enrico's thesis) | Sebastiano Tronto | 5 | +125 | -0 |
2025-06-13 06:45 | Added documentation about symmetry issues with pruning tables | Sebastiano Tronto | 2 | +95 | -3 |
2025-06-09 07:14 | Fix some HTML in web version demo | Sebastiano Tronto | 1 | +12 | -12 |
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 |
| 444 more commits remaining, fetch the repository |