summaryrefslogtreecommitdiff
path: root/Chalice
Commit message (Expand)AuthorAge
* Chalice: Added missing reference output for AVLTree examplesGravatar mschwerhoff2011-09-27
* Adapted batch file to use larger JVM stack size.Gravatar peter mueller peter.mueller@inf.ethz.ch2011-09-19
* Chalice: Modified chalice.bat s.t. it checks if all Java classpath elements e...Gravatar mschwerhoff2011-09-19
* Chalice: Modified chalice.bat s.t. it uses the Scala libraries downloaded but...Gravatar mschwerhoff2011-09-16
* Chalice: Modified sbt.bat s.t. JAVA_OPTS are forwarded to the JVM.Gravatar mschwerhoff2011-09-15
* Added Uri Juhasz' AVL-treesGravatar Unknown2011-09-08
* Chalice: Added a script gathering all files necessary and/or of interest for ...Gravatar mschwerhoff2011-08-18
* Chalice: Changed tests/runalltests.bat such that additional parameters can be...Gravatar mschwerhoff2011-08-15
* Chalice: Disallow credit expressions in the specification of functions.Gravatar stefanheule2011-08-12
* Chalice: Add comment to a broken test-case.Gravatar stefanheule2011-08-04
* Chalie: Fix Visual Studio integration and add note about JVM stack size probl...Gravatar stefanheule2011-08-04
* Chalice: Add regression tests for all fixed bugs and separate the tests in 'e...Gravatar stefanheule2011-08-03
* Chalice: only show warning about misleading smoke warnings if there are actua...Gravatar stefanheule2011-08-03
* Chalice: Improve command line interface. Unknown options are no longer silent...Gravatar stefanheule2011-08-03
* Chalice: Add sbt to the repository.Gravatar stefanheule2011-08-02
* Chalice: Chalice is now built using sbt (simple built tool).Gravatar stefanheule2011-08-02
* Chalice: added string type and string literals (but no other string operations)Gravatar Rustan Leino2011-07-26
* Chalice: Check definedness of where-clause of channels (was missing before), ...Gravatar stefanheule2011-07-22
* Chalice: Improve smoke testing: look for preconditions of functions, predicat...Gravatar stefanheule2011-07-22
* Chalice: Only show the "first" smoke warning, as once the prover is able to s...Gravatar stefanheule2011-07-21
* Chalice: Use "/smoke" for the test suite by default to ensure test quality. U...Gravatar stefanheule2011-07-20
* Chalice: improve smoke testing to use the subsumption option only for the "as...Gravatar stefanheule2011-07-20
* Chalice: Improve command line help and allow both "-param" (old) and "/param"...Gravatar stefanheule2011-07-20
* Chalice: Uniform usage of Boogie syntax for functions.Gravatar stefanheule2011-07-20
* Chalice: Fix all three copyless message passing programs. There were problems...Gravatar stefanheule2011-07-19
* Chalice: Fix two nasty bugs that could lead to contradictions in the Boogie e...Gravatar stefanheule2011-07-19
* Chalice: Fix batch file problem and update reference output.Gravatar stefanheule2011-07-19
* Chalice: Smoke testing to find unreachable code, preconditions that are equiv...Gravatar stefanheule2011-07-18
* Chalice: Also exhale correctly in two steps for multiple contracts (e.g. two ...Gravatar stefanheule2011-07-18
* Chalice: Fix a problem with permission expressions. Prevsiously, exhaling "ac...Gravatar stefanheule2011-07-18
* MergeGravatar Unknown2011-07-16
|\
* | Suppress generation of Drop(s, 0). This expression caused unnecessary verific...Gravatar Unknown2011-07-16
| * Chalice: Fix workitem 10191 (escaping method arguments).Gravatar stefanheule2011-07-07
| * Chalice: New test script to execute all tests (in all folder) at once. Test s...Gravatar stefanheule2011-07-07
| * Chalice: Error message of the valid-permission-check often included '<undefin...Gravatar stefanheule2011-07-07
| * Chalice: Allow _ as wildcard in the eval construct for parameters. Usage is d...Gravatar stefanheule2011-07-07
|/
* Chalice: fix workitem 10194 (unfolding and old-expressions).Gravatar stefanheule2011-07-06
* Chalice: fix workitem 10199 (partial unfolding of nested predicates).Gravatar stefanheule2011-07-06
* Chalice: fix workitem 8236 (lockchange on return values causes invalid Boogie...Gravatar stefanheule2011-07-05
* MergeGravatar mschwerhoff2011-07-05
|\
* | Chalice: Removed debug codeGravatar mschwerhoff2011-07-05
| * Chalice: Four new interesting Chalice examples (added to test suite with the ...Gravatar stefanheule2011-07-05
|/
* Chalice: Fixed a bug that prevented Chalice from correctly dealing with Boogi...Gravatar Unknown2011-07-05
* Chalice: Completely switch to new testing scripts (more flexible and fine-gra...Gravatar stefanheule2011-07-05
* Chalice: New permission model that provides more abstraction and more flexibi...Gravatar stefanheule2011-07-01
* Fix some deprecation warnings from scalac 2.8.0.Gravatar kyessenov2011-02-16
* Chalice: Applied patch 7685, this fixes a small bug that duplicated members a...Gravatar alexanderjsummers2011-01-12
* Applied patch 7636 - this fixes workitem 9978Gravatar alexanderjsummers2011-01-12
* Chalice: this fixes a bug (an unsoundness) that arose in when a program combi...Gravatar mueller2010-12-16
* Small changes to compile and test Chalice on Linux.Gravatar kyessenov2010-12-04