summaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-04Add i18n for manpagesEuAndreh15-0/+2488
2025-05-04Add standalone uuid(1) utilityEuAndreh9-20/+209
2025-05-03re s/guuid/uuid/gEuAndreh9-28/+28
2025-01-15tests/guuid.go: Use os.Exit over assert when testing panicEuAndreh1-1/+1
2025-01-15Makefile: Simplify variable namesEuAndreh4-20/+22
2025-01-14tests/guuid.go: Add test for panic inside New()EuAndreh2-8/+21
2024-10-29.gitignore: Include pattern for cgoEuAndreh1-0/+1
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-20Setup conventional functional tests, fuzz targets and benchmarksEuAndreh13-42/+310
2024-10-19src/guuid.go: Remove NewBytes()EuAndreh2-20/+0
2024-09-30Add noop mkdeps.sh and empty deps.mkEuAndreh3-0/+8
2024-09-28src/guuid.go: Remove "uuid" prefix from constantsEuAndreh2-9/+9
2024-09-28src/guuid.go: Rename XxxError to ErrXxxEuAndreh2-12/+10
2024-09-27Makefile: "var version" -> "const Version"EuAndreh1-1/+1
2024-09-22src/guuid.go: Add NewBytes() functionEuAndreh2-0/+20
2024-09-16src/guuid.go: Export UUIDByteCountEuAndreh1-4/+4
2024-09-13Initial version of v4 UUIDEuAndreh6-0/+509