summaryrefslogtreecommitdiff
path: root/BCT/RegressionTests/TranslationTest/UnitTest0.cs
Commit message (Expand)AuthorAge
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl...Gravatar Rustan Leino2013-03-05
* Add options to control the emission of free ensures forGravatar Unknown2012-04-16
* For now, just ignore "address of" nodes and translate the expression of whichGravatar Mike Barnett2012-01-03
* Refactored translator so it can be called programmatically and return theGravatar Mike Barnett2011-11-21
* Added new option /captureState (/c) for generating a capture state assumptionGravatar Mike Barnett2011-08-04
* Implemented a whitelist/blacklist so translator can ignore certain parts of anGravatar Mike Barnett2011-07-27
* adding checks and code injection for phone feedback checkingGravatar t-espave2011-07-25
* phone control exploration for BCT, not integrated yetGravatar Unknown2011-07-07
* 0. Deleted other heap representations except SplitField and GeneralGravatar qadeer2011-04-23
* More support for stubs. Ability to add functions as well as procedures.Gravatar mikebarnett2011-04-04
* Can now translate multiple assemblies into one Boogie Program.Gravatar mikebarnett2011-03-08
* Changed calls to Debug.Assert to Contract.Assert.Gravatar mikebarnett2011-02-24
* Added the heap representation I was supposed to have started with... A genera...Gravatar mikebarnett2011-01-21
* Added a better options parsing by using functionality from MemberHelper.Gravatar mikebarnett2011-01-21
* Added a test for the split fields option.Gravatar mikebarnett2011-01-20
* More structuring of the different heap representations. Now each heap represe...Gravatar mikebarnett2011-01-19
* The beginning of the encapsulation of the Heap representation so that we can ...Gravatar mikebarnett2011-01-17
* Generate "assume {:filename "foo.cs"}{:line 3} true" statements for each stat...Gravatar mikebarnett2010-12-20
* Adapt to new APIs in CCI.Gravatar mikebarnett2010-12-08
* Introduction of the Sink: a global object that is threaded through all of the...Gravatar mikebarnett2010-07-02
* Simplified the translator by merging the ToplevelTraverser, ClassTraverser, a...Gravatar mikebarnett2010-06-28
* Added the factory pattern so that all traversers are created through factory ...Gravatar mikebarnett2010-06-16