-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
702 changed files
with
4,452 additions
and
10,318 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ | |
*.smt2 | ||
/report/ | ||
/build/ | ||
/modules/wycs/src/wycs/core/Types.java | ||
/modules/wycs/src/wycs/solver/Solver.java |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ jdk: | |
|
||
# | ||
script: | ||
ant build-all | ||
ant build-all test-all |
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 |
---|---|---|
|
@@ -61,3 +61,5 @@ Signed-off-by: Daniel Gibbs <[email protected]> | |
Signed-off-by: Min-Hsien Weng <[email protected]> | ||
Signed-off-by: Henry J. Wylde <[email protected]> | ||
Signed-off-by: Mark Utting <[email protected]> | ||
Signed-off-by: Drew Stratford <[email protected]> | ||
Signed-off-by: Rich Dougherty <[email protected]> |
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,5 +1,19 @@ | ||
<project name="BuildConfig"> | ||
<property name="version" value="0.3.37"/> | ||
<project name="BuildConfig" xmlns:maven="urn:maven-ant"> | ||
<!-- Get the root directory of the project by looking at the directory enclosing this file. --> | ||
<dirname property="rootdir" file="${ant.file.BuildConfig}"/> | ||
<!-- Set the current Whiley version --> | ||
<property name="version" value="0.3.38"/> | ||
<!-- Load the Maven Ant tasks so that we can work with Maven repositories. --> | ||
<typedef uri="urn:maven-ant" | ||
classpath="${rootdir}/lib/maven-ant-tasks-2.1.3.jar" | ||
resource="org/apache/maven/artifact/ant/antlib.xml"/> | ||
|
||
<!-- Paths to common JARs --> | ||
<property name="JASM_JAR" value="lib/jasm-v0.1.7.jar"/> | ||
<property name="WYRL_JAR" value="lib/wyrl-v0.4.3.jar"/> | ||
<property name="WYRL_JAR" value="lib/wyrl-v0.4.4.jar"/> | ||
|
||
<!-- Set the classpath for Junit and its dependencies --> | ||
<maven:dependencies pathId="junit.classpath"> | ||
<dependency groupId="junit" artifactId="junit" version="4.12"/> | ||
</maven:dependencies> | ||
</project> |
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.