summaryrefslogtreecommitdiff
path: root/BCT
Commit message (Collapse)AuthorAge
* (phone) fixed issues with anonymous xaml declarations.Gravatar t-espave2011-08-10
|
* (phone) back key handling via delegate detectedGravatar t-espave2011-08-10
| | | | back key handling code not reflected in nav graph - usually the programmer's intent
* (phone) slicing to avoid self loopsGravatar t-espave2011-08-09
|
* phone nav building statsGravatar t-espave2011-08-09
|
* phone nav building "doc"Gravatar t-espave2011-08-09
|
* (phone) fully automated phone nav graph buildingGravatar t-espave2011-08-09
|
* MergeGravatar t-espave2011-08-08
|\
* | (phone bct) filtering out nonpages for boogie queries, faster but maybe a ↵Gravatar t-espave2011-08-08
| | | | | | | | | | | | | | less precise preparing boogie code for static unrolls filtering out some navigations
| * another bug fix in bctGravatar qadeer2011-08-08
| |
| * added a new file and fixed a bug in bctGravatar qadeer2011-08-08
|/
* Added option "getMeHere" so that calls to GetMeHere.Assert(e) become "assert e"Gravatar Mike Barnett2011-08-06
| | | | | | | (which really could be done just by defining it that way in an assembly either via a contract or else by inlining it). But more importantly the option causes all assertions to be translated as assumptions. Still to do: postconditions should be translated as "free ensures".
* fixed a bug in delegate dispatcher name for generic invoke methodsGravatar qadeer2011-08-05
|
* (phone bct) nav graph building (mostly) automatedGravatar t-espave2011-08-05
|
* (phone bct) nav graph building (mostly) automatedGravatar t-espave2011-08-05
|
* MergeGravatar Mike Barnett2011-08-04
|\
* | Added new option /captureState (/c) for generating a capture state assumptionGravatar Mike Barnett2011-08-04
| | | | | | | | after each statement.
| * MergeGravatar t-espave2011-08-04
| |\ | |/ |/|
| * (phone bct) anonymous control supportGravatar t-espave2011-08-04
| | | | | | | | | | boogie nav graph modular analysis code default uris to lowercase to make life easier
* | Changed name mangling (again) to avoid name clashes.Gravatar Mike Barnett2011-08-04
| | | | | | | | If a method's parameters don't have names, give them names!
| * (phone bct) monitoring pivot controlsGravatar t-espave2011-08-04
| |
| * (phone bct) moved some code to urihelperGravatar t-espave2011-08-03
| |
| * MergeGravatar t-espave2011-08-03
| |\ | |/ |/|
* | Increase the name mangling to avoid name clashes in the Boogie program. In IL,Gravatar Mike Barnett2011-08-03
| | | | | | | | members of a type can have the same name.
| * (phone bct) user feedback, showing possibly anomalous nav targetsGravatar t-espave2011-08-03
|/ | | | (bct) '+' invalid in string literals
* typoGravatar t-espave2011-08-03
|
* (phone bct) tracking targets of back key navs.Gravatar t-espave2011-08-02
|
* MergeGravatar t-espave2011-08-02
|\
* | (phone bct) default URI checks inlinedGravatar t-espave2011-08-02
| | | | | | | | inlining statistics
| * Unicode surrogate characters cannot be handled by Boogie. For now (forever?)Gravatar Mike Barnett2011-08-02
| | | | | | | | just delete them from the identifier that represents each literal string.
* | (phone bct) methods inlined for modular analysis (fix)Gravatar t-espave2011-08-02
|/
* further fixes in the translation of compiletime constantsGravatar qadeer2011-08-01
|
* MergeGravatar t-espave2011-08-01
|\
* | (phone bct) compute fixpoint for necessary inlined methods (for modular ↵Gravatar t-espave2011-08-01
| | | | | | | | analysis)
* | control parsing creates batch file with several calls to corral for graph ↵Gravatar t-espave2011-08-01
| | | | | | | | building. lacks some automation still
| * Fix in the assertion injector for putting the output on top of the inputGravatar Mike Barnett2011-08-01
| | | | | | | | | | | | assembly. Fix in the Sink so that the consolidated index of a type parameter is computed correctly.
* | generating individual corral queries for page navigationGravatar t-espave2011-08-01
|/
* fix for exception when phoneControls are not setGravatar t-espave2011-08-01
|
* more phone controls tracked for feedbackGravatar t-espave2011-07-29
|
* anonymous phone controls fixGravatar t-espave2011-07-29
|
* more input/output control handling for phonesGravatar t-espave2011-07-28
|
* refactored phonehelperGravatar t-espave2011-07-28
|
* trivial contract for phone event handlersGravatar t-espave2011-07-28
|
* bugfix,nothing was done if no white/blacklist specifiedGravatar t-espave2011-07-28
|
* option bugfixGravatar t-espave2011-07-28
|
* MergeGravatar Mike Barnett2011-07-27
|\
* | New project to support "Get Me Here": an assertion injector that puts into aGravatar Mike Barnett2011-07-27
| | | | | | | | binary a call to "Contract.Assert(false)".
* | Implemented a whitelist/blacklist so translator can ignore certain parts of anGravatar Mike Barnett2011-07-27
| | | | | | | | assembly.
| * fixed right/left shift functions declGravatar t-espave2011-07-27
| |
| * solved uri naming issuesGravatar t-espave2011-07-27
| |
| * not handling property bindings for controls (for now)Gravatar t-espave2011-07-27
| |