summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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!
* | MergeGravatar qadeer2011-08-04
|\ \
* | | full port of houdini projectGravatar qadeer2011-08-04
| | |
| | * MergeGravatar t-espave2011-08-04
| | |\ | | |/ | |/|
| | * (phone bct) monitoring pivot controlsGravatar t-espave2011-08-04
| | |
| * | Chalice: Add comment to a broken test-case.Gravatar stefanheule2011-08-04
| | |
| * | Chalie: Fix Visual Studio integration and add note about JVM stack size ↵Gravatar stefanheule2011-08-04
| | | | | | | | | | | | problems.
* | | MergeGravatar qadeer2011-08-03
|\| |
* | | ported Houdini to C#, added Houdini project to the Boogie solutionGravatar qadeer2011-08-03
| | |
| * | MergeGravatar Aleksandar Milicevic2011-08-03
| |\ \
| * | | Jennisys:Gravatar Aleksandar Milicevic2011-08-03
| | | | | | | | | | | | | | | | | | | | | | | | - moved modularization and method unification stuff to their own modules - improved the modular synthesis so that whole branches can be delegated to existing methods.
| | | * (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
| | * MergeGravatar t-espave2011-08-03
| | |\
| | * | typoGravatar t-espave2011-08-03
| | | |
| | | * Chalice: Add regression tests for all fixed bugs and separate the tests in ↵Gravatar stefanheule2011-08-03
| | | | | | | | | | | | | | | | 'examples' into "read" examples and general tests.
| | | * Chalice: only show warning about misleading smoke warnings if there are ↵Gravatar stefanheule2011-08-03
| | | | | | | | | | | | | | | | actually smoke warnings.
| | | * Chalice: Improve command line interface. Unknown options are no longer ↵Gravatar stefanheule2011-08-03
| | | | | | | | | | | | | | | | silently passed to Boogie (but passing them to Boogie is still possible with /boogieOpt), and Chalice shows a message when it expects input from stdin.
| | | * Chalice VS integration: recognize string literalsGravatar Rustan Leino2011-08-03
| | |/ | |/|
| * | MergeGravatar Aleksandar Milicevic2011-08-02
| |\|
| * | Jennisys: implemented a unification algorithm that tries to find an existingGravatar Aleksandar Milicevic2011-08-02
| | | | | | | | | | | | method that matches (specification-wise) a synthesized one
| | * (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
| |/ |/|
* | Chalice: Add sbt to the repository.Gravatar stefanheule2011-08-02
| |
* | Chalice: Chalice is now built using sbt (simple built tool).Gravatar stefanheule2011-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
|/ /
* | MergeGravatar t-espave2011-08-01
|\|
* | fix for exception when phoneControls are not setGravatar t-espave2011-08-01
| |
| * MergeGravatar Aleksandar Milicevic2011-07-29
| |\ | |/ |/|
| * Jennisys: (1) fixed a bug in "TryInferConditionals"; (2) added synthesized ↵Gravatar Aleksandar Milicevic2011-07-29
| | | | | | | | modular code
| * Jennisys:Gravatar Aleksandar Milicevic2011-07-29
| | | | | | | | | | | | - finished the initial version of the modular code for constructors (excluding the unification part where it tries to find an existing function that meets the required spec)
* | more phone controls tracked for feedbackGravatar t-espave2011-07-29
| |
* | anonymous phone controls fixGravatar t-espave2011-07-29
| |
* | MergeGravatar t-espave2011-07-28
|\ \
* | | more input/output control handling for phonesGravatar t-espave2011-07-28
| | |
| * | release build should not have z3api being builtGravatar Unknown2011-07-28
| | |