-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Regen antlr * Update unit tests * Update version * Update all recipes to use new strings * Remove old built ins
- Loading branch information
Showing
52 changed files
with
1,594 additions
and
1,525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
OutputRoot: "out/" | ||
OutputRoot: 'out/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: "Samples.C.ConsoleApplication" | ||
Language: "C|0" | ||
Type: "Executable" | ||
Version: "1.0.0" | ||
Name: 'Samples.C.ConsoleApplication' | ||
Language: 'C|0' | ||
Type: 'Executable' | ||
Version: '1.0.0' | ||
Source: [ | ||
"Main.c" | ||
'Main.c' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Version: 5 | ||
Closures: { | ||
Root: { | ||
"C#": { | ||
"Samples.CSharp.ConsoleApplication": { Version: "../ConsoleApplication", Build: "Build0", Tool: "Tool0" } | ||
'C#': { | ||
'Samples.CSharp.ConsoleApplication': { Version: '../ConsoleApplication', Build: 'Build0', Tool: 'Tool0' } | ||
} | ||
} | ||
Build0: { | ||
Wren: { | ||
"mwasplund|Soup.CSharp": { Version: "0.12.0" } | ||
'mwasplund|Soup.CSharp': { Version: '0.13.0' } | ||
} | ||
} | ||
Tool0: { | ||
"C++": { | ||
"mwasplund|copy": { Version: "1.0.0" } | ||
"mwasplund|mkdir": { Version: "1.0.0" } | ||
'C++': { | ||
'mwasplund|copy': { Version: '1.0.0' } | ||
'mwasplund|mkdir': { Version: '1.0.0' } | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: "Samples.CSharp.ConsoleApplication" | ||
Language: "C#|0" | ||
Type: "Executable" | ||
Version: "1.0.0" | ||
Name: 'Samples.CSharp.ConsoleApplication' | ||
Language: 'C#|0' | ||
Type: 'Executable' | ||
Version: '1.0.0' | ||
Source: [ | ||
"Program.cs" | ||
'Program.cs' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Version: 5 | ||
Closures: { | ||
Root: { | ||
"C++": { | ||
"Samples.Cpp.ConsoleApplication": { Version: "../ConsoleApplication", Build: "Build0", Tool: "Tool0" } | ||
'C++': { | ||
'Samples.Cpp.ConsoleApplication': { Version: '../ConsoleApplication', Build: 'Build0', Tool: 'Tool0' } | ||
} | ||
} | ||
Build0: { | ||
Wren: { | ||
"mwasplund|Soup.Cpp": { Version: "0.11.0" } | ||
'mwasplund|Soup.Cpp': { Version: '0.12.0' } | ||
} | ||
} | ||
Tool0: { | ||
"C++": { | ||
"mwasplund|copy": { Version: "1.0.0" } | ||
"mwasplund|mkdir": { Version: "1.0.0" } | ||
'C++': { | ||
'mwasplund|copy': { Version: '1.0.0' } | ||
'mwasplund|mkdir': { Version: '1.0.0' } | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Name: "Samples.Cpp.ConsoleApplication" | ||
Language: "C++|0" | ||
Type: "Executable" | ||
Version: "1.0.0" | ||
Name: 'Samples.Cpp.ConsoleApplication' | ||
Language: 'C++|0' | ||
Type: 'Executable' | ||
Version: '1.0.0' | ||
Source: [ | ||
"Main.cpp" | ||
'Main.cpp' | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
Version: 5 | ||
Closures: { | ||
Root: { | ||
"C++": { | ||
copy: { Version: "../../Tools/Copy/", Build: "Build0", Tool: "Tool0" } | ||
mkdir: { Version: "../../Tools/Mkdir/", Build: "Build0", Tool: "Tool0" } | ||
"Monitor.Host": { Version: "../../Monitor/Host/", Build: "Build0", Tool: "Tool0" } | ||
"Monitor.Shared": { Version: "../../Monitor/Shared/", Build: "Build0", Tool: "Tool0" } | ||
"mwasplund|CryptoPP": { Version: "1.2.1", Build: "Build0", Tool: "Tool0" } | ||
"mwasplund|Detours": { Version: "4.0.11", Build: "Build0", Tool: "Tool0" } | ||
"mwasplund|Opal": { Version: "0.9.5", Build: "Build0", Tool: "Tool0" } | ||
"mwasplund|reflex": { Version: "1.0.3", Build: "Build0", Tool: "Tool0" } | ||
"mwasplund|wren": { Version: "1.0.4", Build: "Build0", Tool: "Tool0" } | ||
Soup: { Version: "./", Build: "Build0", Tool: "Tool0" } | ||
"Soup.Core": { Version: "../Core/", Build: "Build0", Tool: "Tool0" } | ||
"Soup.Generate": { Version: "../../Generate/", Build: "Build0", Tool: "Tool0" } | ||
'C++': { | ||
copy: { Version: '../../Tools/Copy/', Build: 'Build0', Tool: 'Tool0' } | ||
mkdir: { Version: '../../Tools/Mkdir/', Build: 'Build0', Tool: 'Tool0' } | ||
'Monitor.Host': { Version: '../../Monitor/Host/', Build: 'Build0', Tool: 'Tool0' } | ||
'Monitor.Shared': { Version: '../../Monitor/Shared/', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|CryptoPP': { Version: '1.2.1', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|Detours': { Version: '4.0.11', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|Opal': { Version: '0.10.0', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|reflex': { Version: '1.0.4', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|Soup.Test.Assert': { Version: '0.4.0', Build: 'Build0', Tool: 'Tool0' } | ||
'mwasplund|wren': { Version: '1.0.4', Build: 'Build0', Tool: 'Tool0' } | ||
Soup: { Version: '../CLI', Build: 'Build0', Tool: 'Tool0' } | ||
'Soup.Core': { Version: '../Core/', Build: 'Build1', Tool: 'Tool0' } | ||
'Soup.Generate': { Version: '../../Generate/', Build: 'Build0', Tool: 'Tool0' } | ||
} | ||
Wren: { | ||
"mwasplund|Soup.Build.Utils": { Version: "0.6.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.Cpp": { Version: "0.8.2", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.Cpp.Compiler": { Version: "0.10.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.Cpp.Compiler.GCC": { Version: "0.3.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.Cpp.Compiler.MSVC": { Version: "0.9.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.CSharp": { Version: "0.9.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.CSharp.Compiler": { Version: "0.10.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.CSharp.Compiler.Roslyn": { Version: "0.11.0", Build: "Build1", Tool: "Tool0" } | ||
"mwasplund|Soup.Wren": { Version: "0.3.0", Build: "Build1", Tool: "Tool0" } | ||
'mwasplund|Soup.Build.Utils': { Version: '0.7.0', Build: 'Build2', Tool: 'Tool0' } | ||
'mwasplund|Soup.Wren': { Version: '0.4.1', Build: 'Build2', Tool: 'Tool0' } | ||
} | ||
} | ||
Build0: { | ||
Wren: { | ||
"mwasplund|Soup.Cpp": { Version: "0.11.0" } | ||
'mwasplund|Soup.Cpp': { Version: '0.12.0' } | ||
} | ||
} | ||
Build1: { | ||
Wren: { | ||
"mwasplund|Soup.Wren": { Version: "0.3.0" } | ||
'mwasplund|Soup.Cpp': { Version: '0.12.0' } | ||
'mwasplund|Soup.Test.Cpp': { Version: '0.11.0' } | ||
} | ||
} | ||
Build2: { | ||
Wren: { | ||
'mwasplund|Soup.Wren': { Version: '0.4.1' } | ||
} | ||
} | ||
Tool0: { | ||
"C++": { | ||
"mwasplund|copy": { Version: "1.0.0" } | ||
"mwasplund|mkdir": { Version: "1.0.0" } | ||
'C++': { | ||
'mwasplund|copy': { Version: '1.0.0' } | ||
'mwasplund|mkdir': { Version: '1.0.0' } | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,42 @@ | ||
Name: "Soup" | ||
Version: "0.36.0" | ||
Language: "C++|0" | ||
Name: 'Soup' | ||
Version: '0.37.0' | ||
Language: 'C++|0' | ||
|
||
Type: "Executable" | ||
Type: 'Executable' | ||
|
||
Source: [ | ||
"Source/Main.cpp" | ||
'Source/Main.cpp' | ||
] | ||
IncludePaths: [ | ||
"Source/Commands/" | ||
"Source/Options/" | ||
'Source/Commands/' | ||
'Source/Options/' | ||
] | ||
|
||
Dependencies: { | ||
# Ensure the core build extensions are runtime dependencies | ||
Runtime: [ | ||
"../Core/" | ||
"../../Generate/" | ||
"../../Monitor/Host/" | ||
'../Core/' | ||
'../../Generate/' | ||
'../../Monitor/Host/' | ||
] | ||
Other: [ | ||
"../../Tools/Copy/" | ||
"../../Tools/Mkdir/" | ||
"[Wren]mwasplund|Soup.Cpp@0" | ||
"[Wren]mwasplund|Soup.CSharp@0" | ||
"[Wren]mwasplund|Soup.Wren@0" | ||
'../../Tools/Copy/' | ||
'../../Tools/Mkdir/' | ||
'[Wren]mwasplund|Soup.Wren@0' | ||
] | ||
Build: [ | ||
# TODO: "[email protected]" | ||
# TODO: 'Soup.Test.Cpp@0.4.0' | ||
] | ||
Test: [ | ||
# TODO: "[email protected]" | ||
# TODO: 'Soup.Test.Assert@0.3.0' | ||
] | ||
} | ||
|
||
Tests: { | ||
Source: [ | ||
"UnitTests/gen/Main.cpp" | ||
'UnitTests/gen/Main.cpp' | ||
] | ||
IncludePaths: [ | ||
"UnitTests/" | ||
'UnitTests/' | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.