Skip to content

Commit c9e5739

Browse files
ctrack: update version (#8268)
1 parent c8f37d3 commit c9e5739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/c/ctrack/xmake.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package("ctrack")
22
set_kind("library", {headeronly = true})
33
set_homepage("https://github.com/Compaile/ctrack")
4-
set_description("A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and production environments.")
4+
set_description("A lightweight, high-performance C++ benchmarking and tracking library for effortless function profiling in both development and production environments. Features single-header integration, minimal overhead, multi-threaded support, customizable output, and advanced metrics for quick bottleneck detection in complex codebases.")
55
set_license("MIT")
66

77
add_urls("https://github.com/Compaile/ctrack/archive/refs/tags/$(version).tar.gz",
88
"https://github.com/Compaile/ctrack.git")
99

10+
add_versions("v1.1.0", "cbcfb44386cbae24b69c6fd7ad8be9e1416676aa39c024c1b3161205bf0269c2")
1011
add_versions("v1.0.2", "cbe19d0a852e43da4fe675abc751464cd871b5a50af2ef7f315c0d0d68690092")
1112

1213
add_configs("parallel", {description = "Enable parallel processing", default = false, type = "boolean"})

0 commit comments

Comments
 (0)