index
:
gobang
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-11
src/gobang.go: Add PanicIf() companion to Must()
EuAndreh
1
-1
/
+4
2025-02-11
src/gobang.go: Add generic function Must()
EuAndreh
2
-0
/
+35
2025-01-25
src/gobang.go: Add "assertion failed: " prefix to assert error message
EuAndreh
2
-3
/
+6
2025-01-15
Add tests for panicky functions
EuAndreh
2
-18
/
+334
2025-01-15
Makefile: Simplify variable names
EuAndreh
3
-19
/
+19
2024-12-30
src/gobang.go: Add Clamp()
EuAndreh
2
-0
/
+33
2024-11-02
src/gobang.go: Deal with nil functions in SomeFnError arguments
EuAndreh
2
-1
/
+14
2024-10-31
.gitignore: Include pattern for cgo
EuAndreh
2
-1
/
+1
2024-10-29
.gitignore: Add pattens for next test artifacts
EuAndreh
1
-0
/
+10
2024-10-29
Makefile: Simplify time file generation on bench taget dependencies
EuAndreh
1
-2
/
+1
2024-10-29
Makefile: Prioritize local version when building and linking
EuAndreh
1
-2
/
+2
2024-10-20
Adjust to conventional Makefile skeleton
EuAndreh
4
-38
/
+100
2024-10-17
Add tests for assert functions
EuAndreh
2
-61
/
+251
2024-10-17
src/gobang.go: Add WrapErrors()
EuAndreh
2
-0
/
+48
2024-10-13
src/gobang.go: ValidSQLTablePrefix() -> ValidateSQLTablePrefix()
EuAndreh
2
-7
/
+14
2024-10-13
src/gobang.go: Better error report for TAssertEqualI()
EuAndreh
1
-1
/
+26
2024-10-06
s/ErrorIf/TErrorIf/g
EuAndreh
2
-68
/
+78
2024-10-06
src/gobang.go: Change Some{,Fn}Error() to receive varargs over array
EuAndreh
2
-32
/
+9
2024-09-30
Add noop mkdeps.sh and empty deps.mk
EuAndreh
3
-0
/
+8
2024-09-27
s/AssertEqual/TAssertEqual/g
EuAndreh
2
-94
/
+94
2024-09-27
tests/gobang.go: Use d["k"].(cast) over "_, ok := ..." pattern
EuAndreh
1
-213
/
+39
2024-09-27
src/gobang.go: Add SQLiteNow const and ValidSQLTablePrefix()
EuAndreh
2
-1
/
+45
2024-09-27
src/gobang.go: Turn private sourceInfoSkip const into public SourceInfoSkip v...
EuAndreh
2
-7
/
+12
2024-09-27
src/gobang.go: Remove `maxInt` and `MinimumPasswordLength` constants
EuAndreh
1
-4
/
+0
2024-09-27
Makefile: make "vesion" public and a `const`
EuAndreh
2
-2
/
+1
2024-09-25
src/gobang.go: Increase sourceInfoSkip from 3 to 4
EuAndreh
2
-3
/
+3
2024-09-25
src/gobang.go: Put sourceInfo skip level into private const
EuAndreh
1
-5
/
+6
2024-09-25
src/gobang.go: Remove return value from Timed() thunk
EuAndreh
2
-21
/
+3
2024-09-25
src/gobang.go: Support static and dynamic args in MaeCounter()
EuAndreh
2
-3
/
+28
2024-09-25
src/gobang.go: Add Timed()
EuAndreh
2
-0
/
+81
2024-09-23
src/gobang.go: Add SomeError() and SomeFnError()
EuAndreh
2
-0
/
+95
2024-09-13
Use Hash() from scrypt package
EuAndreh
5
-763
/
+6
2024-09-12
Use uuid from guuid package
EuAndreh
2
-240
/
+12
2024-09-07
src/gobang.go: Export SetLoggerOutput()
EuAndreh
2
-17
/
+17
2024-09-02
src/gobang.go: Add SetLevel()
EuAndreh
2
-13
/
+40
2024-08-15
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
EuAndreh
1
-0
/
+2
2024-08-15
src/gobang.go: Add args to Init() to log
EuAndreh
2
-4
/
+24
2024-08-15
Add src/version.go
EuAndreh
3
-5
/
+14
2024-08-14
Add tests/libbuild.go
EuAndreh
2
-3
/
+24
2024-08-11
Makefile: Normalize Go rules and simplify compile rules
EuAndreh
1
-9
/
+13
2024-08-08
mv tests/gobang_main.go tests/main.go
EuAndreh
2
-9
/
+9
2024-08-08
Makefile: Reorder deps rules
EuAndreh
1
-3
/
+2
2024-08-08
tests/gobang.go: Add tests for most missing functions
EuAndreh
2
-83
/
+674
2024-08-06
tests/gobang.go: Add tests to more functions
EuAndreh
2
-28
/
+173
2024-08-06
Run in parallel slow tests
EuAndreh
2
-3
/
+38
2024-08-06
tests/gobang.go: Add tests for Random(), Salt() and Hash()
EuAndreh
2
-2
/
+44
2024-08-06
Makefile: Separate dependencies and definition of $(tests.bin-check)
EuAndreh
1
-0
/
+1
2024-08-06
Add tests for UUID functions
EuAndreh
2
-49
/
+220
2024-08-05
Start using TestStart() and Testing()
EuAndreh
4
-143
/
+206
2024-08-05
Makefile: Build with "go tool compile" and "go tool link"
EuAndreh
5
-44
/
+58
[next]