Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-05-23 | Move code around | -1/+0 | ||
2013-05-22 | Use nullptr | -6/+5 | ||
2013-02-26 | perform some dead code elimintation | -7/+0 | ||
Excise some dead code identified by clang | ||||
2012-11-16 | Parse/generate SlotUnknownRewrittenRequirement in Gentoo EAPIs | -1/+11 | ||
2012-09-14 | Fix properly | -19/+10 | ||
2012-09-14 | Use EAPI rather than subslots to decide how to rewrite | -4/+4 | ||
2012-09-14 | Refactor to allow subslots | -14/+68 | ||
2012-02-16 | Copy annotations when rewriting specs | -0/+1 | ||
2011-05-19 | Revert the package dep spec changes | -9/+9 | ||
2011-04-12 | MetadataKey value -> parse_value | -2/+2 | ||
2011-04-07 | Constraint -> Requirement | -4/+4 | ||
2011-04-05 | No need for fancy PackageDepSpecData subclassing | -4/+7 | ||
2011-04-04 | slot to requirements | -8/+5 | ||
2011-03-26 | Use Environment rather than PackageDatabase | -1/+0 | ||
2011-02-21 | Remove simple_ from visitor | -2/+2 | ||
2011-01-07 | Pass ID to match_package | -2/+2 | ||
2010-10-31 | Use system root for := deps | -1/+1 | ||
2010-08-24 | FSEntry -> FSPath, FSStat | -2/+1 | ||
Fixes: ticket:967 | ||||
2010-08-13 | Rename spec tree root to top | -2/+2 | ||
2010-08-05 | Move PartiallyMadePackageDepSpec into own header | -0/+2 | ||
2010-07-24 | Make use of Options init lists | -1/+1 | ||
2010-07-23 | Avoid more explicit newage | -1/+1 | ||
2010-07-23 | Avoid sptr.reset(new ...) | -1/+1 | ||
2010-07-22 | Use std::make_shared<> | -4/+3 | ||
2010-07-22 | No more tr1:: and tr1/ | -15/+15 | ||
2009-11-28 | Don't use virtuals for wrapped forward iterators | -0/+1 | ||
2009-10-11 | labels changes | -1/+1 | ||
2009-02-05 | Make slot a metadata key. | -3/+7 | ||
Fixes: ticket:450 | ||||
2009-01-09 | New easier tree visitors | -108/+38 | ||
2008-12-13 | New, simpler visitor framework. | -2/+2 | ||
Convert everything except the tree things, to begin with. | ||||
2008-11-13 | Add MatchPackageOptions. | -1/+1 | ||
Fixes: ticket:655 | ||||
2008-09-02 | Preserve annotations when copying. | -4/+2 | ||
2008-07-23 | Convert EAPI away from kc / sr. | -1/+1 | ||
Looks like people are having compiler issues. Hopefully this: Fixes: ticket:622 | ||||
2008-06-01 | New Selection + Filter + Generator interface using Environment, replacing ↵ | -3/+6 | ||
the old PackageDatabase Query. Fixes: ticket:559 | ||||
2008-05-10 | new parser code | -3/+6 | ||
2008-04-26 | paludis::tr1:: is dead. We no longer support compilers that don't do tr1 ↵ | -33/+33 | ||
(that means you, gcc-3). | ||||
2008-03-05 | Add :*/:= slot support | -0/+217 | ||