summaryrefslogtreecommitdiff
path: root/mkdeps.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-23meta.capim: Add with :dependencies keyEuAndreh1-0/+7
2025-05-15src/uuid.go: Use envT in run()EuAndreh2-13/+28
2025-05-15po/: Remove extra headers from filesEuAndreh12-24/+0
2025-05-15po/doc/: Update template and translationsEuAndreh6-24/+390
2025-05-15Makefile: Simplify variable names and use instool(1)EuAndreh3-32/+37
2025-05-14Revamp i18n: use gotextEuAndreh60-1187/+199
2025-05-09doc/: Add uuid.en.{0,3,7.{CHANGELOG,README,TODOs,recipes,tutorial,why}}.adocEuAndreh61-363/+1802
2025-05-07Support UUIDv7, with -vN for choosingEuAndreh10-48/+744
2025-05-04tests/{cli-opts,integration}.sh: Add test implementationsEuAndreh3-0/+202
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