Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Normalise line endings using a .gitattributes file. Unfortunately | Dan Liew | 2015-06-28 |
| | | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored. | ||
* | Minor changes to the "Checked" build configuration | wuestholz | 2015-01-09 |
| | |||
* | Did more refactoring and addressed several todos. | wuestholz | 2014-09-23 |
| | |||
* | Did some refactoring. | wuestholz | 2014-09-23 |
| | |||
* | fixed codexpr bug reported by Michael Emmi; removed special handling of ↵ | qadeer | 2014-08-08 |
| | | | | codexpr in InjectPostConditions | ||
* | OnModel now carries the result of the prover call | akashlal | 2014-06-28 |
| | |||
* | Fix Boogie so it compiled with mono. Patch by Dan Liew. | Ally Donaldson | 2014-01-14 |
| | |||
* | added the QED build configuration | qadeer | 2013-12-02 |
| | |||
* | Fixed several build errors in the 'Checked' configuration. | wuestholz | 2013-08-05 |
| | |||
* | BlockSeq: farewell | Ally Donaldson | 2013-07-22 |
| | |||
* | StringSeq: farewell | Ally Donaldson | 2013-07-22 |
| | |||
* | CmdSeq: farewell | Ally Donaldson | 2013-07-22 |
| | |||
* | Started to remove ...Seq classes | Ally Donaldson | 2013-07-22 |
| | |||
* | More refactoring towards replacing PureCollections.Sequence with List | Ally Donaldson | 2013-07-22 |
| | |||
* | Merge | Ally Donaldson | 2013-07-22 |
|\ | |||
* | | Changed Has method of PureSequence to Contains to make refactoring easier. | Ally Donaldson | 2013-07-22 |
| | | |||
| * | merge | Pantazis Deligiannis | 2013-07-22 |
| |\ | |/ |/| | |||
* | | Large refactoring of Hashtable to Dictionary. | Ally Donaldson | 2013-07-22 |
| | | |||
* | | Refactored variable2sequenceNumber to use Dictionary | Ally Donaldson | 2013-07-22 |
| | | |||
* | | Refactored labsl2absy so that it is a Dictionary<int, Absy> instead of a ↵ | Ally Donaldson | 2013-07-22 |
| | | | | | | | | plain Hashtable. | ||
| * | Merge | Pantazis Deligiannis | 2013-07-15 |
|/| | |||
* | | Worked on the parallelization. | wuestholz | 2013-07-11 |
| | | |||
| * | merge | Pantazis Deligiannis | 2013-07-06 |
| |\ | |/ |/| | |||
* | | Did some refactoring in the execution engine and worked on the parallelization. | wuestholz | 2013-07-01 |
| | | |||
* | | Did some refactoring in the execution engine and worked on the parallelization. | wuestholz | 2013-06-25 |
| | | |||
| * | CVC4 Parser | pantazis | 2013-06-12 |
|/ | |||
* | changed the signing to ..\InterimKey.snk | qadeer | 2012-10-03 |
| | |||
* | bunch of refactorings | Unknown | 2012-10-03 |
- moved doomed and predication code into separate projects; for doomed there is a static dependency from BoogieDriver but for predication even that dependency has been eliminated - deleted Provers\Simplify and Provers\Z3 - removed Provers\Z3api from the solution - consolidated Core\GraphAlgorithms.cs VCGeneration\GraphAlgorithms.cs into Graph\Graph.cs |