summaryrefslogtreecommitdiff
path: root/src/generic/problemresolver/incremental_expression.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Fix build with g++ 4.7Adrian Lang1-1/+1
2010-04-19Uniformly treat NULL pointers to incremental expressions as incremental expre...Daniel Burrows1-6/+13
2010-04-19Fix a line that couldn't possibly have compiled.Daniel Burrows1-2/+2
2009-09-09Don't crash when dumping information about a solver without a validity condit...Daniel Burrows1-1/+5
2009-07-07Make the constructor of var_e protected so that it can be subclassed.Daniel Burrows1-0/+1
2009-06-09Add 3-way comparisons to the resolver layer instead of using operator<.Daniel Burrows1-0/+23
2009-06-02Fix enough compile errors that the problem resolver subdirectory compiles.Daniel Burrows1-3/+1
2009-05-26Add a convenience class for writing "expressions" that are mainly listeners.Daniel Burrows1-0/+39
2009-05-26Add a default implementation of dump() in expression_box.Daniel Burrows1-0/+11
2009-05-26Also be careful about NULL pointers in get_value().Daniel Burrows1-2/+10
2009-05-26Implement operator= for expression boxes.Daniel Burrows1-0/+8
2009-05-26Be more careful about NULL pointers.Daniel Burrows1-3/+6
2009-05-26Use the new box_expression to implement not_e.Daniel Burrows1-5/+2
2009-05-26Write a helper class that contains the code needed to manage a container that...Daniel Burrows1-0/+44
2009-05-26Use a set, not a vector, to track the parents of an expression.Daniel Burrows1-25/+14
2009-05-26Implement operator< for expression weak references.Daniel Burrows1-0/+5
2009-05-23Fix up parent lists by removing parents that are going away.Daniel Burrows1-0/+38
2009-05-22Connect children to parents in the standard expression classes.Daniel Burrows1-0/+4
2009-05-22Fix the iteration in the container's dump routine to use typename where it's ...Daniel Burrows1-1/+1
2009-05-22Actually, take raw pointers in add_parent().Daniel Burrows1-2/+3
2009-05-22Add a way for subclasses of container to register their children.Daniel Burrows1-0/+8
2009-05-22Allow expression weak references to be directly initialized from cwidget ref_...Daniel Burrows1-0/+8
2009-05-22Add support for dumping incremental expression trees.Daniel Burrows1-0/+40
2009-05-17Commit a non-working, incomplete iteration of the incremental rewrite of the ...Daniel Burrows1-0/+442