More colors for cmake building log
Hash the subdirs and do not color extension.
This commit is contained in:
parent
9bf6de388f
commit
7338d36f37
1 changed files with 5 additions and 2 deletions
|
|
@ -33,12 +33,15 @@ def theme(context):
|
|||
# Link (make)
|
||||
[ "^(Linking .* )(library|executable) (.*/)*(.+(\.[aso]+)*)$",
|
||||
untimed, "normal,normal,bold" ],
|
||||
# [percent] Creating something
|
||||
[ "^\[\s*[0-9/]+%?\]\s(.*Creating.*)$",
|
||||
performing, "normal" ],
|
||||
# [percent] Built
|
||||
[ "^\[\s*[0-9/]+%?\]\s(Built target)(\s.*)$",
|
||||
performed, "normal,bold" ],
|
||||
# [percent] Building
|
||||
[ "^\[\s*[0-9/]+%?\]\s(Building \w* object)(\s+.*/)([-\w]+.c.*)(.o)$",
|
||||
performing, "normal,normal,bold,normal"],
|
||||
[ "^\[\s*[0-9/]+%?\]\s(Building \w* object)\s+(.*)(\.dir)(.*/)([-\w]+).c.*.o$",
|
||||
performing+","+performing+","+performing+",Hash,"+performing, "normal,normal,normal,normal,bold"],
|
||||
# [percent] Generating
|
||||
[ "^\[\s*[0-9/]+%?\]\s(Generating)(\s+.*)$",
|
||||
performing, "normal,bold"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue