Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-10-16 | modernize: Mark overriding functions as such | -95/+95 | |
2018-04-09 | add reduced_username() to Environment | -1/+23 | |
2016-12-14 | Mark loop variable const (NFC) | -1/+1 | |
2016-11-30 | build: remove autotools based build | -186/+0 | |
2016-11-30 | build: introduce cmake based build system | -0/+62 | |
2016-08-06 | modernize: use default method synthesis | -33/+11 | |
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 | -4/+4 | |
2015-08-21 | throw() -> noexcept | -6/+6 | |
2014-09-17 | Remove 'breaks Portage' code | -121/+8 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -1/+1 | |
2013-05-22 | Use nullptr | -42/+34 | |
2013-05-22 | Switch to std mutex and condition_variable | -66/+60 | |
2013-03-24 | Handle /etc/portage/make.profile | -2/+9 | |
2013-03-24 | Load make.globals before profile | -1/+3 | |
2013-03-02 | explicit cast of enumerations | -2/+2 | |
2013-02-26 | fix tag mismatches | -9/+9 | |
2012-11-13 | New location for Portage make.globals | -2/+2 | |
2012-09-14 | Allow changing system_root for tests | -0/+8 | |
2012-09-14 | Refactor to allow subslots | -1/+2 | |
2012-09-09 | Optionally accept ~test keyword in TestEnvironment | -4/+23 | |
2012-04-15 | Missing unistd.h | -0/+1 | |
2012-03-03 | include unistd.h for some function declarations | -0/+3 | |
2011-10-14 | Use nice new toupper/tolower functions | -4/+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-07-13 | PortageEnvironment: support reduced_{uid,gid}(). | -2/+80 | |
2011-07-13 | PortageEnvironment: use package.accept_keywords as well. | -0/+2 | |
2011-06-21 | Don't try too hard to specify masters | -1/+1 | |
2011-06-21 | Support loading config from /etc/portage/make.conf as well. | -0/+6 | |
2011-06-16 | Kill NoConfigEnvironment with fire | -1092/+0 | |
2011-06-16 | Clipboardo | -1/+1 | |
2011-06-11 | Remove settings of provides_cache | -2/+0 | |
2011-06-11 | Don't create virtuals repos | -59/+0 | |
2011-06-09 | Maybe fix some gtest-related build issues | -4/+4 | |
2011-05-19 | Revert the package dep spec changes | -69/+32 | |
2011-04-18 | Don't hold versions, keys, choices in a sequence | -1/+17 | |
2011-04-12 | Fix set token unmasking | -1/+1 | |
2011-04-12 | MetadataKey value -> parse_value | -10/+12 | |
2011-04-07 | Constraint -> Requirement | -22/+22 | |
2011-04-05 | No need for fancy PackageDepSpecData subclassing | -10/+19 | |
2011-04-04 | Use reqs to constraints | -3/+3 | |
2011-04-04 | Start using constraints for PackageDepSpecs | -19/+31 | |
2011-03-26 | fetch_package_id isn't used | -20/+0 | |
2011-03-26 | Use Environment rather than PackageDatabase | -132/+62 | |
2011-03-26 | paludis_command not used | -79/+0 | |
2011-03-25 | gtest more | -140/+120 |