summaryrefslogtreecommitdiff
path: root/mkdeps.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-04src/gobang.go: Add ExitIf()EuAndreh2-0/+41
2025-05-04src/gobang.go: Properly namespace LogLevel enum valuesEuAndreh2-40/+40
2025-05-03re s/guuid/uuid/gEuAndreh2-10/+10
2025-02-23src/gobang.go: Add TMust()EuAndreh2-0/+48
2025-02-23src/gobang.go: Add SetT type alongside SetOf() and Contains() functionsEuAndreh2-0/+62
2025-02-17src/gobang.go: Add simplistic PairT typeEuAndreh1-0/+5
2025-02-14src/gobang.go: Add simplistic implementation of Map() and Filter()EuAndreh2-0/+117
2025-02-11src/gobang.go: Add PanicIf() companion to Must()EuAndreh2-1/+26
2025-02-11src/gobang.go: Add generic function Must()EuAndreh2-0/+35
2025-01-25src/gobang.go: Add "assertion failed: " prefix to assert error messageEuAndreh2-3/+6
2025-01-15Add tests for panicky functionsEuAndreh2-18/+334
2025-01-15Makefile: Simplify variable namesEuAndreh3-19/+19
2024-12-30src/gobang.go: Add Clamp()EuAndreh2-0/+33
2024-11-02src/gobang.go: Deal with nil functions in SomeFnError argumentsEuAndreh2-1/+14
2024-10-31.gitignore: Include pattern for cgoEuAndreh2-1/+1
2024-10-29.gitignore: Add pattens for next test artifactsEuAndreh1-0/+10
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