summaryrefslogtreecommitdiff
path: root/BCT/BytecodeTranslator/MetadataTraverser.cs
Commit message (Expand)AuthorAge
* Removed Dafny, Jennisys, Chalice, and BCT, which now live in different Codepl...Gravatar Rustan Leino2013-03-05
* Make the modelExceptions option an integer.Gravatar Unknown2012-08-22
* Add an option to model exceptional control flow or not. When it is false:Gravatar Unknown2012-07-31
* Mark the procedure translated from the module's entry pointGravatar Mike Barnett2012-01-15
* Fixed struct copy constructor implementation.Gravatar Mike Barnett2012-01-10
* Change the copy constructor for struct types so that it returns the copyGravatar Mike Barnett2012-01-09
* Copy structs that are passed by value as method call arguments.Gravatar Mike Barnett2012-01-04
* Trying to get the generics translation correct...Gravatar Mike Barnett2011-11-14
* Major changes to the translator traversers because they now are based on theGravatar Mike Barnett2011-10-31
* fixed bugGravatar qadeer2011-08-23
* (bct) skeleton of plugin infrastructure. for now the code is essentially the ...Gravatar t-espave2011-08-16
* (BCT) starting translators-as-plugins implGravatar t-espave2011-08-15
* (phone) fixed issues with anonymous xaml declarations.Gravatar t-espave2011-08-10
* (phone) slicing to avoid self loopsGravatar t-espave2011-08-09
* another bug fix in bctGravatar qadeer2011-08-08
* MergeGravatar t-espave2011-08-04
|\
| * Changed name mangling (again) to avoid name clashes.Gravatar Mike Barnett2011-08-04
* | (phone bct) moved some code to urihelperGravatar t-espave2011-08-03
|/
* refactored phonehelperGravatar t-espave2011-07-28
* MergeGravatar Mike Barnett2011-07-27
|\
* | Implemented a whitelist/blacklist so translator can ignore certain parts of anGravatar Mike Barnett2011-07-27
| * solved uri naming issuesGravatar t-espave2011-07-27
| * - handler methods with simulated callsGravatar t-espave2011-07-27
|/
* ignoring (some) non-feedback producing event handlersGravatar t-espave2011-07-26
* weeding out non-set $exception as feedback handling issuesGravatar t-espave2011-07-26
* ui handlers override checked for output geenrationGravatar t-espave2011-07-26
* adding checks and code injection for phone feedback checkingGravatar t-espave2011-07-25
* tracking main phone application class and ctorsGravatar t-espave2011-07-22
* dynamic navigation variable tracking and base page name trackingGravatar Unknown2011-07-21
* fixed a bug on current nav trackingGravatar Unknown2011-07-20
* edited out phoneplugin from most placesGravatar Unknown2011-07-19
* - keeping track of BCT name changes to controlsGravatar Unknown2011-07-15
* removed extraneous commented codeGravatar qadeer2011-07-13
* implemented Mike's proposal for dynamic dispatch for finally blocksGravatar qadeer2011-07-13
* fixing exception translation according to discussion with mikeGravatar qadeer2011-07-13
* phone (static) controls extractor.Gravatar Unknown2011-07-06
* bug fix in translation of dispatch continuationGravatar qadeer2011-06-23
* Translate IConditional exactly the same way as IConditionalStatement to accou...Gravatar qadeer2011-06-20
* whole bunch of bug fixesGravatar qadeer2011-06-20
* changes related to fixing problems with finally translationGravatar qadeer2011-06-12
* MergeGravatar qadeer2011-06-10
|\
* | bunch of changes related to finally handlingGravatar qadeer2011-06-10
| * solvedGravatar Unknown2011-06-09
|/
* beginning support for finally clausesGravatar qadeer2011-06-07
* initial cut for translating exceptionsGravatar qadeer2011-06-06
* Further support for translating genericsGravatar qadeer2011-06-04
* Lots of small bug fixes: conversions, overloaded operations on real numbers.Gravatar Mike Barnett2011-05-31
* Don't translate method contracts until method information (parameter map, etc.)Gravatar Mike Barnett2011-05-30
* Fixed struct ctors so that they don't return the "this" value, but justGravatar Mike Barnett2011-05-29
* Removed the method DefaultValue from the sink: if a default value of a typeGravatar Mike Barnett2011-05-29