summaryrefslogtreecommitdiff
path: root/Source/Doomed/Doomed.csproj
Commit message (Collapse)AuthorAge
* Rename DLLs to non-generic names by prefixing "Boogie". Project names andGravatar akashlal2016-04-15
| | | | namespaces remain the same.
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-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 configurationGravatar wuestholz2015-01-09
|
* Fix Boogie so it compiled with mono. Patch by Dan Liew.Gravatar Ally Donaldson2014-01-14
|
* added the QED build configurationGravatar qadeer2013-12-02
|
* Fixed several build errors in the 'Checked' configuration.Gravatar wuestholz2013-08-05
|
* CVC4 ParserGravatar pantazis2013-06-12
|
* changed the signing to ..\InterimKey.snkGravatar qadeer2012-10-03
|
* bunch of refactoringsGravatar Unknown2012-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