| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix concurrency issues | Sebastiano Tronto | 2024-10-06 | 1 | -1/+1 |
| | | | | | | So I did not have any misconception about Atomics, I just could not apply it where I did because the logic doesn't allow for it. | ||||
| * | Fix rare data race | Sebastiano Tronto | 2024-10-05 | 1 | -1/+1 |
| | | | | | | | I had some misconception about how _Atomic and const worked. This means the previous commit (expected distribution) could be incorrect. | ||||
| * | Merge remote-tracking branch 'upstream/master' | enricotenuti | 2024-09-29 | 1 | -2/+71 |
| |\ | | | | | | | Merge upstream | ||||
| | * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2024-09-27 | 1 | -1/+4 |
| | |\ | |||||
| | | * | Fixed checkdata | Sebastiano Tronto | 2024-09-27 | 1 | -1/+4 |
| | | | | |||||
| | * | | Use constant instead of magic number | Sebastiano Tronto | 2024-09-27 | 1 | -5/+5 |
| | |/ | |||||
| | * | Added checkdata tool | Sebastiano Tronto | 2024-09-26 | 1 | -2/+5 |
| | | | |||||
| | * | Added checkdata function | Sebastiano Tronto | 2024-09-26 | 1 | -0/+63 |
| | | | |||||
| | * | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 2024-09-26 | 1 | -2/+2 |
| | | | |||||
| * | | minor changes for PR | enricotenuti | 2024-09-29 | 1 | -1/+2 |
| | | | |||||
| * | | format fix thread.h | enricotenuti | 2024-09-27 | 1 | -2/+2 |
| | | | |||||
| * | | pthread solver to fix | enricotenuti | 2024-09-19 | 1 | -2/+3 |
| |/ | |||||
| * | Parallelized h48k2 gendata | Sebastiano Tronto | 2024-09-17 | 1 | -0/+1 |
| | | |||||
| * | Fix and cleanup printing table info | Sebastiano Tronto | 2024-09-12 | 1 | -5/+2 |
| | | |||||
| * | Cleanup gendata tools | Sebastiano Tronto | 2024-09-12 | 1 | -0/+1 |
| | | |||||
| * | Simplified solver | Sebastiano Tronto | 2024-09-11 | 1 | -1/+1 |
| | | |||||
| * | Finished table refactor | Sebastiano Tronto | 2024-09-11 | 1 | -0/+47 |
| | | |||||
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 1 | -2/+2 |
| | | |||||
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -4/+4 |
| | | |||||
| * | Fixed bug in run solve | Sebastiano Tronto | 2024-08-26 | 1 | -2/+10 |
| | | |||||
| * | Refactor table generation | Sebastiano Tronto | 2024-08-25 | 1 | -14/+49 |
| | | |||||
| * | Started work on k=2 tables; further split h48 gendata | Sebastiano Tronto | 2024-08-25 | 1 | -12/+13 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 1 | -0/+265 |
