summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-29Makefile: Simplify time file generation on bench taget dependenciesEuAndreh1-2/+1
2024-10-29Makefile: Prioritize local version when building and linkingEuAndreh1-2/+2
2024-10-20Adjust to conventional Makefile skeletonEuAndreh4-38/+100
2024-10-17Add tests for assert functionsEuAndreh2-61/+251
2024-10-17src/gobang.go: Add WrapErrors()EuAndreh2-0/+48
2024-10-13src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()EuAndreh2-7/+14
2024-10-13src/gobang.go: Better error report for TAssertEqualI()EuAndreh1-1/+26
2024-10-06s/ErrorIf/TErrorIf/gEuAndreh2-68/+78
2024-10-06src/gobang.go: Change Some{,Fn}Error() to receive varargs over arrayEuAndreh2-32/+9
2024-09-30Add noop mkdeps.sh and empty deps.mkEuAndreh3-0/+8
2024-09-27s/AssertEqual/TAssertEqual/gEuAndreh2-94/+94
2024-09-27tests/gobang.go: Use d["k"].(cast) over "_, ok := ..." patternEuAndreh1-213/+39
2024-09-27src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()EuAndreh2-1/+45
2024-09-27src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip v...EuAndreh2-7/+12
2024-09-27src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constantsEuAndreh1-4/+0
2024-09-27Makefile: make "vesion" public and a `const`EuAndreh2-2/+1
2024-09-25src/gobang.go: Increase sourceInfoSkip from 3 to 4EuAndreh2-3/+3
2024-09-25src/gobang.go: Put sourceInfo skip level into private constEuAndreh1-5/+6
2024-09-25src/gobang.go: Remove return value from Timed() thunkEuAndreh2-21/+3
2024-09-25src/gobang.go: Support static and dynamic args in MaeCounter()EuAndreh2-3/+28
2024-09-25src/gobang.go: Add Timed()EuAndreh2-0/+81
2024-09-23src/gobang.go: Add SomeError() and SomeFnError()EuAndreh2-0/+95
2024-09-13Use Hash() from scrypt packageEuAndreh5-763/+6
2024-09-12Use uuid from guuid packageEuAndreh2-240/+12
2024-09-07src/gobang.go: Export SetLoggerOutput()EuAndreh2-17/+17
2024-09-02src/gobang.go: Add SetLevel()EuAndreh2-13/+40
2024-08-15Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)EuAndreh1-0/+2
2024-08-15src/gobang.go: Add args to Init() to logEuAndreh2-4/+24
2024-08-15Add src/version.goEuAndreh3-5/+14
2024-08-14Add tests/libbuild.goEuAndreh2-3/+24
2024-08-11Makefile: Normalize Go rules and simplify compile rulesEuAndreh1-9/+13
2024-08-08mv tests/gobang_main.go tests/main.goEuAndreh2-9/+9
2024-08-08Makefile: Reorder deps rulesEuAndreh1-3/+2
2024-08-08tests/gobang.go: Add tests for most missing functionsEuAndreh2-83/+674
2024-08-06tests/gobang.go: Add tests to more functionsEuAndreh2-28/+173
2024-08-06Run in parallel slow testsEuAndreh2-3/+38
2024-08-06tests/gobang.go: Add tests for Random(), Salt() and Hash()EuAndreh2-2/+44
2024-08-06Makefile: Separate dependencies and definition of $(tests.bin-check)EuAndreh1-0/+1
2024-08-06Add tests for UUID functionsEuAndreh2-49/+220
2024-08-05Start using TestStart() and Testing()EuAndreh4-143/+206
2024-08-05Makefile: Build with "go tool compile" and "go tool link"EuAndreh5-44/+58
2024-08-04rm src/cmd/main.goEuAndreh1-7/+0
2024-08-04rm go.modEuAndreh1-3/+0
2024-08-03Add noop mkdeps.sh and deps.mk filesEuAndreh2-0/+10
2024-08-03rm tests/cli-opts.shEuAndreh1-4/+0
2024-08-03rm src/export_test.goEuAndreh1-3/+0
2024-08-03Makefile: Include go.mod file in $(sources)EuAndreh1-0/+1
2024-07-22src/lib.go: Add CopyData()EuAndreh1-0/+20
2024-07-22Reorder codeEuAndreh2-403/+501
2024-07-10Copy code from x/golang/scrypt: get scrypt(), and also import testsEuAndreh2-0/+601