aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added TODO.mdHEADmasterSebastiano Tronto2026-04-111-1/+9
|
* Make the project build with Microsoft's broken C compiler.Sebastiano Tronto2026-04-061-8/+31
| | | | | | | | | | | | | 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.
* Improve Windows build support.Sebastiano Tronto2026-03-011-3/+3
| | | | | | | - Use multithreading (works with a sufficiently recent version of the Microsoft developer tools / C SDK). - Detect CPU architecture and use AVX2 or NEON when appropriate. - Automatically detect python installation path.
* miniscule, minor corrections :) (#5)aashvik2026-01-231-17/+17
| | | Fix various typos in README.md (thanks to aashvikt).
* CleanupSebastiano Tronto2025-12-171-4/+3
|
* Improvements to build.bat (unit tests on Windows)Sebastiano Tronto2025-08-131-7/+17
|
* Added installation instructions for clang on windowsSebastiano Tronto2025-08-121-2/+10
|
* Renamed UNIX build script to build.sh, added info to README.md related to ↵Sebastiano Tronto2025-08-121-21/+33
| | | | windows build
* Simplified name of Python moduleSebastiano Tronto2025-08-111-2/+2
|
* Added build target to run solvetestsSebastiano Tronto2025-08-051-0/+14
|
* Simplify callback business (web version)Sebastiano Tronto2025-06-051-0/+2
|
* CleanupSebastiano Tronto2025-05-251-7/+0
|
* Web version (work in progress)Sebastiano Tronto2025-05-231-0/+13
|
* Remove configure + make build system.Sebastiano Tronto2025-05-161-44/+45
| | | | | This commit also updates the README, cleans up some stuff and fixes some oopsies.
* WASM and JS port - work in progressSebastiano Tronto2025-05-151-0/+17
|
* Updates to build script and preparation for JS / WASM targetSebastiano Tronto2025-05-141-2/+2
|
* Moved qt app to its own repoSebastiano Tronto2025-04-251-24/+0
|
* README changes due to renamingSebastiano Tronto2025-04-251-8/+7
|
* ProgressSebastiano Tronto2025-04-221-4/+20
|
* Remove compose from the public APISebastiano Tronto2025-04-221-2/+2
|
* Updated documentationSebastiano Tronto2025-04-221-76/+29
|
* Updated readmeSebastiano Tronto2025-04-161-4/+31
|
* Improved C++ API and added info to READMESebastiano Tronto2025-04-141-15/+58
|
* Finished Python moduleSebastiano Tronto2024-10-191-2/+8
|
* Initial support for PythonSebastiano Tronto2024-10-121-0/+35
|
* Added shelltestSebastiano Tronto2024-10-121-2/+8
| | | | Will add more tests when I feel like it
* Removed "options" from solver selectionSebastiano Tronto2024-10-101-2/+2
| | | | | | | | Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools.
* Added TOOLARGS and simplified gendata tool(s)Sebastiano Tronto2024-09-261-5/+17
|
* Update to configuration script; C99 -> C11Sebastiano Tronto2024-09-181-4/+4
|
* Updated READMESebastiano Tronto2024-09-171-9/+2
|
* Changed build options TYPE -> ARCHSebastiano Tronto2024-09-051-1/+1
|
* Comment cube.hSebastiano Tronto2024-08-051-0/+3
|
* Updated README.md, added help command to shellSebastiano Tronto2024-08-051-16/+199
|
* Added a solver, but found out h48 table is brokenSebastiano Tronto2024-06-301-0/+17
|
* "Fixed" benchmark (actually removed)Sebastiano Tronto2023-11-101-7/+1
|
* Moved documentation around, improved configure.shSebastiano Tronto2023-11-081-173/+2
|
* Change include statementSebastiano Tronto2023-11-081-7/+8
|
* FixesSebastiano Tronto2023-11-081-0/+2
|
* Small refactoringSebastiano Tronto2023-11-081-1/+6
|
* Started working on solveSebastiano Tronto2023-11-061-2/+10
|
* make test improvementsSebastiano Tronto2023-11-051-1/+8
|
* Added coord_eoSebastiano Tronto2023-11-051-12/+36
|
* RefactoringSebastiano Tronto2023-11-051-6/+5
|
* Reverted some Makefile changes, cleanupSebastiano Tronto2023-11-041-2/+19
|
* Revert "Makefile changes"Sebastiano Tronto2023-11-041-12/+2
| | | | This reverts commit 93260168ed02de2eebd456e345c25f9066bb3a2c.
* Makefile changesSebastiano Tronto2023-11-041-2/+12
|
* avx2 fully worksSebastiano Tronto2023-11-041-4/+0
|
* Moves work with avx2, fixed some stuffSebastiano Tronto2023-11-031-1/+8
|
* Added avx2 movesSebastiano Tronto2023-11-021-6/+6
|
* Optimized compose for avx2Sebastiano Tronto2023-11-021-4/+2
|

Generated with cgit - Back to sebastiano.tronto.net