index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Chalice
Commit message (
Expand
)
Author
Age
*
Chalice: testing refinement of Counter
kyessenov
2010-08-04
*
Chalice: abstract Shorr-Waite algorithm verified
kyessenov
2010-08-03
*
Chalice: deriving SchorrWaite algorithm with Chalice
kyessenov
2010-08-03
*
Chalice: added Tarjan's SCC algorithm for computing function call graph and r...
kyessenov
2010-08-03
*
Chalice:
kyessenov
2010-08-02
*
Chalice:
kyessenov
2010-08-02
*
Chalice:
kyessenov
2010-07-30
*
Chalice: pretty printer now prints element type for sequences; fixed a bug in...
kyessenov
2010-07-27
*
Chalice: bug -- permissions were implicity converted to Booge expressions (du...
kyessenov
2010-07-22
*
Chalice: bug -- expression substitution should preserve typing
kyessenov
2010-07-22
*
Chalice: sequence access wildcards a[*].* and a[*].f have been implemented (s...
kyessenov
2010-07-22
*
Chalice: introduced proper AST nodes for permission expressions and permissio...
kyessenov
2010-07-21
*
Chalice: fixed typos in strings; trying out committing with TFS
kyessenov
2010-07-21
*
Chalice: added surface syntax for acc(s[*].*) and acc(s[*].f); extended AST, ...
kyessenov
2010-07-20
*
Chalice: fixed a bug with permission operations treating AccessAll not as a p...
kyessenov
2010-07-20
*
Chalice: added type information for sequences ("where" clauses in local varia...
kyessenov
2010-07-20
*
Chalice: adding support for sequence local variables; removed ClassType from ...
kyessenov
2010-07-20
*
Chalice: extended substitutor to handle "exists" quantifier and sequence cont...
kyessenov
2010-07-20
*
VS2010 integration: fixed typo in Boogie mode (install for .bpl files, not .d...
rustanleino
2010-07-19
*
Chalice: added sequence containment surface syntax ("in" comparison operator)...
kyessenov
2010-07-19
*
Chalice: Introduced '[[ S ]]' as a shorthand syntax for 'lock (this) { S }'....
rustanleino
2010-07-19
*
Chalice: added "exists" quantifier; changed surface syntax for quantifier exp...
kyessenov
2010-07-19
*
Chalice: Re-designed lockchange on methods and loops. The lockchange clause i...
mueller
2010-07-18
*
Chalice: Removed the restriction that "holds" must occur only in positive pos...
mueller
2010-07-16
*
Chalice: revert minor commit; add cygwin python make script
kyessenov
2010-07-15
*
Oops, reverted my local changes to the build script.
kyessenov
2010-07-15
*
Chalice: fix a bug for boogie print-out of a sequence class
kyessenov
2010-07-15
*
Chalice: No longer use Mask for "held" field; instead, only use the value of...
rustanleino
2010-07-14
*
Chalice: Changed definition of waitlevel to take into account rdlock. Adapted...
mueller
2010-07-03
*
Chalice:
rustanleino
2010-06-25
*
Chalice: Applied patch #6192
mueller
2010-06-25
*
Chalice: fixed bug in the exhale of permissions (to handle negative epsilons)
mueller
2010-06-09
*
Chalice: Implemented -vs switch, for use when running Chalice from inside Vi...
rustanleino
2010-01-15
*
Chalice: updated Prelude to match new Boogie parsing of function parameters; ...
rustanleino
2010-01-06
*
Applied patch 4316, which fixes an unsoundness in the axiomatization of seque...
rustanleino
2009-11-05
*
- Sieve.chalice verifies + executes faster
jansmans
2009-10-20
*
- the "-gen" option works only if the program verifies
jansmans
2009-10-16
*
Implicitly declare as local variables undeclared variables occurring as LHS's...
rustanleino
2009-10-16
*
Sieve of Eratosthenes, written in Chalice.
rustanleino
2009-10-15
*
- fixed a positioning bug in Parser.scala
jansmans
2009-10-07
*
- extended to example to use acknowledgements (but uses sending debit)
jansmans
2009-10-07
*
- verified a program inpsired by "Copyless Message Passing" in Chalice
jansmans
2009-10-07
*
- where clauses are now properly type-checked
jansmans
2009-10-02
*
Implemented -noDeadlockChecks mode. With this mode, it is possible to give s...
rustanleino
2009-10-01
*
- made the output of the Chalice-to-C# translator slightly nicer
jansmans
2009-08-17
*
- Chalice-to-C# compiler now supports channels
jansmans
2009-08-17
*
* Implemented channels
rustanleino
2009-08-16
*
Made Makefile DOS friendly.
rustanleino
2009-08-06
*
Parse channels and condition variables.
rustanleino
2009-08-05
*
Initial set of files.
mikebarnett
2009-07-15