|
|
|
@ -6,12 +6,15 @@ package("libassert") |
|
|
|
|
add_urls("https://github.com/jeremy-rifkin/libassert/archive/refs/tags/$(version).tar.gz", |
|
|
|
|
"https://github.com/jeremy-rifkin/libassert.git") |
|
|
|
|
|
|
|
|
|
add_versions("v2.1.0", "e42405b49cde017c44c78aacac35c6e03564532838709031e73d10ab71f5363d") |
|
|
|
|
add_versions("v2.0.2", "4a0b52e6523bdde0116231a67583131ea1a84bb574076fad939fc13fc7490443") |
|
|
|
|
add_versions("v2.0.1", "405a44c14c5e40de5b81b01538ba12ef9d7c1f57e2c29f81b929e7e179847d4c") |
|
|
|
|
add_versions("v2.0.0", "d4b2da2179a94637b34d18813a814531a1eceb0ddc6dd6db6098050dd638f4a1") |
|
|
|
|
add_versions("v1.2.2", "68206b43bc4803357ba7d366574b4631bd327c46ab76ddef6ff9366784fa6b3c") |
|
|
|
|
add_versions("v1.2", "332f96181f4bdbd95ef5fcd6484782ba2d89b50fd5189bc2a33fd524962f6771") |
|
|
|
|
|
|
|
|
|
add_patches("v2.1.0", "https://github.com/jeremy-rifkin/libassert/commit/aff047da702316b10219a967f78da352f847b8d0.patch", "acdf2e1c7529774be581e7dbab3bbca828743bba8b8f9d6ac9dd4585b2245c58") |
|
|
|
|
|
|
|
|
|
add_configs("decompose", {description = "Enables expression decomposition of && and || (this prevents short circuiting)", default = false, type = "boolean"}) |
|
|
|
|
add_configs("lowercase", {description = "Enables assert alias for ASSERT", default = false, type = "boolean"}) |
|
|
|
|
add_configs("magic_enum", {description = "Use the MagicEnum library to print better diagnostics for enum classes", default = true, type = "boolean"}) |
|
|
|
|