Age | Commit message (Expand) | Author | Lines |
2011-03-26 | Kill PackageDatabase | Ciaran McCreesh
| -352/+0 |
2011-03-26 | Use Environment rather than PackageDatabase | Ciaran McCreesh
| -97/+10 |
2011-03-25 | No need for favourite_repository | Ciaran McCreesh
| -11/+0 |
2011-02-28 | Allow repos to return partial results if faster | Ciaran McCreesh
| -1/+1 |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | Ciaran McCreesh
| -1/+1 |
2011-01-07 | Pass ID to match_package | Ciaran McCreesh
| -2/+3 |
2011-01-01 | PackageID::repository_name rather than ::repository | Ciaran McCreesh
| -4/+5 |
2010-12-07 | PackageDatabase::fetch_unique_qualified_package_name disambiguate flag | Aleksandar Petrinic
| -1/+5 |
2010-08-13 | env->root() -> env->preferred_root_key() | Ciaran McCreesh
| -1/+3 |
2010-08-05 | Move PartiallyMadePackageDepSpec into own header | Ciaran McCreesh
| -0/+1 |
2010-07-24 | Make use of Options init lists | Ciaran McCreesh
| -1/+1 |
2010-07-23 | PrivateImplementationPattern -> Pimp, Implementation -> Imp | Ciaran McCreesh
| -3/+3 |
2010-07-22 | Less verbose PrivateImplementationPattern | Ciaran McCreesh
| -1/+1 |
2010-07-22 | No more tr1:: and tr1/ | Ciaran McCreesh
| -28/+28 |
2010-06-09 | Replace Validated with WrappedValue | Ciaran McCreesh
| -1/+1 |
2010-03-12 | Backwards logic is backwards | Ciaran McCreesh
| -6/+6 |
2010-03-11 | Prefer anything over packages from unimportant repos while disambiguating | Paul Mulders
| -9/+35 |
2009-11-28 | Don't use virtuals for wrapped forward iterators | Ciaran McCreesh
| -3/+18 |
2009-05-19 | Preserve whether we hate non-ranged deps | Ciaran McCreesh
| -2/+2 |
2008-12-06 | kill more sr | Ciaran McCreesh
| -3/+3 |
2008-11-13 | Add MatchPackageOptions. | Ciaran McCreesh
| -1/+1 |
2008-06-01 | New Selection + Filter + Generator interface using Environment, replacing the... | Ciaran McCreesh
| -209/+20 |
2008-04-26 | paludis::tr1:: is dead. We no longer support compilers that don't do tr1 (tha... | Ciaran McCreesh
| -48/+47 |
2008-04-17 | Fix inquisitio. | David Leverton
| -2/+2 |
2008-04-17 | Overload stringify for Validated, giving a small speed-up. | David Leverton
| -2/+2 |
2008-04-16 | Give log messages an id | Ciaran McCreesh
| -2/+2 |
2008-01-22 | Fix GCC 4.3 build, thanks to Almathea. | David Leverton
| -0/+1 |
2007-12-02 | Abstractify PackageDepSpec, to allow repositories to display deps in their na... | Ciaran McCreesh
| -4/+1 |
2007-11-20 | Make fetch_unique_qualified_package_name take a query to limit the potential ... | David Leverton
| -17/+39 |
2007-11-19 | Remove some long-deprecated code | Ciaran McCreesh
| -6/+0 |
2007-11-11 | Fix GCC 3.4 build. From: kimrhh | David Leverton
| -2/+2 |
2007-11-02 | Stop using libebt, libwrapiter. C++0x compliant iterators. Use static_assert,... | Ciaran McCreesh
| -10/+18 |
2007-10-23 | Remove email addresses from places that aren't AUTHORS | Ciaran McCreesh
| -1/+1 |
2007-10-23 | Use an email address that works | Ciaran McCreesh
| -1/+1 |
2007-10-17 | typo | Piotr Jaroszyński
| -1/+1 |
2007-10-17 | Better ambiguity resolution for virtuals, installed packages. Fixes: ticket:391 | Piotr Jaroszyński
| -4/+97 |
2007-10-09 | More doxygen work | Ciaran McCreesh
| -26/+0 |
2007-09-25 | Rename const iterators to ConstIterator, mutable to Iterator. Fixes: ticket:365 | Ciaran McCreesh
| -24/+24 |
2007-09-04 | Move common task code. Clean up headers a bit. | Ciaran McCreesh
| -29/+1 |
2007-07-16 | Be thread safe. | Ciaran McCreesh
| -3/+5 |
2007-07-07 | Fix qo_group_by_slot. | David Leverton
| -9/+7 |
2007-07-05 | r3770@snowflake: ciaranm | 2007-07-05 01:48:14 +0100 | Ciaran McCreesh
| -126/+87 |
2007-06-27 | r3606@snowflake: ciaranm | 2007-06-27 20:17:54 +0100 | Ciaran McCreesh
| -88/+68 |
2007-06-06 | r3336@snowflake: ciaranm | 2007-06-06 14:25:08 +0100 | Ciaran McCreesh
| -85/+86 |
2007-06-01 | Code cleanup. Fixes: ticket:266, ticket:267 | Ciaran McCreesh
| -0/+1 |
2007-05-20 | Change how we access tr1 to make things easier for third party clients. Fixes... | Ciaran McCreesh
| -20/+20 |
2007-05-18 | Change how we specify operators | Ciaran McCreesh
| -25/+10 |
2007-05-09 | Add qo_best_version_only, qo_best_version_in_slot_only. Fixes: ticket:219 | Ciaran McCreesh
| -30/+52 |
2007-04-01 | Make more data available for NoSuchRepositoryError | Ciaran McCreesh
| -4/+21 |
2007-04-01 | Add PackageDatabase::has_repository_named | Ciaran McCreesh
| -0/+11 |