Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-10-16 | modernize: Mark overriding functions as suchHEADmaster | -77/+77 | |
2017-08-08 | resolver: use range based for loops (NFC) | -14/+10 | |
2017-06-11 | resolver: add fallthrough attribute to silence -Wimplicit-fallthrough | -2/+2 | |
2017-01-18 | build: add missing dependencies on generated headers | -0/+1 | |
2017-01-16 | paludis: c++11-ify repository iteration | -54/+35 | |
2016-12-13 | build: Use the imported target for linking to pthread | -1/+1 | |
2016-12-10 | build: resolvertest uses google-test, SE source dependency | -31/+33 | |
2016-12-08 | resolver: whitespace, style cleanups | -115/+67 | |
2016-12-06 | Fix build with -Wl,--as-needed | -1/+2 | |
2016-12-06 | Only build resolver_TEST_promote_binaries if tests are enabled | -3/+2 | |
2016-12-04 | resolver: more range loop conversions (NFC) | -11/+7 | |
2016-12-04 | use range based for loops more pervasively (NFC) | -19/+12 | |
2016-11-30 | build: remove autotools based build | -488/+0 | |
2016-11-30 | build: introduce cmake based build system | -0/+126 | |
2016-08-06 | modernize: use default method synthesis | -83/+27 | |
2016-08-04 | modernize: use override annotations | -42/+42 | |
2016-08-04 | modernize: use nullptr rather than 0 or NULL | -5/+5 | |
2016-08-04 | modernize: convert to range based for-loops | -43/+30 | |
2016-01-29 | resolver: use range loops in the decider | -183/+131 | |
2016-01-17 | build: unconditionally use visibility flags | -1/+1 | |
2015-11-08 | Unify =* behaviour | -3/+2 | |
2015-08-21 | noexcept is default for destructors | -2/+2 | |
2015-08-21 | throw() -> noexcept | -4/+4 | |
2015-05-02 | GCC 5.1 compatibility | -3/+3 | |
2015-04-19 | resolver: use a few temporary variables | -3/+9 | |
2015-04-19 | resolver: pull out some logic into a helper filter | -5/+23 | |
2015-04-19 | resolver: whitespace | -1/+2 | |
2014-09-14 | Add --chroot-path | -4/+23 | |
2014-08-28 | Fix assorted build failures with clang | -2/+1 | |
2014-05-18 | If a subslot changes, build := dependents after | -4/+281 | |
2014-03-24 | Smile a bit | -15/+15 | |
2014-03-22 | Don't run promote_binaries test without pbins | -1/+8 | |
2014-03-21 | Tests for PromoteBinariesHelper | -2/+212 | |
2014-03-21 | ResolverWithBinaryTestData: control binrepo importance | -3/+4 | |
2014-03-21 | Add PromoteBinariesHelper | -1/+267 | |
2014-03-21 | Add selection::AllVersionsSortedWithPromotion | -0/+376 | |
2014-03-06 | Fix segfault | -9/+10 | |
2014-01-05 | Don't try to make binaries out of binaries | -7/+46 | |
2014-01-05 | Identify targets correctly | -2/+3 | |
2013-12-05 | Fix BreakDecision. | -0/+1 | |
2013-09-08 | Suggest uninstalls | -9/+87 | |
2013-09-08 | Add UninstallConfirmation | -4/+38 | |
2013-06-23 | C++11: auto convert to nullptr via cpp11-migrate | -1/+1 | |
2013-05-23 | Convert to fancy new visitors | -38/+11 | |
2013-05-23 | Convert to fancy new visitors | -174/+57 | |
2013-05-23 | Convert to fancy new visitors | -354/+187 | |
2013-05-23 | Unused include | -20/+10 | |
2013-05-23 | Move code around | -18/+0 | |
2013-05-22 | Use nullptr | -109/+86 | |
2013-05-22 | Switch to std mutex and condition_variable | -5/+5 |