| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanup | Sebastiano Tronto | 2025-12-17 | 4 | -8/+8 |
| * | Move some checks around, small improvement | Sebastiano Tronto | 2025-12-17 | 1 | -11/+9 |
| * | Swap bit pairs in pval_min | Sebastiano Tronto | 2025-12-16 | 1 | -5/+4 |
| * | Update comments | Sebastiano Tronto | 2025-12-14 | 2 | -5/+7 |
| * | Cleanup, update documentation, fix examples | Sebastiano Tronto | 2025-12-14 | 13 | -334/+231 |
| * | Bye bye h0k4 | Sebastiano Tronto | 2025-12-14 | 5 | -310/+27 |
| * | Intertwined table seems to work | Sebastiano Tronto | 2025-12-14 | 9 | -34/+178 |
| * | Updated h48 doc with recent improvements | Sebastiano Tronto | 2025-11-25 | 1 | -5/+22 |
| * | Merge branch 'master' of tronto.net:nissy-core | Sebastiano Tronto | 2025-11-25 | 24 | -160/+309 |
| |\ | |||||
| | * | Fix duplicate solutions, overflow in maxsols and improve symmetry reduction f... | Sebastiano Tronto | 2025-11-24 | 24 | -160/+309 |
| | * | Recovered comment that appeared only in removed file | Sebastiano Tronto | 2025-09-25 | 1 | -1/+6 |
| * | | Recovered comment that appeared only in removed file | Sebastiano Tronto | 2025-11-23 | 1 | -1/+6 |
| |/ | |||||
| * | Updates to container runner and removed simd from wasm build | Sebastiano Tronto | 2025-08-15 | 2 | -23/+42 |
| * | Added warning about build python | Sebastiano Tronto | 2025-08-13 | 1 | -0/+4 |
| * | More build.bat options | Sebastiano Tronto | 2025-08-13 | 3 | -4/+108 |
| * | Improvements to build.bat (unit tests on Windows) | Sebastiano Tronto | 2025-08-13 | 4 | -20/+160 |
| * | Merge branch 'master' of tronto.net:nissy-core | Sebastiano Tronto | 2025-08-13 | 2 | -20/+29 |
| |\ | |||||
| | * | Fix build help message | Sebastiano Tronto | 2025-08-13 | 1 | -18/+19 |
| | * | Added installation instructions for clang on windows | Sebastiano Tronto | 2025-08-12 | 1 | -2/+10 |
| * | | Correct OS detection for sleep function | Sebastiano Tronto | 2025-08-13 | 1 | -1/+3 |
| |/ | |||||
| * | Renamed UNIX build script to build.sh, added info to README.md related to win... | Sebastiano Tronto | 2025-08-12 | 6 | -34/+46 |
| * | Removed Dockerfile (why was it still there?) | Sebastiano Tronto | 2025-08-12 | 1 | -29/+0 |
| * | Added windows support via clangwindows | Sebastiano Tronto | 2025-08-12 | 1 | -12/+15 |
| * | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 1 | -5/+7 |
| |\ | |||||
| | * | Small improvemen to python example | Sebastiano Tronto | 2025-08-12 | 1 | -5/+7 |
| * | | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 4 | -2/+19 |
| |\| | |||||
| | * | Some generic fixes, mainly for building on Windows | Sebastiano Tronto | 2025-08-12 | 4 | -2/+19 |
| * | | Merge branch 'master' of tronto.net:nissy-core into windows | Sebastiano Tronto | 2025-08-12 | 1 | -1/+0 |
| |\| | |||||
| | * | Remove pthread import | Sebastiano Tronto | 2025-08-12 | 1 | -1/+0 |
| * | | Merge branch 'master' of https://github.com/sebastianotronto/nissy-core into ... | Sebastiano Tronto | 2025-08-12 | 18 | -84/+154 |
| |\| | |||||
| | * | Made H48 solver safer for 32bit size_t | Sebastiano Tronto | 2025-08-11 | 1 | -2/+9 |
| | * | Fix function signature | Sebastiano Tronto | 2025-08-11 | 2 | -2/+3 |
| | * | Simplified name of Python module | Sebastiano Tronto | 2025-08-11 | 7 | -15/+21 |
| | * | Wrapped pthread use in custom API | Sebastiano Tronto | 2025-08-11 | 9 | -65/+121 |
| * | | Fixed build.bat | Sebastiano Tronto | 2025-08-08 | 1 | -11/+11 |
| * | | Initial commit for build.bat | Sebastiano Tronto | 2025-08-08 | 1 | -0/+18 |
| |/ | |||||
| * | Small fixes | Sebastiano Tronto | 2025-08-08 | 4 | -6/+12 |
| * | Fix bug and make avx load consistent | Sebastiano Tronto | 2025-08-08 | 1 | -9/+9 |
| * | Added solver documentation | Sebastiano Tronto | 2025-08-08 | 2 | -1/+147 |
| * | Mention lastqt and unniss in description of nissy_variations() | Sebastiano Tronto | 2025-08-07 | 1 | -1/+2 |
| * | Added solver aliases | Sebastiano Tronto | 2025-08-07 | 21 | -40/+72 |
| * | Added notes on possible performance improvements for H48 | Sebastiano Tronto | 2025-08-07 | 1 | -0/+20 |
| * | Added API function for solution variations | Sebastiano Tronto | 2025-08-07 | 25 | -36/+586 |
| * | Added HTR solver | Sebastiano Tronto | 2025-08-06 | 22 | -70/+394 |
| * | Fixed running tools with args | Sebastiano Tronto | 2025-08-06 | 1 | -1/+1 |
| * | Remove AVX512 instruction | Sebastiano Tronto | 2025-08-06 | 1 | -5/+4 |
| * | Added build target to run solvetests | Sebastiano Tronto | 2025-08-05 | 3 | -29/+64 |
| * | Shortened name for solvetests | Sebastiano Tronto | 2025-08-05 | 36 | -0/+0 |
| * | Added solvetests for DRFIN | Sebastiano Tronto | 2025-08-05 | 6 | -0/+711 |
| * | Added DRFIN solver | Sebastiano Tronto | 2025-08-05 | 16 | -77/+545 |
