aboutsummaryrefslogtreecommitdiffstats
path: root/lib/_emerge/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* _dynamic_deps_preload: Fix settings referenceZac Medico2024-02-241-1/+1
* emerge: Skip installed packages with emptytree in depgraph selectionGábor Oszkár Dénes2024-02-231-0/+13
* MetadataRegen: Use EbuildMetadataPhase deallocate_configZac Medico2024-02-211-0/+11
* */*: rerun black w/ 24.1.0Zac Medico2024-01-281-26/+33
* depgraph: Fix SyntaxWarning: 'str' object is not callableZac Medico2024-01-171-2/+4
* emerge: backtrack consistently regardless of --fetchonlyZac Medico2024-01-161-5/+58
* _calc_depclean: add dep_check actionZac Medico2024-01-081-1/+6
* lib/_emerge: codespell fixesSam James2024-01-051-1/+1
* emerge: enable "avoid spamming too much info about unused binpkgs" againEli Schwartz2023-12-271-3/+4
* depclean: Strengthen IDEPEND in unmerge orderZac Medico2023-12-261-1/+3
* depgraph: Use strip_libc_deps in _eliminate_rebuildsZac Medico2023-12-181-12/+21
* ebuild: inject implicit libc RDEPENDSam James2023-12-101-0/+22
* DepPriority{Normal,Satisfied}Range: weaken _ignore_runtime for cross rootZac Medico2023-12-061-10/+36
* emerge: avoid spamming too much info about unused binpkgs, reduxEli Schwartz2023-12-041-6/+22
* depgraph: Handle empty leaves during runtime cycle topological sortZac Medico2023-11-291-2/+2
* Optimize runtime cycle ignore_priority leaf selection loop for topological sortZac Medico2023-11-291-19/+12
* Prefer installed leaves in runtime cycle topological sortZac Medico2023-11-281-0/+6
* Increase ignore_priority during topological sort for runtime cycleZac Medico2023-11-281-7/+20
* find_smallest_cycle: Optimize to traverse fewer nodesZac Medico2023-11-271-3/+33
* Revert "find_smallest_cycle: Increase ignore_priority to find smaller cycles"Zac Medico2023-11-221-4/+3
* find_smallest_cycle: Increase ignore_priority to find smaller cyclesZac Medico2023-11-181-3/+4
* emerge: fix _show_ignored_binaries_respect_use with incomplete depgraphSam James2023-11-061-1/+3
* emerge: account for EROOT in _show_ignored_binaries_respect_useSam James2023-11-061-4/+9
* emerge: fix binpkg-respect-use notice with blockersSam James2023-11-061-1/+5
* emerge: avoid spamming too much info about unused binpkgsEli Schwartz2023-10-221-11/+24
* depgraph: Skip _eliminate_rebuilds for --emptytreeZac Medico2023-10-141-0/+3
* Detect and handle unnecessary package reinstallZac Medico2023-10-121-30/+176
* emerge: Increase default number of maximum backtrack attempts from 10 to 20Florian Schmaus2023-10-121-1/+1
* depgraph: show backtrack information after dep resolutionFlorian Schmaus2023-10-021-6/+15
* depgraph: increase reverse dep cache sizeDaniel Harding2023-09-211-1/+1
* depgraph: improve reverse dep cachingDaniel Harding2023-09-211-1/+8
* Run `pyupgrade --py39-plus`Sam James2023-07-261-13/+13
* depgraph.py: fix wrong type annotationsBerin Aniesh2023-07-111-7/+11
* depgraph.py: fix "no ebuilds/binpkgs" messageOskari Pirhonen2023-07-091-1/+1
* Revert "depgraph: Don't ignore downgrades as missed_updates"Sam James2023-06-211-1/+3
* depgraph: Do not allow slotted deps to be satisfied by wrong slotsYiFei Zhu2023-06-161-0/+18
* depgraph: Don't ignore downgrades as missed_updatesYiFei Zhu2023-06-161-3/+1
* depgraph: drop unnecessary spinner importSam James2023-06-141-5/+4
* depgraph: type annotationsBerin Aniesh2023-06-141-4/+39
* emerge: depgraph: fix comment typoSam James2023-06-141-1/+1
* Convert %-formats to fstringsOskari Pirhonen2023-05-011-150/+86
* emerge: add --update-if-installedSam James2023-02-211-1/+16
* emerge: add --onlydeps-with-ideps=<y|n> option (bug 890777)Tom Gillespie2023-02-171-1/+2
* */*: rerun black w/ 23.1.0Sam James2023-02-031-70/+1
* */*: run Black again (post-pyupgrade)Sam James2023-01-101-3/+1
* */*: run pyupgrade --py37-plus againSam James2023-01-101-1/+1
* */*: run Black post-flyntSam James2023-01-101-48/+16
* */*: convert to f-strings (run flynt)Sam James2023-01-101-176/+164
* depgraph: Print dependency resolution timeMichał Górny2023-01-101-0/+6
* emerge: depgraph: Correctly detect installation from path for binpkgsSheng Yu2023-01-101-3/+11