2024-10-19 17:29 | Safer handling of corrupt data | Sebastiano Tronto | 1 | +17 | -3 |
2024-10-19 17:17 | Finished Python module | Sebastiano Tronto | 5 | +304 | -17 |
2024-10-18 17:06 | Fixed performance regression | Sebastiano Tronto | 2 | +28 | -22 |
2024-10-18 14:35 | Add node and fallback benchmarking | Sebastiano Tronto | 8 | +86 | -37 |
2024-10-18 10:21 | New interface function nissy_countmoves | Sebastiano Tronto | 4 | +50 | -3 |
2024-10-18 07:37 | Change default number of threads from 16 to 8 | Sebastiano Tronto | 1 | +5 | -5 |
2024-10-16 09:46 | Removed redundant coordinate computation | Sebastiano Tronto | 5 | +12 | -23 |
2024-10-15 18:06 | Rename debug shell executable | Sebastiano Tronto | 3 | +3 | -3 |
2024-10-15 18:01 | Merge pull request #4 from enricotenuti/master | Sebastiano Tronto | 4 | +51 | -58 |
2024-10-15 10:44 | EOF fix | enricotenuti | 1 | +1 | -2 |
2024-10-15 08:34 | Neon uint8x8_t corners and minor fixes | enricotenuti | 4 | +53 | -59 |
2024-10-14 17:10 | Fallback tables | Sebastiano Tronto | 6 | +103 | -31 |
2024-10-14 14:55 | Fix solvers for k = 2, and changes to solve tool | Sebastiano Tronto | 3 | +31 | -16 |
2024-10-14 14:02 | Fix gendata | Sebastiano Tronto | 1 | +2 | -2 |
2024-10-14 12:51 | Fix shell | Sebastiano Tronto | 1 | +7 | -7 |
2024-10-13 22:05 | Interface changes, progress with python | Sebastiano Tronto | 15 | +330 | -244 |
2024-10-13 13:37 | Removed nissy_explainerror and moved datainfo to tools | Sebastiano Tronto | 3 | +90 | -197 |
2024-10-12 17:34 | Trivial fixes to comments | Sebastiano Tronto | 1 | +4 | -4 |
2024-10-12 17:32 | Initial support for Python | Sebastiano Tronto | 4 | +88 | -3 |
2024-10-12 15:06 | Make writemoves (and solver) safer by checking buffer size | Sebastiano Tronto | 7 | +66 | -23 |
2024-10-12 14:44 | Removed unused generic solver | Sebastiano Tronto | 2 | +0 | -158 |
2024-10-12 14:23 | Make gendata and co safer by checking buffer size | Sebastiano Tronto | 14 | +173 | -129 |
2024-10-12 09:11 | Make writecube safer | Sebastiano Tronto | 18 | +130 | -111 |
2024-10-12 08:25 | Changed from size_t to uint64_t | Sebastiano Tronto | 1 | +5 | -5 |
2024-10-12 08:21 | Added shelltest | Sebastiano Tronto | 11 | +795 | -758 |
2024-10-11 17:24 | Added buffer sizes in API args | Sebastiano Tronto | 9 | +180 | -93 |
2024-10-11 14:39 | Improved comment | Sebastiano Tronto | 1 | +1 | -1 |
2024-10-11 10:04 | Error codes, documentation, change nisstype from string to flags | Sebastiano Tronto | 3 | +460 | -94 |
2024-10-10 17:49 | Improved error messages and add some comments in nissy.h | Sebastiano Tronto | 9 | +228 | -119 |
2024-10-10 13:41 | added solve_scramble to shell | Sebastiano Tronto | 1 | +20 | -1 |
2024-10-10 12:30 | Removed "options" from solver selection | Sebastiano Tronto | 14 | +161 | -183 |
2024-10-10 12:06 | Small warning fixes to gendata | Sebastiano Tronto | 1 | +10 | -3 |
2024-10-10 12:06 | Fixed tableinfo alignment issues | Sebastiano Tronto | 1 | +50 | -22 |
2024-10-10 09:58 | Reintroduce -Werror, but exclude unused options | Sebastiano Tronto | 1 | +2 | -1 |
2024-10-10 06:28 | Removed un-common function from common.h | Sebastiano Tronto | 1 | +0 | -1 |
2024-10-10 06:27 | Added cachegrind output to .gitignore | Sebastiano Tronto | 1 | +1 | -0 |
2024-10-07 09:25 | Revert useless optimization (fix portable and neon) | Sebastiano Tronto | 1 | +10 | -12 |
2024-10-07 09:14 | Remove -Werror compiler option | Sebastiano Tronto | 1 | +1 | -1 |
2024-10-07 07:37 | Remove double return | Sebastiano Tronto | 1 | +0 | -1 |
2024-10-06 16:02 | Tiny optimization for moves (avoid unnecessary CO) | Sebastiano Tronto | 2 | +13 | -11 |
2024-10-06 07:15 | Removed some useless output | Sebastiano Tronto | 2 | +7 | -7 |
2024-10-06 06:49 | Fix concurrency issues | Sebastiano Tronto | 3 | +73 | -44 |
2024-10-05 21:17 | Remove unnecessary _Atomics | Sebastiano Tronto | 4 | +34 | -27 |
2024-10-05 21:01 | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2 | +97 | -1 |
2024-10-05 21:00 | Fix rare data race | Sebastiano Tronto | 5 | +30 | -30 |
2024-10-05 17:39 | Added expected distributions | Sebastiano Tronto | 2 | +97 | -1 |
2024-10-05 16:05 | Added distribution check to tool | Sebastiano Tronto | 4 | +97 | -5 |
2024-10-04 12:49 | Add transformations.md | Sebastiano Tronto | 1 | +9 | -0 |
2024-10-04 12:31 | Removed excessive LOG from gendata cocsep | Sebastiano Tronto | 1 | +0 | -2 |
2024-10-04 12:29 | Avoid repeating typedefs in tests | Sebastiano Tronto | 20 | +170 | -261 |
2024-10-04 10:21 | Removed slow test | Sebastiano Tronto | 3 | +0 | -108 |
2024-10-04 10:15 | Revert table-based transformations | Sebastiano Tronto | 11 | +600 | -863 |
2024-10-04 10:01 | Table-based transformations (will revert immediately) | Sebastiano Tronto | 10 | +467 | -383 |
2024-10-04 07:03 | Added documentation on how to run derivedata | Sebastiano Tronto | 1 | +11 | -0 |
2024-10-04 06:58 | Clean up tool output | Sebastiano Tronto | 7 | +34 | -29 |
2024-10-03 19:34 | Remove more locks | Sebastiano Tronto | 1 | +19 | -23 |
2024-10-03 18:06 | Removed useless lock | Sebastiano Tronto | 1 | +1 | -9 |
2024-10-03 16:28 | Improve gendata performance by replacing locks with atomic operations | Sebastiano Tronto | 6 | +54 | -63 |
2024-10-03 08:41 | Made test 120 (gendata h0k4) faster | Sebastiano Tronto | 3 | +2 | -3 |
2024-10-02 16:37 | Do not run make clean automatically on every build and other Makefile changes | Sebastiano Tronto | 5 | +44 | -45 |
2024-10-01 17:20 | Updated h48 doc | Sebastiano Tronto | 1 | +87 | -28 |
2024-10-01 15:05 | Renamed macros in shell.c | Sebastiano Tronto | 1 | +57 | -57 |
2024-09-29 12:12 | Merge pull request #3 from enricotenuti/master | Sebastiano Tronto | 6 | +315 | -7 |
2024-09-29 10:42 | Merge remote-tracking branch 'upstream/master' | enricotenuti | 33 | +538 | -347 |
2024-09-29 10:38 | minor changes for PR | enricotenuti | 6 | +305 | -307 |
2024-09-28 15:52 | Use address and UB sanitizers by default, always | Sebastiano Tronto | 1 | +5 | -12 |
2024-09-28 15:47 | No malloc, static tasks poll | enricotenuti | 2 | +11 | -12 |
2024-09-28 15:47 | Solved alignment UB issue | Sebastiano Tronto | 4 | +36 | -32 |
2024-09-28 13:33 | go back to non atomic active | enricotenuti | 1 | +4 | -2 |
2024-09-27 14:42 | oopsie | Sebastiano Tronto | 1 | +1 | -1 |
2024-09-27 14:37 | Made table derivation tool more flexible | Sebastiano Tronto | 5 | +73 | -41 |
2024-09-27 13:47 | format fix thread.h | enricotenuti | 2 | +4 | -12 |
2024-09-27 07:11 | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 1 | +4 | -1 |
2024-09-27 07:11 | Fixed checkdata | Sebastiano Tronto | 1 | +4 | -1 |
2024-09-27 07:11 | Use constant instead of magic number | Sebastiano Tronto | 4 | +14 | -18 |
2024-09-27 06:22 | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 28 | +279 | -295 |
2024-09-27 06:19 | First try for derive tables | Sebastiano Tronto | 5 | +186 | -7 |
2024-09-26 17:07 | small fix | Sebastiano Tronto | 1 | +1 | -1 |
2024-09-26 16:38 | I'm stupid | Sebastiano Tronto | 1 | +1 | -0 |
2024-09-26 15:07 | Added checkdata tool | Sebastiano Tronto | 4 | +84 | -29 |
2024-09-26 13:57 | Added checkdata function | Sebastiano Tronto | 5 | +104 | -1 |
2024-09-26 12:59 | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 22 | +122 | -294 |
2024-09-26 08:48 | Fixed solutions vector, added constants | enricotenuti | 3 | +16 | -10 |
2024-09-25 09:00 | Fixed nsols, added atomic vars where possible | enricotenuti | 1 | +8 | -12 |
2024-09-24 14:45 | Fixed multithread search, todo multiple scramble memory release | enricotenuti | 1 | +66 | -92 |
2024-09-24 05:13 | Merge branch 'sebastianotronto:master' into master | Enrico Tenuti | 2 | +232 | -139 |
2024-09-20 09:42 | Added comment on performance issue | Sebastiano Tronto | 1 | +13 | -0 |
2024-09-20 08:18 | Simplified code for h4k0 | Sebastiano Tronto | 1 | +42 | -87 |
2024-09-19 21:07 | Merge branch 'master' of github.com:sebastianotronto/h48 | Sebastiano Tronto | 1 | +232 | -106 |
2024-09-19 21:07 | Removed double import | Sebastiano Tronto | 1 | +0 | -1 |
2024-09-19 20:24 | Fix regression | Sebastiano Tronto | 1 | +4 | -4 |
2024-09-19 20:18 | cleanup | Sebastiano Tronto | 1 | +2 | -65 |
2024-09-19 20:06 | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 0 | +0 | -0 |
2024-09-19 20:05 | Parallelized gendata_h0k4; set up for new gendata_realcoord | Sebastiano Tronto | 1 | +298 | -109 |
2024-09-19 12:00 | Fix table generation type mismatch | Sebastiano Tronto | 1 | +3 | -3 |
2024-09-19 08:01 | Merge branch 'threaded_solver' | enricotenuti | 4 | +343 | -2 |
2024-09-19 07:51 | pthread solver to fix | enricotenuti | 4 | +343 | -2 |
2024-09-19 06:12 | Fixed data race | Sebastiano Tronto | 1 | +10 | -8 |
2024-09-18 20:30 | Update to configuration script; C99 -> C11 | Sebastiano Tronto | 2 | +54 | -9 |
2024-09-18 16:36 | Added gendata for all table sizes (k=2) | Sebastiano Tronto | 10 | +210 | -0 |
| 219 more commits remaining, fetch the repository |