Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2022-10-25 | Use `nullptr` instead of std::shared_ptr<T>() (NFC) | -10/+10 | |
2021-09-17 | build: repositories depend on libpaludis_SE | -1/+1 | |
2020-10-16 | modernize: Mark overriding functions as such | -57/+57 | |
2017-01-16 | paludis: c++11-ify repository iteration | -2/+2 | |
2016-12-21 | build: libpaludisrepositoryrepository depends on libpaludisutil_SE | -0/+1 | |
2016-11-30 | build: remove autotools based build | -25/+0 | |
2016-11-30 | build: introduce cmake based build system | -0/+8 | |
2016-08-06 | modernize: use default method synthesis | -9/+3 | |
2016-01-17 | build: unconditionally use visibility flags | -1/+1 | |
2015-08-21 | throw() -> noexcept | -2/+2 | |
2014-09-17 | Remove 'breaks Portage' code | -11/+2 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -2/+2 | |
2013-05-24 | Convert to fancy new visitors | -44/+10 | |
2013-05-22 | Use nullptr | -10/+8 | |
2012-09-14 | Refactor to allow subslots | -2/+2 | |
2011-09-06 | Framework for licence groups | -0/+10 | |
2011-09-04 | Remove PackageID::contents_key | -8/+0 | |
2011-09-04 | PackageID::contents | -0/+9 | |
2011-08-07 | Move explicit instantiations to namespace paludis | -6/+12 | |
2011-06-16 | Remove accept_keywords_key | -7/+0 | |
2011-06-12 | Remove contains and contained_in keys | -15/+0 | |
2011-06-12 | Remove provide_key | -7/+0 | |
2011-06-12 | Remove virtual_for_key | -8/+0 | |
2011-06-11 | Remove VirtualsInterface | -3/+1 | |
2011-06-11 | Remove ProvidesInterface | -1/+0 | |
2011-06-11 | PackageID::suggestions_key can go | -8/+0 | |
2011-04-12 | Kill is_default_destination | -9/+0 | |
2011-04-12 | MetadataKey value -> parse_value | -4/+4 | |
2011-03-26 | Use Environment rather than PackageDatabase | -5/+2 | |
2011-03-25 | Don't need can_be_favourite_repository | -8/+0 | |
2011-03-19 | Let syncing specify a revision | -3/+3 | |
2011-03-18 | Remove invalidate_masks | -6/+0 | |
2011-02-28 | Allow repos to return partial results if faster | -15/+15 | |
2011-02-27 | Make merge checks its own phase | -0/+3 | |
2011-02-21 | Remove simple_ from visitor | -3/+3 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -18/+15 | |
2011-01-01 | Use name_foo rather than foo_name | -6/+6 | |
2011-01-01 | PackageID::repository_name rather than ::repository | -14/+17 | |
2011-01-01 | Pass PackageIDs by shared_ptr | -4/+4 | |
2010-12-10 | Do our own buffering for SafeOFStream | -1/+1 | |
2010-11-07 | Let sync take a suffix | -5/+5 | |
2010-08-24 | FSEntry -> FSPath, FSStat | -16/+15 | |
2010-08-12 | Let hooks take an output manager | -2/+2 | |
2010-08-01 | Clean up behaviours key storage | -15/+20 | |
2010-07-24 | Make use of Options init lists | -2/+2 | |
2010-07-24 | Deboilerplateise | -8/+8 | |
2010-07-23 | Avoid more explicit newage | -10/+10 | |
2010-07-23 | PrivateImplementationPattern -> Pimp, Implementation -> Imp | -28/+28 | |
2010-07-22 | Less verbose PrivateImplementationPattern | -3/+3 | |
2010-07-22 | Use std::make_shared<> | -10/+10 |