Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-10-16 | modernize: Mark overriding functions as such | -53/+53 | |
2018-04-09 | add reduced_username() to Environment | -0/+13 | |
2016-12-14 | Mark loop variable const (NFC) | -1/+1 | |
2016-11-30 | build: remove autotools based build | -100/+0 | |
2016-11-30 | build: introduce cmake based build system | -0/+29 | |
2016-08-06 | modernize: use default method synthesis | -30/+10 | |
2016-08-04 | modernize: use override annotations | -5/+5 | |
2016-08-04 | modernize: convert to range based for-loops | -60/+48 | |
2016-01-17 | build: unconditionally use visibility flags | -1/+1 | |
2015-08-21 | throw() -> noexcept | -4/+4 | |
2014-09-17 | Remove 'breaks Portage' code | -69/+4 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -1/+1 | |
2013-05-22 | Use nullptr | -26/+20 | |
2013-05-22 | Switch to std mutex and condition_variable | -54/+48 | |
2013-03-02 | explicit cast of enumerations | -2/+2 | |
2013-02-26 | fix tag mismatches | -9/+9 | |
2012-09-14 | Refactor to allow subslots | -1/+2 | |
2012-03-03 | include unistd.h for some function declarations | -0/+2 | |
2011-09-14 | Pass root into output confs | -3/+9 | |
2011-09-06 | Support -@groups | -2/+15 | |
2011-09-06 | Make use of licence groups | -3/+47 | |
2011-08-07 | Move explicit instantiations to namespace paludis | -9/+17 | |
2011-06-16 | Clipboardo | -1/+1 | |
2011-06-11 | Don't create virtuals repos | -15/+0 | |
2011-06-09 | Maybe fix some gtest-related build issues | -2/+2 | |
2011-05-19 | Revert the package dep spec changes | -42/+24 | |
2011-04-12 | Fix set token unmasking | -1/+1 | |
2011-04-12 | MetadataKey value -> parse_value | -3/+4 | |
2011-04-07 | Constraint -> Requirement | -18/+18 | |
2011-04-05 | No need for fancy PackageDepSpecData subclassing | -5/+11 | |
2011-04-04 | Start using constraints for PackageDepSpecs | -19/+31 | |
2011-03-26 | Use Environment rather than PackageDatabase | -39/+34 | |
2011-03-26 | paludis_command not used | -21/+0 | |
2011-03-21 | gtest more | -186/+158 | |
2011-03-20 | Don't bother with test_extras | -2/+0 | |
2011-03-20 | Move env var names into header | -16/+21 | |
2011-02-28 | Allow sets in /usr | -17/+30 | |
2011-02-26 | Allow unmasking by token kind in Paludis configs | -25/+64 | |
2011-02-26 | Pass optional reason to unmask queries | -6/+7 | |
2011-02-21 | Remove simple_ from visitor | -1/+1 | |
2011-02-06 | Unused | -1/+1 | |
2011-02-06 | Dep tags are no longer needed | -10/+0 | |
2011-01-09 | Rework Pimp to avoid ImpPtr ickiness | -48/+62 | |
2011-01-08 | Be explicit about crefs | -2/+2 | |
2011-01-07 | Pass ID to match_package | -21/+22 | |
2011-01-01 | Use name_foo rather than foo_name | -21/+21 | |
2011-01-01 | PackageID::repository_name rather than ::repository | -1/+1 | |
2011-01-01 | Pass PackageIDs by shared_ptr | -24/+24 | |
2010-12-19 | Support groups in suggestions.conf | -19/+74 | |
2010-12-17 | suggestions.conf | -20/+376 |