summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh2024-08-151-0/+2
* src/gobang.go: Add args to Init() to logEuAndreh2024-08-152-4/+24
* Add src/version.goEuAndreh2024-08-153-5/+14
* Add tests/libbuild.goEuAndreh2024-08-142-3/+24
* Makefile: Normalize Go rules and simplify compile rulesEuAndreh2024-08-111-9/+13
* mv tests/gobang_main.go tests/main.goEuAndreh2024-08-082-9/+9
* Makefile: Reorder deps rulesEuAndreh2024-08-081-3/+2
* tests/gobang.go: Add tests for most missing functionsEuAndreh2024-08-082-83/+674
* tests/gobang.go: Add tests to more functionsEuAndreh2024-08-062-28/+173
* Run in parallel slow testsEuAndreh2024-08-062-3/+38
* tests/gobang.go: Add tests for Random(), Salt() and Hash()EuAndreh2024-08-062-2/+44
* Makefile: Separate dependencies and definition of $(tests.bin-check)EuAndreh2024-08-061-0/+1
* Add tests for UUID functionsEuAndreh2024-08-062-49/+220
* Start using TestStart() and Testing()EuAndreh2024-08-054-143/+206
* Makefile: Build with "go tool compile" and "go tool link"EuAndreh2024-08-055-44/+58
* rm src/cmd/main.goEuAndreh2024-08-041-7/+0
* rm go.modEuAndreh2024-08-041-3/+0
* Add noop mkdeps.sh and deps.mk filesEuAndreh2024-08-032-0/+10
* rm tests/cli-opts.shEuAndreh2024-08-031-4/+0
* rm src/export_test.goEuAndreh2024-08-031-3/+0
* Makefile: Include go.mod file in $(sources)EuAndreh2024-08-031-0/+1
* src/lib.go: Add CopyData()EuAndreh2024-07-221-0/+20
* Reorder codeEuAndreh2024-07-222-403/+501
* Copy code from x/golang/scrypt: get scrypt(), and also import testsEuAndreh2024-07-102-0/+601
* src/lib.go: Add level filter to decide when to log or when to emit metricEuAndreh2024-07-091-0/+34
* src/lib.go: Remove mmain()EuAndreh2024-07-091-4/+0
* Initial implementation: include code from papodEuAndreh2024-05-168-0/+459
* Initial empty commitEuAndreh2024-05-160-0/+0