aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed slow testSebastiano Tronto2024-10-043-108/+0
| | | | | | | | This test generated a pruning table and it was too slow (around a minute). Now the whole test suite runs in 49s on my laptop, which is more reasonable. Pruning table generation should be tested with tools. They run in release mode and are much faster, but can be still run in debug mode optionally.
* Made test 120 (gendata h0k4) fasterSebastiano Tronto2024-10-032-2/+1
| | | | | | The test is still slow (around 25 seconds on gazelle). This is probably because of how sanitizers interact with multi-threading, and the fact that there is a lot of locking going on.
* Do not run make clean automatically on every build and other Makefile changesSebastiano Tronto2024-10-031-3/+1
|
* Solved alignment UB issueSebastiano Tronto2024-09-283-9/+9
|
* I'm stupidSebastiano Tronto2024-09-261-0/+1
|
* Renamed gen_48_short -> gendata_h48_shortSebastiano Tronto2024-09-185-2/+2
|
* Some shellcheckSebastiano Tronto2024-09-181-7/+7
|
* Parallelized h48k2 gendataSebastiano Tronto2024-09-172-0/+2
|
* Simplified solverSebastiano Tronto2024-09-113-0/+5
|
* 8 bit tablesSebastiano Tronto2024-09-101-5/+1
|
* New tableinfo for gendata_h48, still work to doSebastiano Tronto2024-09-1013-35/+115
|
* Added tabletype to tableinfoSebastiano Tronto2024-09-103-0/+5
|
* Added next table offset to tableinfoSebastiano Tronto2024-09-103-0/+5
|
* Added tableinfoSebastiano Tronto2024-09-093-0/+146
|
* Added test for invermoves and small refactorSebastiano Tronto2024-09-055-0/+25
|
* Added test for premove and a commentSebastiano Tronto2024-09-057-0/+40
|
* Moved stuff aroundSebastiano Tronto2024-09-0321-2/+2
|
* allowedH48 testsenricotenuti2024-08-3021-0/+83
|
* Gendata added for h48k2, need to verify with new toolSebastiano Tronto2024-08-268-0/+0
|
* Refactor table generationSebastiano Tronto2024-08-252-22/+34
|
* Started work on k=2 tables; further split h48 gendataSebastiano Tronto2024-08-251-5/+17
|
* Reorganized folder structureSebastiano Tronto2024-08-181-17/+4
|
* spaces fixenricotenuti2024-08-081-1/+1
|
* cube_neon ver1enricotenuti2024-08-073-17/+27
|
* Finally fixed selfsim logicSebastiano Tronto2024-07-209-4/+16
|
* Added pre-computation of short h48 positionsSebastiano Tronto2024-07-186-12/+151
|
* Converted set to mapSebastiano Tronto2024-07-189-156/+335
|
* Solved bug in cocsep generationSebastiano Tronto2024-07-152-13/+13
|
* Added test for selfsim distributionSebastiano Tronto2024-07-156-0/+53
|
* Test passes, logic error is due to coordinates admitting multiple ttrepsSebastiano Tronto2024-07-141-11/+14
|
* Found a sneaky bug (it's all a mess now)Sebastiano Tronto2024-07-1424-1/+70
|
* Added new bfs attempt, but looks wrongSebastiano Tronto2024-07-131-1/+1
|
* Improved h48set testsSebastiano Tronto2024-07-131-17/+12
|
* Added a set implementation for h48 table generationSebastiano Tronto2024-07-135-0/+314
|
* Cleanup makefile and toolsSebastiano Tronto2024-07-111-12/+0
|
* Stats for h48 solver as toolSebastiano Tronto2024-07-086-32/+6
|
* Finished getcubeSebastiano Tronto2024-07-055-0/+39
|
* Added more math utilitiesSebastiano Tronto2024-07-0540-0/+283
|
* (almost) added getcubeSebastiano Tronto2024-07-0447-3/+160
|
* Added a solver, but found out h48 table is brokenSebastiano Tronto2024-06-302-2/+2
|
* CleanupSebastiano Tronto2024-06-235-69/+0
|
* Changed logger from va_args to ...Sebastiano Tronto2024-06-201-2/+9
|
* Use callback function to log to stderrSebastiano Tronto2024-06-1729-121/+40
|
* Finished refactorSebastiano Tronto2024-06-1135-7/+36
|
* Fix build errors on OpenBSDSebastiano Tronto2024-06-101-1/+4
|
* Added tests for B32Sebastiano Tronto2024-06-1030-0/+31
|
* Remvoed cube_fast_t and more. More cleaning up to do.Sebastiano Tronto2024-06-0918-103/+49
|
* Added roadmap for refactor and some simple routinesSebastiano Tronto2024-05-2810-0/+34
|
* Some type fixes and some cleanupSebastiano Tronto2024-05-2711-9/+11
|
* Added tests for selfsimSebastiano Tronto2024-05-263-0/+44
|

Generated with cgit - Back to sebastiano.tronto.net