| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'threaded_solver' | enricotenuti | 2024-09-19 | 3 | -2/+339 |
| |\ | |||||
| | * | pthread solver to fix | enricotenuti | 2024-09-19 | 3 | -2/+339 |
| * | | Fixed data race | Sebastiano Tronto | 2024-09-19 | 1 | -8/+10 |
| * | | Split solve h48 from stats | Sebastiano Tronto | 2024-09-18 | 3 | -100/+101 |
| * | | Small improvements | Sebastiano Tronto | 2024-09-18 | 1 | -10/+16 |
| |/ | |||||
| * | Small cleanup | Sebastiano Tronto | 2024-09-18 | 1 | -6/+5 |
| * | Renamed gen_48_short -> gendata_h48_short | Sebastiano Tronto | 2024-09-18 | 1 | -3/+3 |
| * | Small improvement | Sebastiano Tronto | 2024-09-18 | 1 | -1/+1 |
| * | Parallelized h48k2 gendata | Sebastiano Tronto | 2024-09-17 | 3 | -28/+69 |
| * | Fix and cleanup printing table info | Sebastiano Tronto | 2024-09-12 | 2 | -6/+8 |
| * | Cleanup gendata tools | Sebastiano Tronto | 2024-09-12 | 1 | -0/+1 |
| * | Simplified solver | Sebastiano Tronto | 2024-09-11 | 4 | -8/+28 |
| * | Finished table refactor | Sebastiano Tronto | 2024-09-11 | 3 | -3/+56 |
| * | Better way to read tables for solver | Sebastiano Tronto | 2024-09-11 | 2 | -11/+23 |
| * | 8 bit tables | Sebastiano Tronto | 2024-09-10 | 3 | -53/+50 |
| * | New tableinfo for gendata_h48, still work to do | Sebastiano Tronto | 2024-09-10 | 3 | -56/+127 |
| * | Added tabletype to tableinfo | Sebastiano Tronto | 2024-09-10 | 1 | -1/+8 |
| * | Added next table offset to tableinfo | Sebastiano Tronto | 2024-09-10 | 1 | -1/+5 |
| * | Added tableinfo | Sebastiano Tronto | 2024-09-09 | 2 | -0/+94 |
| * | Improved gendata_h48k2 performance | Sebastiano Tronto | 2024-09-07 | 2 | -36/+88 |
| * | Patch up spurious warning | Sebastiano Tronto | 2024-09-06 | 1 | -0/+25 |
| * | Added test for invermoves and small refactor | Sebastiano Tronto | 2024-09-05 | 1 | -14/+40 |
| * | Whoops another missed renaming _ -> CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -17/+16 |
| * | Added test for premove and a comment | Sebastiano Tronto | 2024-09-05 | 1 | -0/+1 |
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 15 | -244/+245 |
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 22 | -1211/+1186 |
| * | Moved stuff around | Sebastiano Tronto | 2024-09-03 | 6 | -119/+124 |
| * | Merge pull request #2 from enricotenuti/master | Sebastiano Tronto | 2024-08-30 | 3 | -70/+218 |
| |\ | |||||
| | * | format fix | enricotenuti | 2024-08-30 | 2 | -19/+19 |
| | * | allowedH48 tests | enricotenuti | 2024-08-30 | 1 | -2/+2 |
| | * | constants fix | enricotenuti | 2024-08-29 | 2 | -8/+7 |
| | * | nissbranch ver1 | enricotenuti | 2024-08-29 | 3 | -202/+200 |
| | * | Merge branch 'sebastianotronto:master' into master | Enrico Tenuti | 2024-08-29 | 2 | -37/+111 |
| | |\ | |||||
| | * | | premoves and niss | enricotenuti | 2024-08-26 | 2 | -27/+178 |
| * | | | Added log message for table generation | Sebastiano Tronto | 2024-08-30 | 1 | -2/+4 |
| * | | | Tables fixed, cleanup and optimizations needed | Sebastiano Tronto | 2024-08-30 | 1 | -21/+13 |
| * | | | Cleanup | Sebastiano Tronto | 2024-08-30 | 2 | -14/+13 |
| * | | | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 3 | -8/+19 |
| * | | | Small fix pre-test | Sebastiano Tronto | 2024-08-29 | 1 | -4/+6 |
| | |/ |/| | |||||
| * | | Gendata added for h48k2, need to verify with new tool | Sebastiano Tronto | 2024-08-26 | 2 | -37/+111 |
| |/ | |||||
| * | Fixed bug in run solve | Sebastiano Tronto | 2024-08-26 | 1 | -2/+10 |
| * | Renamed file | Sebastiano Tronto | 2024-08-25 | 2 | -1/+1 |
| * | Refactor table generation | Sebastiano Tronto | 2024-08-25 | 3 | -105/+165 |
| * | Started work on k=2 tables; further split h48 gendata | Sebastiano Tronto | 2024-08-25 | 4 | -208/+283 |
| * | Fix error with neon | Sebastiano Tronto | 2024-08-18 | 1 | -0/+3 |
| * | Removed duplication | Sebastiano Tronto | 2024-08-18 | 4 | -70/+35 |
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 28 | -578/+554 |
| * | Merge branch 'master' of github.com:sebastianotronto/h48 | Sebastiano Tronto | 2024-08-10 | 2 | -3/+376 |
| |\ | |||||
| | * | invertco with NEON | enricotenuti | 2024-08-08 | 1 | -28/+16 |
| | * | spaces fix | enricotenuti | 2024-08-08 | 1 | -72/+38 |
