summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test_merge_order: test circular RDEPEND + DEPENDZac Medico2011-05-211-0/+23
|
* test_merge_order: make cycles indirectZac Medico2011-05-211-3/+10
|
* Task.__eq__: allow _hash_key as inputZac Medico2011-05-211-1/+3
| | | | This is used by depgraph._pkg() for lookups.
* ambigous_merge_order: handle more failure modesZac Medico2011-05-201-0/+8
|
* test_merge_order: test hard buildtime blockersZac Medico2011-05-201-0/+21
|
* test_merge_order: test hard blocker resolutionZac Medico2011-05-202-5/+14
|
* test_merge_order: test blocker resolutionZac Medico2011-05-202-0/+29
|
* test_merge_order: remove uneeded ambigous flagZac Medico2011-05-201-1/+0
|
* test_merge_order: fix ambigous_merge_order bugZac Medico2011-05-202-3/+6
|
* test_merge_order: test circular RDEPEND + PDEPENDZac Medico2011-05-201-0/+16
|
* ResolverPlayground: support ambigous_merge_orderZac Medico2011-05-202-3/+91
|
* Fix grammar in previous commit.Zac Medico2011-05-201-1/+1
|
* depclean: adjust failure message wrt --with-bdepsZac Medico2011-05-201-9/+21
| | | | | We need to be more explicit about using --with-bdeps=y, since this subtlety often leads to confusion.
* Task: optimize == and != _hash_key comparisonZac Medico2011-05-201-2/+8
|
* Add FEATURES=distcc-pump support.MATSUU Takuto2011-05-204-2/+12
| | | | This will fix bug #288597.
* Task: precalculate _hash_valueZac Medico2011-05-193-3/+2
|
* Task: remove unnecessary _get_hash_key() methodZac Medico2011-05-193-28/+12
|
* Package: precalculate _hash_keyMarat Radchenko2011-05-191-11/+9
| | | | | This eliminates an expensive getattr call in _get_hash_key(), which greatly improves depgraph performance on a weak ARM cpu.
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-05-181-3/+3
|
* _find_libs_to_preserve: always return setv2.2.0_alpha34Zac Medico2011-05-171-1/+1
|
* preserve-libs: check for broken linkmap moreZac Medico2011-05-171-3/+6
|
* _pkg_visibility_check: if in graph then visibleZac Medico2011-05-171-0/+9
|
* _LockProcess.unlock: assert successful returncodeZac Medico2011-05-171-0/+3
|
* etc-update: clear term when appropriateZac Medico2011-05-171-1/+5
| | | | | | | This solves an issue like bug #142508, but involving etc-update instead of dispatch-conf. This is also relevant to bug #70668, which is the same issue, though the reporter suggested to use colors to delimit the output instead of using clear.
* --autounmask-write: use CONFIGROOT moreZac Medico2011-05-171-1/+3
|
* Fix a typo in a comment.Zac Medico2011-05-171-1/+1
|
* digraph: implement __bool__Zac Medico2011-05-171-1/+9
|
* depgraph._resolve: use temp set for autounmaskZac Medico2011-05-171-4/+8
|
* display_autounmask: optimize check_if_latestZac Medico2011-05-171-15/+16
|
* test_asynchronous_lock: simulate SIGINT from ttyZac Medico2011-05-172-3/+35
|
* AsynchronousTask: tweak poll() logicZac Medico2011-05-171-2/+3
|
* AsynchronousLock: implement _poll() and testZac Medico2011-05-173-0/+14
|
* test_asynchronous_lock: test returncode moreZac Medico2011-05-171-4/+8
|
* test_asynchronous_lock: test wait and cancelZac Medico2011-05-171-0/+22
|
* test_asynchronous_lock: test waitingZac Medico2011-05-171-0/+25
|
* test_autounmask: test missing keywordZac Medico2011-05-171-1/+9
|
* Update timestamps in headers of modified files.Zac Medico2011-05-176-6/+5
|
* --autounmask-write: don't write hidden filesZac Medico2011-05-171-0/+6
|
* --autounmask-write: use CONFIGROOT and EROOTZac Medico2011-05-171-4/+9
|
* --autounmask-write: handle non-existent fileZac Medico2011-05-161-2/+20
|
* --autounmask-write: only prompt when necessaryZac Medico2011-05-161-1/+1
|
* --autounmask-write: handle config file recursionZac Medico2011-05-161-12/+24
|
* Document that --autounmask is enabled by default.Zac Medico2011-05-162-8/+10
|
* Enable --autounmask by defaultSebastian Luther2011-05-168-6/+13
|
* --autounmask-write: respect --askSebastian Luther2011-05-161-36/+64
|
* BinpkgFetcher: handle AsynchronousLock failureZac Medico2011-05-161-1/+6
|
* EbuildBuildDir: handle AsynchronousLock failureZac Medico2011-05-161-9/+18
|
* _LockProcess: handle process failure moreZac Medico2011-05-151-11/+28
|
* _LockProcess: handle process failure if cancelledZac Medico2011-05-151-3/+10
|
* preserve-libs: lock vardb for removeFromContentsZac Medico2011-05-151-11/+20
|