summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Simplify variable namesEuAndreh2025-01-153-19/+19
* src/gobang.go: Add Clamp()EuAndreh2024-12-302-0/+33
* src/gobang.go: Deal with nil functions in SomeFnError argumentsEuAndreh2024-11-022-1/+14
* .gitignore: Include pattern for cgoEuAndreh2024-10-312-1/+1
* .gitignore: Add pattens for next test artifactsEuAndreh2024-10-291-0/+10
* Makefile: Simplify time file generation on bench taget dependenciesEuAndreh2024-10-291-2/+1
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
* Adjust to conventional Makefile skeletonEuAndreh2024-10-204-38/+100
* Add tests for assert functionsEuAndreh2024-10-172-61/+251
* src/gobang.go: Add WrapErrors()EuAndreh2024-10-172-0/+48
* src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()EuAndreh2024-10-132-7/+14
* src/gobang.go: Better error report for TAssertEqualI()EuAndreh2024-10-131-1/+26
* s/ErrorIf/TErrorIf/gEuAndreh2024-10-062-68/+78
* src/gobang.go: Change Some{,Fn}Error() to receive varargs over arrayEuAndreh2024-10-062-32/+9
* Add noop mkdeps.sh and empty deps.mkEuAndreh2024-09-303-0/+8
* s/AssertEqual/TAssertEqual/gEuAndreh2024-09-272-94/+94
* tests/gobang.go: Use d["k"].(cast) over "_, ok := ..." patternEuAndreh2024-09-271-213/+39
* src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()EuAndreh2024-09-272-1/+45
* src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip v...EuAndreh2024-09-272-7/+12
* src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constantsEuAndreh2024-09-271-4/+0
* Makefile: make "vesion" public and a `const`EuAndreh2024-09-272-2/+1
* src/gobang.go: Increase sourceInfoSkip from 3 to 4EuAndreh2024-09-252-3/+3
* src/gobang.go: Put sourceInfo skip level into private constEuAndreh2024-09-251-5/+6
* src/gobang.go: Remove return value from Timed() thunkEuAndreh2024-09-252-21/+3
* src/gobang.go: Support static and dynamic args in MaeCounter()EuAndreh2024-09-252-3/+28
* src/gobang.go: Add Timed()EuAndreh2024-09-252-0/+81
* src/gobang.go: Add SomeError() and SomeFnError()EuAndreh2024-09-232-0/+95
* Use Hash() from scrypt packageEuAndreh2024-09-135-763/+6
* Use uuid from guuid packageEuAndreh2024-09-122-240/+12
* src/gobang.go: Export SetLoggerOutput()EuAndreh2024-09-072-17/+17
* src/gobang.go: Add SetLevel()EuAndreh2024-09-022-13/+40
* 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