merge/resync-2025-09-08 #7

Merged
ahuston-0 merged 57 commits from merge/resync-2025-09-08 into add-gitea-pulls 2025-09-07 23:41:45 -04:00
Showing only changes of commit 3eeba86a87 - Show all commits

View File

@@ -51,8 +51,8 @@ BuildOutput getBuildOutput(
"[[:space:]]+" "[[:space:]]+"
"([a-zA-Z0-9_-]+)" // subtype (e.g. "readme") "([a-zA-Z0-9_-]+)" // subtype (e.g. "readme")
"[[:space:]]+" "[[:space:]]+"
"(\"[^\"]+\"|[^[:space:]\"]+)" // path (may be quoted) "(\"[^\"]+\"|[^[:space:]<>\"]+)" // path (may be quoted)
"([[:space:]]+([^[:space:]]+))?" // entry point "([[:space:]]+([^[:space:]<>]+))?" // entry point
, std::regex::extended); , std::regex::extended);
for (auto & output : outputs) { for (auto & output : outputs) {