summaryrefslogtreecommitdiff
path: root/src/generic/apt/matching/serialize.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-28?architecture supports arch specification strings, wildcardsDaniel Hartwig1-1/+1
2012-03-22Drop regex support from ?architectureDaniel Hartwig1-1/+3
2012-03-19Support 'native' and 'foreign' as arguments to ?architectureDaniel Hartwig1-0/+8
2012-03-03Add search terms ?architecture, ?multiarchDaniel Hartwig1-0/+30
2011-04-10Fix serializing ?term-prefix.Daniel Burrows1-2/+2
2009-08-10Handle the new "enhances" value in the dependency type enumeration.Daniel Burrows1-0/+4
2009-01-31Add an API to serialize directly to a stream, and write operator<< on ref_ptr...Daniel Burrows1-104/+121
2009-01-18Implement the ?exact-name() term, a search term that matches package names ex...Daniel Burrows1-1/+7
2008-12-13Add a ?term-prefix matcher that matches against textual extensions of a strin...Daniel Burrows1-0/+6
2008-10-02Make AND inside OR and OR inside AND both get parens around them when they ge...Daniel Burrows1-3/+3
2008-09-30Add a ?term term to the language.Daniel Burrows1-0/+6
2008-09-04Fix the serialization of ?widen.Daniel Burrows1-1/+4
2008-09-04Fix the serialization of reverse dependencies.Daniel Burrows1-3/+3
2008-09-04Fix the serialization of ?or.Daniel Burrows1-1/+1
2008-09-04Fix the serialization of ?narrow.Daniel Burrows1-1/+3
2008-09-04Fix the serialization of the ?version matcher.Daniel Burrows1-1/+1
2008-09-04Don't store a redundant variable name in ?= and ?bind terms.Daniel Burrows1-20/+49
2008-09-04In bind patterns, serialize the pattern, not just the variable.Daniel Burrows1-0/+2
2008-09-04Don't go into infinite recursion serializing a 'not' term.Daniel Burrows1-1/+1
2008-09-04Fix an accidental fall-through.Daniel Burrows1-0/+1
2008-09-04Don't generate spurious parens around AND terms.Daniel Burrows1-1/+1
2008-09-04Make the constructor of a priority term take the numeric priority, not a string.Daniel Burrows1-1/+21
2008-09-03Fix serializing terms within terms.Daniel Burrows1-1/+1
2008-09-03Fix serializing ?name terms.Daniel Burrows1-1/+1
2008-09-03Fix how precedence is handled when serializing patterns.Daniel Burrows1-2/+2
2008-09-03Write (untested) code to serialize patterns (that is, to generate a string th...Daniel Burrows1-0/+488