aboutsummaryrefslogtreecommitdiff
path: root/configure.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added WASM targetSebastiano Tronto2025-04-181-3/+7
|
* Make no sanitizer the default for debug buildSebastiano Tronto2025-03-011-6/+1
|
* Remove -Werror optionSebastiano Tronto2024-12-181-1/+1
|
* Allow choosing number of threads when calling solve()Sebastiano Tronto2024-12-141-1/+3
|
* Change default number of threads from 16 to 8Sebastiano Tronto2024-10-181-5/+5
|
* Initial support for PythonSebastiano Tronto2024-10-121-2/+14
|
* Removed "options" from solver selectionSebastiano Tronto2024-10-101-0/+1
| | | | | | | | 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.
* Reintroduce -Werror, but exclude unused optionsSebastiano Tronto2024-10-101-1/+2
|
* Remove -Werror compiler optionSebastiano Tronto2024-10-071-1/+1
|
* Made test 120 (gendata h0k4) fasterSebastiano Tronto2024-10-031-1/+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.
* Use address and UB sanitizers by default, alwaysSebastiano Tronto2024-09-281-12/+5
|
* Update to configuration script; C99 -> C11Sebastiano Tronto2024-09-181-5/+50
|
* Replace which(1) with posix command -v in configure.shSebastiano Tronto2024-09-181-1/+1
|
* Some shellcheckSebastiano Tronto2024-09-181-1/+1
|
* Update build files to enable multithreadingSebastiano Tronto2024-09-121-21/+52
|
* Patch up spurious warningSebastiano Tronto2024-09-061-3/+2
|
* Changed build options TYPE -> ARCHSebastiano Tronto2024-09-051-4/+14
|
* Moved stuff aroundSebastiano Tronto2024-09-031-3/+6
|
* Cleanup makefile and toolsSebastiano Tronto2024-07-111-2/+3
|
* Fix build errors on OpenBSDSebastiano Tronto2024-06-101-2/+7
|
* Tests for gendata h48Sebastiano Tronto2024-05-201-1/+1
|
* Configuration / build support for ARM NEON (implementation: TODO!); testing ↵Sebastiano Tronto2023-11-201-3/+6
| | | | new vm
* Fixed bug in tests with different architecturesSebastiano Tronto2023-11-191-4/+4
|
* Improved sanitizer detectionSebastiano Tronto2023-11-191-3/+7
|
* Improved architecture detectionSebastiano Tronto2023-11-191-1/+6
|
* Moved documentation around, improved configure.shSebastiano Tronto2023-11-081-0/+3
|
* RefactoringSebastiano Tronto2023-11-051-1/+1
|
* Reverted some Makefile changes, cleanupSebastiano Tronto2023-11-041-6/+6
|
* Revert "Makefile changes"Sebastiano Tronto2023-11-041-0/+18
| | | | This reverts commit 93260168ed02de2eebd456e345c25f9066bb3a2c.
* Makefile changesSebastiano Tronto2023-11-041-18/+0
|
* Started working on AVX2 (not working yet)Sebastiano Tronto2023-10-281-0/+18

Generated with cgit - Back to sebastiano.tronto.net