aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* renamed benchmarks to toolsSebastiano Tronto2024-07-034-20/+25
* Added a solver, but found out h48 table is brokenSebastiano Tronto2024-06-3010-60/+265
* CleanupSebastiano Tronto2024-06-239-221/+73
* Changed logger from va_args to ...Sebastiano Tronto2024-06-2010-64/+60
* Use callback function to log to stderrSebastiano Tronto2024-06-1738-171/+112
* Added rudimentary shell to run commands (ugly)Sebastiano Tronto2024-06-167-65/+615
* Added benchmark; removed old folderSebastiano Tronto2024-06-1313-1173/+124
* Added "dryrun" for gendataSebastiano Tronto2024-06-134-3/+33
* Finished refactorSebastiano Tronto2024-06-11331-53/+498
* Cleaned up cube.hSebastiano Tronto2024-06-114-29/+110
* Fix build errors on OpenBSDSebastiano Tronto2024-06-103-6/+14
* Started cube.h refactorSebastiano Tronto2024-06-105-42/+148
* Added tests for B32Sebastiano Tronto2024-06-1032-8/+38
* Cleanup cube.hSebastiano Tronto2024-06-094-127/+157
* More cleanupSebastiano Tronto2024-06-0916-1516/+550
* sorted utils folderSebastiano Tronto2024-06-0974-8/+8
* Remvoed cube_fast_t and more. More cleaning up to do.Sebastiano Tronto2024-06-0931-1097/+1083
* Added roadmap for refactor and some simple routinesSebastiano Tronto2024-05-2815-13/+144
* Some type fixes and some cleanupSebastiano Tronto2024-05-2717-191/+216
* Added tests for selfsimSebastiano Tronto2024-05-263-0/+44
* Minor improvementSebastiano Tronto2024-05-252-3/+7
* Fixed a NASTY bug with type promotions in generation of "selfsim".Sebastiano Tronto2024-05-253-16/+18
* Small performance improvement in h48 coordinate / transformSebastiano Tronto2024-05-258-139/+424
* Updated TODO and small changes to table genSebastiano Tronto2024-05-252-14/+48
* Added table generation utilitySebastiano Tronto2024-05-245-10/+65
* Removed unused includeSebastiano Tronto2024-05-211-1/+0
* More tests for gendata h48Sebastiano Tronto2024-05-205-10/+33
* Tests for gendata h48Sebastiano Tronto2024-05-208-31/+80
* Changed gendata h48 to bfsSebastiano Tronto2024-05-206-137/+109
* Added tests for h48 invcoordSebastiano Tronto2024-05-2018-27/+76
* Added esep inverse coordSebastiano Tronto2024-05-183-5/+59
* Prepare for next stepSebastiano Tronto2024-05-1719-11/+60
* Added inverse eo and copy_{edges,corners}Sebastiano Tronto2024-05-1726-20/+252
* Started implementing new table generationSebastiano Tronto2024-05-104-37/+95
* Small refactor for pruning table cocsep, preparing for big refactorSebastiano Tronto2024-05-103-42/+61
* Split into .h filesSebastiano Tronto2024-05-109-2362/+2300
* Moved to src/Sebastiano Tronto2024-05-107-8/+8
* Add back documentation on transformationsSebastiano Tronto2024-05-061-0/+23
* Updated TODOSebastiano Tronto2024-04-231-59/+21
* Improved speed for esep table generation, but it is still slow. Changed moves...Sebastiano Tronto2024-04-224-329/+333
* Fixed edge pruning table, but it is slooooowSebastiano Tronto2024-04-202-19/+39
* Failed attempts to fix / debug eoesep + other changesSebastiano Tronto2024-04-1612-179/+119
* const char *Sebastiano Tronto2024-04-163-89/+98
* Added edge pruning table, to be testedSebastiano Tronto2024-04-122-14/+176
* Updated todoSebastiano Tronto2024-04-011-3/+3
* Added unrolled loop over trans for experimentsSebastiano Tronto2024-04-011-5/+57
* Performance improvement for gendata_cocsepSebastiano Tronto2024-04-015-23/+185
* Added _foreach_move loop, to be testedSebastiano Tronto2024-03-312-4/+39
* Improved testing, added more data to cocsep tableSebastiano Tronto2024-03-303-13/+35
* Added cocsep data generation, but it is very slowSebastiano Tronto2024-03-309-23/+243

Generated with cgit - Back to sebastiano.tronto.net