summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/depgraph.py
Commit message (Expand)AuthorAgeFilesLines
* depgraph: remove redundant IUSE checkZac Medico2010-12-031-4/+0
* fix missing_enabled/disabled logic for bug 345979Zac Medico2010-12-031-6/+6
* depgraph: fix logic more for bug 345979v2.1.9.25Zac Medico2010-11-271-4/+14
* depgraph: fix logic in code for bug 345979Zac Medico2010-11-271-7/+6
* depgraph: check unevaluated USE dep IUSE earlierZac Medico2010-11-261-7/+7
* depgraph: tweak USE match logic for bug 345979Zac Medico2010-11-261-21/+25
* show_unsatisfied_dep: include ROOT if it's not /Zac Medico2010-11-261-0/+2
* Use Package.use.force/mask attributes.Zac Medico2010-11-231-13/+6
* Use Package.use.force/mask attributes.Zac Medico2010-11-231-5/+3
* Fix use.mask set intersection from previous.Zac Medico2010-11-231-1/+1
* Fix interaction of use.mask/force with use deps.Zac Medico2010-11-231-10/+34
* depgraph minimize_children: yield highest versionv2.1.9.22Zac Medico2010-10-231-1/+4
* Raise default backtrack limit from 5 to 10.Zac Medico2010-10-221-1/+1
* Separate conflict atoms for 'missed update'.Zac Medico2010-10-221-17/+30
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-10-151-2/+2
* Fix a typo in a comment.Zac Medico2010-10-151-1/+1
* Optimize uninstall selection more.Zac Medico2010-10-151-0/+5
* Optimize uninstall selection in serialize_tasks.Zac Medico2010-10-151-4/+11
* Prefer ~ and =* atoms in missed update display.Zac Medico2010-10-151-2/+2
* depgraph: Remove obsolete 'Missing binary' code.Zac Medico2010-10-111-12/+1
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2010-10-111-1/+1
* Merge slot conflict backtracking from master.Zac Medico2010-10-061-36/+61
* Remove unused variable.Zac Medico2010-10-061-1/+0
* Fix _iter_match_pkgs installed multislot breakageZac Medico2010-10-061-7/+4
* Use Atom.without_use in _show_unsatisfied_dep().Zac Medico2010-10-061-1/+1
* Prune circular nested sets from the digraph.Zac Medico2010-10-061-1/+16
* Enable depgraph._load_vdb() with --buildpkgonly.Zac Medico2010-10-011-2/+1
* Tweak depgraph._show_unsatisfied_dep() display for AtomArg instances.Zac Medico2010-09-301-2/+11
* Fix breakage in depgraph._serialize_tasks() blocker handling dueZac Medico2010-09-301-5/+9
* Bug #337178 - Fix slot conflict backtracking to mask the higherZac Medico2010-09-271-10/+36
* Revert one more change from bug #337178: parent_atoms is supposedZac Medico2010-09-261-1/+1
* Revert slot conflict behavior backtracking behavior changes fromZac Medico2010-09-261-5/+6
* Fix confusing messages shown byZac Medico2010-09-261-6/+6
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-201-16/+12
* Move mergelist printing into resolver/output.pySebastian Luther2010-09-201-799/+4
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-4/+10
* Fix depgraph._complete_graph() to preserve initial_arg_list when itZac Medico2010-09-191-4/+6
* Fix incorrect depgraph_sets reference in depgraph._load_favorites().v2.2_rc84Zac Medico2010-09-181-1/+1
* Invert SetArg conditional in depgraph._set_args(), for clarity.Zac Medico2010-09-181-3/+4
* Add multiple $ROOT support to depgraph._iter_atoms_for_pkg().Zac Medico2010-09-181-91/+84
* Fix breakage in population of dynamic_config._set_atoms since theZac Medico2010-09-181-2/+5
* Fix --autounmask get_dep_chain() function to traverse nested sets.Zac Medico2010-09-181-7/+20
* Never traverse the same node twice when showing parents inZac Medico2010-09-181-1/+3
* When depgraph._show_unsatisfied_dep() displays parents, traverse nestedZac Medico2010-09-181-7/+15
* Make depgraph._pkg_visibility_check() when --autounmask is notZac Medico2010-09-171-0/+3
* --autounmask: Support license changesSebastian Luther2010-09-171-35/+92
* Bug #337540 - Record nested package set information in the digraph.Zac Medico2010-09-171-32/+78
* Move traversal of world_sets from calc_depclean() toZac Medico2010-09-161-2/+29
* Make RepoDisplay __str__ and __unicode__ methods more likeZac Medico2010-09-161-4/+6
* In depgraph._load_vdb(), after calling FakeVartree.sync(), updateZac Medico2010-09-131-0/+5