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