Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2018-04-09 | add reduced_username() to Environment | -0/+10 | |
2016-12-14 | Mark loop variable const (NFC) | -1/+1 | |
2016-08-06 | modernize: use default method synthesis | -3/+1 | |
2016-08-04 | modernize: use override annotations | -5/+5 | |
2016-08-04 | modernize: convert to range based for-loops | -5/+4 | |
2014-09-17 | Remove 'breaks Portage' code | -21/+1 | |
2013-05-22 | Switch to std mutex and condition_variable | -7/+7 | |
2012-03-03 | include unistd.h for some function declarations | -0/+1 | |
2011-03-26 | Use Environment rather than PackageDatabase | -18/+4 | |
2011-03-26 | paludis_command not used | -14/+0 | |
2011-03-20 | Move env var names into header | -5/+6 | |
2011-02-28 | Allow sets in /usr | -17/+30 | |
2011-02-26 | Pass optional reason to unmask queries | -3/+3 | |
2011-02-06 | Unused | -1/+1 | |
2011-02-06 | Dep tags are no longer needed | -4/+0 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -3/+2 | |
2011-01-01 | Pass PackageIDs by shared_ptr | -7/+7 | |
2010-12-17 | suggestions.conf | -3/+4 | |
2010-12-16 | Environment::interest_in_suggestion | -0/+8 | |
2010-10-31 | specpath.conf system_root | -1/+1 | |
2010-10-31 | Environment::system_root_key | -1/+11 | |
2010-08-24 | FSEntry -> FSPath, FSStat | -41/+42 | |
2010-08-13 | env->root() -> env->preferred_root_key() | -7/+11 | |
2010-08-12 | Let hooks take an output manager | -2/+4 | |
2010-07-24 | Make use of Options init lists | -6/+5 | |
2010-07-23 | Avoid more explicit newage | -8/+8 | |
2010-07-23 | Avoid sptr.reset(new ...) | -1/+1 | |
2010-07-23 | PrivateImplementationPattern -> Pimp, Implementation -> Imp | -5/+5 | |
2010-07-22 | Less verbose PrivateImplementationPattern | -2/+1 | |
2010-07-22 | Use std::make_shared<> | -6/+4 | |
2010-07-22 | No more tr1:: and tr1/ | -52/+51 | |
2010-07-11 | Return whether world was changed. | -8/+8 | |
2010-05-19 | New improved NamedValue syntax | -7/+7 | |
2010-05-17 | Update PaludisEnvironment::world for package moves | -1/+2 | |
2010-05-17 | Environment::update_config_files_for_package_move | -0/+5 | |
2010-05-14 | Environment::repository_from_new_config_file | -1/+10 | |
2010-01-02 | Cleaner output managers | -7/+0 | |
2009-09-03 | Change how we deserialise package dep specs | -1/+1 | |
2009-09-01 | updso_serialised | -1/+1 | |
2009-08-25 | Do sets differently | -80/+66 | |
2009-08-09 | Add parameterised choice values. | -0/+10 | |
2009-02-12 | Add file output manager | -2/+2 | |
2009-02-12 | Configurable output managers for PaludisEnvironment | -2/+10 | |
2009-02-11 | Move output manager out of util | -1/+1 | |
2009-02-09 | Get the output manager from the environment. | -0/+7 | |
2009-01-21 | Environments provide world now | -0/+2 | |
2009-01-10 | Add overridden masks. | -10/+19 | |
2009-01-09 | New easier tree visitors | -8/+7 | |
2008-12-06 | Kill more sr | -16/+18 | |
2008-10-24 | Paludis is about choices. | -64/+20 |