Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge | Ally Donaldson | 2015-01-13 |
|\ | |||
| * | Merging changes from wuestholz/BoogieInvariantFixesIIII | wuestholz | 2015-01-13 |
| |\ | |||
| * \ | Merging changes from 0biha/BoogieInvariantFixesIIIa | wuestholz | 2015-01-13 |
| |\ \ | |||
* | | | | Removed unnecessary stage-related attributes from candidate annotations. | Ally Donaldson | 2015-01-10 |
| | | | | |||
| | | * | Made 2 invariants of class 'VariableCollector' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | - making field protected - exposing IEnumerables (with help from David Rohr) | ||
| | | * | Made invariant of class 'Trigger' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - making field private - adding getter/setter - copying incoming list - exposing read-only list (with help from David Rohr) | ||
| | | * | Made invariant of class 'StmtList' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - making field private and readonly - exposing IEnumerable - adding 'AddLabel' method (with help from David Rohr) | ||
| | | * | Made invariant of class 'StmtList' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - adding private field - exposing read-only list - copying incoming list (with help from David Rohr) | ||
| | | * | Made invariant of class 'QKeyValue' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - making field private - exposing read-only list - copying incoming list - adding methods 'AddParam', 'AddParams', and 'ClearParams' (with help from David Rohr) | ||
| | | * | Made invariant of class 'EEDTemplate' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - making field private - exposing an IEnumerable - copying incoming list (with help from David Rohr) | ||
| | | * | Made invariant of class 'Block' robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | - making field private - exposing an IEnumerable (with help from David Rohr) | ||
| | | * | Made invariant of class CommandLineOptions robust by: | wuestholz | 2015-01-09 |
| | | | | | | | | | | | | | | | | | | | | | | | | - making field private - exposing an IEnumerable (with help from David Rohr) | ||
| | | * | Made 2 invariants of class 'CommandLineOptions' robust by: | wuestholz | 2015-01-09 |
| | |/ | |/| | | | | | | | | | | | | | | | | - making fields private - exposing IEnumerables - adding methods 'AddProverOption', 'RemoveAllProverOptions', and 'AddZ3Option' (with help from David Rohr) | ||
| * | | Minor changes to the "Checked" build configuration | wuestholz | 2015-01-09 |
|/ / | |||
| * | Tiny change ('Trigger' class) | 0biha | 2015-01-08 |
| | | |||
* | | Updated to Staged Houdini | Ally Donaldson | 2015-01-08 |
| | | |||
| * | Fixed a null reference problem in class 'Constant'. | 0biha | 2015-01-08 |
| | | |||
| * | Tiny fix (made field 'tr' of class 'Trigger' private) | 0biha | 2015-01-08 |
| | | |||
| * | Made 2 invariants of class 'DeclWithFormals' robust by changing the design | 0biha | 2015-01-07 |
| | | | | | | | | (replaced public fields by private fields + getters/setters) | ||
| * | Rewrote 'globalVariablesCache' invariant fix of class 'Program' | 0biha | 2015-01-08 |
| | | |||
| * | Made invariant of class 'Constant' robust by making list 'Parents' read-only | 0biha | 2015-01-05 |
| | | |||
| * | Made invariant of class 'AtomicRE' robust by changing the design | 0biha | 2015-01-05 |
| | | | | | | | | (replaced public field by private field + getter/setter) | ||
| * | Made invariant of class 'Trigger' robust by | 0biha | 2015-01-01 |
| | | | | | | | | | | | | -replacing public field by private field + getter -using read-only wrappers (to avoid leaking) -cloning the tr list in the setter and constructor (to avoid capturing) | ||
| * | Made invariant of class 'ListOfMiningStrategies' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public field by private field + getter/setter) | ||
| * | Made invariant of class 'IfThenElse' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public field by private field + getter/setter) | ||
| * | Made 2 invariants of class 'IfCmd' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public fields by private fields + getters/setters) | ||
| * | Made invariant of class 'EEDTemplate' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public field by private field + getter/setter) | ||
| * | Made invariant of class 'StructuredCmd' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public field by private field + getter/setter) | ||
| * | Made 2 invariants of class 'Block' robust by changing the design | 0biha | 2015-01-08 |
| | | | | | | | | (replaced public fields by private fields + getters/setters) | ||
| * | Made 3 invariants of class 'BigBlock' robust by changing the design | 0biha | 2015-01-01 |
| | | | | | | | | (replaced public fields by private fields + getters/setters) | ||
| * | Made invariant of class 'CommandLineOptions' robust by changing the design | 0biha | 2014-12-31 |
| | | | | | | | | (replaced public variable by private variable + getter/setter). | ||
| * | Made invariant of class 'CommandLineOptions' robust by changing the design | 0biha | 2015-01-08 |
| | | | | | | | | (replaced public variable by private variable + getter/setter). | ||
| * | Made invariant of class 'Program' robust by making the GlobalVariables cache ↵ | 0biha | 2014-12-27 |
| | | | | | | | | read-only. | ||
| * | Made invariants of classes 'Requires' and 'Ensures' robust by making ↵ | 0biha | 2014-12-27 |
|/ | | | | 'IPotentialErrorNode' generic. | ||
* | Minor changes | wuestholz | 2015-01-02 |
| | |||
* | Added a test and a todo. | wuestholz | 2015-01-02 |
| | |||
* | Worked on more native support for partially-verified assertions. | wuestholz | 2014-12-28 |
| | |||
* | Minor change in verification result caching (extracted functions) | wuestholz | 2014-12-28 |
| | |||
* | Merging changes from 0biha/BoogieInvariantFixesII | wuestholz | 2014-12-27 |
|\ | |||
* \ | Merge | 0biha | 2014-12-26 |
|\ \ | |||
| | * | Merge | 0biha | 2014-12-26 |
| | |\ | | |/ | |/| | |||
| | * | Minor precondition fix | 0biha | 2014-12-26 |
| | | | |||
| * | | Minor change | wuestholz | 2014-12-26 |
| | | | |||
| * | | Fixed a postcondition. | wuestholz | 2014-12-26 |
| | | | |||
| * | | strengthened type checking | qadeer | 2014-12-26 |
| | | | | | | | | | | | | | | | cleaned up the generation of mover checks (based on example from Chris) added two examples from Chris to regressions | ||
| | * | Replaced properties Lhss_NRO and Rhss_NRO by methods SetLhs and SetRhs. | 0biha | 2014-12-25 |
| | | | |||
| | * | Made some compatibility fixes after running the unit tests. | 0biha | 2014-12-24 |
| | | | | | | | | | | | | Added an internal non-readonly version of Lhss and Rhss to 'AssignCmd'. | ||
| | * | Made invariant of class 'CommandLineOptions' robust by changing the design | 0biha | 2014-12-24 |
| | | | | | | | | | | | | (made field 'Ai' read-only). | ||
| | * | Backed out changeset: 4103d2e9c2ef | 0biha | 2014-12-24 |
| | | | |||
| | * | Scanner generation with Coco | 0biha | 2014-12-24 |
| | | |