aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the project build with Microsoft's broken C compiler.Sebastiano Tronto2026-04-061-0/+1
| | | | | | | | | | | | | MSVC is not fully C11-compliant, even when compiling with /std:c11. Some changes were needed to make the codebase compatible. Notably, the notation a[static N] and a[n] for function parameters of array type is not supported, so that had to be hidden behind a macro. Atomic types are also an experimental feature, apparently, but at least they work with the correct compiler flag. One thing that MSVC does well, however, is warning on integer conversions on /W4 level. I am not sure if Clang and GCC have something similar, so I took this chance to fix some of these.
* Update benchmarksSebastiano Tronto2025-12-171-0/+1
|
* CleanupSebastiano Tronto2025-12-171-2/+3
|
* Cleanup, update documentation, fix examplesSebastiano Tronto2025-12-141-0/+1
|
* Fix duplicate solutions, overflow in maxsols and improve symmetry reduction ↵Sebastiano Tronto2025-11-241-0/+1
| | | | | | | | | | | | for H48. This commit fixes two bugs: - A bug that caused duplicates solutions for symmetric scrambles. - An overflow in the maxsols parameter for the H48 solver, which caused it to find much fewer solutions than existed. Moreover, the H48 solvers has been improved by reducing by symmetry not only from the starting position, but also up to the first 4 moves.
* More build.bat optionsSebastiano Tronto2025-08-131-0/+1
|
* Improvements to build.bat (unit tests on Windows)Sebastiano Tronto2025-08-131-2/+4
|
* Some generic fixes, mainly for building on WindowsSebastiano Tronto2025-08-121-0/+3
|
* Simplified name of Python moduleSebastiano Tronto2025-08-111-0/+1
|
* Small fixesSebastiano Tronto2025-08-081-0/+5
|
* Move worker.mjs back to example folderSebastiano Tronto2025-05-301-1/+0
|
* Big progress with web versionSebastiano Tronto2025-05-271-1/+1
|
* CleanupSebastiano Tronto2025-05-251-2/+1
|
* Web version (work in progress)Sebastiano Tronto2025-05-231-0/+2
|
* Remove configure + make build system.Sebastiano Tronto2025-05-161-2/+2
| | | | | This commit also updates the README, cleans up some stuff and fixes some oopsies.
* WASM and JS port - work in progressSebastiano Tronto2025-05-151-1/+1
|
* Updates to build script and preparation for JS / WASM targetSebastiano Tronto2025-05-141-0/+3
|
* Add wasmtest target to build script; minor fixes in tools and testsSebastiano Tronto2025-05-091-0/+2
|
* Added build scriptSebastiano Tronto2025-05-071-0/+2
|
* Moved qt app to its own repoSebastiano Tronto2025-04-251-2/+0
|
* Added rudimentary QT UISebastiano Tronto2025-04-161-1/+2
|
* Add libnissy.a target, rename nissy.so to librnissy.soSebastiano Tronto2025-04-141-0/+2
|
* Fixed alignment bugSebastiano Tronto2024-12-161-1/+1
|
* Removed redundant coordinate computationSebastiano Tronto2024-10-161-0/+1
|
* Fallback tablesSebastiano Tronto2024-10-141-0/+1
|
* Added shelltestSebastiano Tronto2024-10-121-0/+2
| | | | Will add more tests when I feel like it
* Added cachegrind output to .gitignoreSebastiano Tronto2024-10-101-0/+1
|
* Do not run make clean automatically on every build and other Makefile changesSebastiano Tronto2024-10-031-0/+1
|
* Merge remote-tracking branch 'upstream/master'enricotenuti2024-09-291-0/+1
|\ | | | | | | Merge upstream
| * Added TOOLARGS and simplified gendata tool(s)Sebastiano Tronto2024-09-261-0/+1
| |
* | Merge branch 'threaded_solver'enricotenuti2024-09-191-0/+4
|\ \ | |/ |/|
| * pthread solver to fixenricotenuti2024-09-191-0/+4
| |
* | Added stuff to gitignoreSebastiano Tronto2024-09-181-0/+1
|/
* nissbranch ver1enricotenuti2024-08-291-0/+1
|
* premoves and nissenricotenuti2024-08-261-1/+1
|
* cube_neon ver1enricotenuti2024-08-071-0/+2
|
* Added new bfs attempt, but looks wrongSebastiano Tronto2024-07-131-2/+0
|
* Stats for h48 solver as toolSebastiano Tronto2024-07-081-0/+1
|
* Added a solver, but found out h48 table is brokenSebastiano Tronto2024-06-301-0/+1
|
* Added rudimentary shell to run commands (ugly)Sebastiano Tronto2024-06-161-1/+1
|
* Added benchmark; removed old folderSebastiano Tronto2024-06-131-2/+0
|
* Added table generation utilitySebastiano Tronto2024-05-241-0/+5
|
* Performance improvement for gendata_cocsepSebastiano Tronto2024-04-011-0/+1
|
* Simplified move and transform codeSebastiano Tronto2023-11-171-0/+1
|
* Test cleanupSebastiano Tronto2023-11-131-0/+1
|
* Small change to benchmark script + TODO commentsSebastiano Tronto2023-10-311-1/+1
|
* Removed config.mkSebastiano Tronto2023-10-281-0/+1
|
* Preparatory work for benchmarks, little fixesSebastiano Tronto2023-10-221-1/+2
|
* Added write to SRC formatSebastiano Tronto2023-10-081-0/+1
|
* Avoid multiple compilation when running testsSebastiano Tronto2023-10-051-0/+1
|

Generated with cgit - Back to sebastiano.tronto.net