aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainUpdate to latest project skeleton: i18n and fine-grained fuzzingEuAndreh6 weeks
 
 
AgeCommit messageAuthorFilesLines
2025-05-27Update to latest project skeleton: i18n and fine-grained fuzzingHEADmainEuAndreh21-32/+311
2025-05-23meta.capim: Add with :dependencies keyEuAndreh1-0/+9
2025-05-22src/stm.go: Rename Interface -> atomicIEuAndreh2-5/+5
2025-05-22src/stm.go: Remove ad-hoc profiling codeEuAndreh1-11/+0
2025-02-09src/stm.go: Add Atom() alias to NewVar() fnEuAndreh1-0/+13
2025-01-23Move benchmarks from tests/stm.go to tests/benchmarks/*EuAndreh43-389/+977
2025-01-23tests/stm.go: Turn example into functional testEuAndreh4-72/+86
2025-01-23src/stm.go: Rename AtomicGet => Deref and AtomicModify => SwapEuAndreh2-7/+7
2025-01-22Setup stub fuzz and benchmark test filesEuAndreh5-0/+77
2025-01-22WIP: Turn cmd/santa-example into functional testEuAndreh3-19/+30
[...]