index
:
paludis/paludis.git
1.4
cross
master
wip/cross-compiling
Paludis, the other package mangler.
ciaranm
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paludis
/
resolver
Age
Commit message (
Expand
)
Author
Lines
2022-11-08
resolver: Convert more loops (NFC)
Marvin Schmidt
-8
/
+6
2022-11-08
resolver: Give loop variables better names (NFC)
Marvin Schmidt
-138
/
+141
2022-11-08
resolver: Give variable a better name (NFC)
Marvin Schmidt
-4
/
+4
2022-11-08
tree: Convert to range-based for loops (NFC)
Marvin Schmidt
-196
/
+141
2022-11-08
resolver: Give parameter a better name (NFC)
Marvin Schmidt
-2
/
+2
2022-10-20
Use std::make_unique()
Marvin Schmidt
-1
/
+1
2022-10-20
Use transparent functors (NFC)
Marvin Schmidt
-1
/
+1
2022-10-10
Isolate declarations (NFC)
Marvin Schmidt
-18
/
+39
2022-09-25
resolver: job_requirements: Make compare operator const
Marvin Schmidt
-2
/
+2
2021-12-08
paludis: resolver: required_confirmations: Provide virtual destructor
Marvin Schmidt
-0
/
+2
2021-12-08
resolvent: Make copy assignment operator explicit
Marvin Schmidt
-3
/
+2
2021-09-17
build: Resolver tests use fake installed repository
Marvin Schmidt
-1
/
+4
2021-09-17
build: libpaludisresolver depends on libpaludis_SE
Marvin Schmidt
-1
/
+1
2020-10-16
modernize: Mark overriding functions as such
Marvin Schmidt
-77
/
+77
2017-08-08
resolver: use range based for loops (NFC)
Saleem Abdulrasool
-14
/
+10
2017-06-11
resolver: add fallthrough attribute to silence -Wimplicit-fallthrough
Saleem Abdulrasool
-2
/
+2
2017-01-18
build: add missing dependencies on generated headers
Bo Ørsted Andresen
-0
/
+1
2017-01-16
paludis: c++11-ify repository iteration
Saleem Abdulrasool
-54
/
+35
2016-12-13
build: Use the imported target for linking to pthread
Heiko Becker
-1
/
+1
2016-12-10
build: resolvertest uses google-test, SE source dependency
Saleem Abdulrasool
-31
/
+33
2016-12-08
resolver: whitespace, style cleanups
Saleem Abdulrasool
-115
/
+67
2016-12-06
Fix build with -Wl,--as-needed
Heiko Becker
-1
/
+2
2016-12-06
Only build resolver_TEST_promote_binaries if tests are enabled
Heiko Becker
-3
/
+2
2016-12-04
resolver: more range loop conversions (NFC)
Saleem Abdulrasool
-11
/
+7
2016-12-04
use range based for loops more pervasively (NFC)
Saleem Abdulrasool
-19
/
+12
2016-11-30
build: remove autotools based build
Saleem Abdulrasool
-488
/
+0
2016-11-30
build: introduce cmake based build system
Saleem Abdulrasool
-0
/
+126
2016-08-06
modernize: use default method synthesis
Saleem Abdulrasool
-83
/
+27
2016-08-04
modernize: use override annotations
Saleem Abdulrasool
-42
/
+42
2016-08-04
modernize: use nullptr rather than 0 or NULL
Saleem Abdulrasool
-5
/
+5
2016-08-04
modernize: convert to range based for-loops
Saleem Abdulrasool
-43
/
+30
2016-01-29
resolver: use range loops in the decider
Saleem Abdulrasool
-183
/
+131
2016-01-17
build: unconditionally use visibility flags
Saleem Abdulrasool
-1
/
+1
2015-11-08
Unify =* behaviour
David Leverton
-3
/
+2
2015-08-21
noexcept is default for destructors
Wouter van Kesteren
-2
/
+2
2015-08-21
throw() -> noexcept
Wouter van Kesteren
-4
/
+4
2015-05-02
GCC 5.1 compatibility
Wouter van Kesteren
-3
/
+3
2015-04-19
resolver: use a few temporary variables
Saleem Abdulrasool
-3
/
+9
2015-04-19
resolver: pull out some logic into a helper filter
Saleem Abdulrasool
-5
/
+23
2015-04-19
resolver: whitespace
Saleem Abdulrasool
-1
/
+2
2014-09-14
Add --chroot-path
Ciaran McCreesh
-4
/
+23
2014-08-28
Fix assorted build failures with clang
David Leverton
-2
/
+1
2014-05-18
If a subslot changes, build := dependents after
David Leverton
-4
/
+281
2014-03-24
Smile a bit
Elias Pipping
-15
/
+15
2014-03-22
Don't run promote_binaries test without pbins
Ciaran McCreesh
-1
/
+8
2014-03-21
Tests for PromoteBinariesHelper
Dimitry Ishenko
-2
/
+212
2014-03-21
ResolverWithBinaryTestData: control binrepo importance
Dimitry Ishenko
-3
/
+4
2014-03-21
Add PromoteBinariesHelper
Dimitry Ishenko
-1
/
+267
2014-03-21
Add selection::AllVersionsSortedWithPromotion
Dimitry Ishenko
-0
/
+376
2014-03-06
Fix segfault
Ciaran McCreesh
-9
/
+10
[next]