summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* If dep calculation time exceeds 20 seconds then automaticallyZac Medico2008-06-241-5/+16
* Use weakref.WeakValueDictionary to make cached Atom instances eligible forZac Medico2008-06-241-1/+2
* Bug #229233 - Fix Atom -> str breakage in the depgraph.display_problems()Zac Medico2008-06-241-1/+1
* Clear dbapi caches just after deleting the depgraph in action_build().Zac Medico2008-06-241-0/+13
* Fix some remaining corner cases that cause bug #220341 to reappearZac Medico2008-06-241-14/+15
* Use paths from portage.const instead of hardcoded versions.Zac Medico2008-06-231-2/+2
* Bug #228977 - During dblink._preserve_libs() calls, cache results ofZac Medico2008-06-231-12/+45
* Bug #228935 - Add a new "command not found" build log QA Notice. Thanks toZac Medico2008-06-231-0/+15
* Bug #228977 - Protect against possible infinite loop inZac Medico2008-06-231-2/+3
* Bug #228939 - Fix display list interaction with --tree mode to preventZac Medico2008-06-221-1/+4
* Fix broken path handling wrt $ROOT in LibraryConsumerSet.mapPathsToAtoms().Zac Medico2008-06-221-3/+1
* Fix Atom -> str breakage in depgraph._show_slot_collision_notice(). ThanksZac Medico2008-06-211-1/+1
* Implement Atom.__cmp__() so that things like list.sort() work correctlyZac Medico2008-06-211-0/+9
* Bug #228489 - Restore the "ci" alias for "commit" mode. Thanks to grobianZac Medico2008-06-211-0/+4
* Fix Atom -> str breakage in depgraph.display_problems().Zac Medico2008-06-211-1/+1
* Make LibraryConsumerSet.mapPathsToAtoms() use the contents index for moreZac Medico2008-06-211-14/+7
* Fix implicit_pattern to match different quote character found in warningsZac Medico2008-06-211-1/+1
* Exclude calls to autoheader and makeinfo from the automake "maintainer mode"Zac Medico2008-06-211-1/+4
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
* drop old -i,--include-masked option #226429 by Tobias KlausmannMike Frysinger2008-06-211-3/+0
* Fix Atom -> str breakage in WorldSet.write().Zac Medico2008-06-201-1/+2
* Remove unused Atom.string attribute.Zac Medico2008-06-201-1/+1
* Add subversion support for repoman. (thanks grobian)Zac Medico2008-06-201-0/+1
* Bug #228595 - Use os.path.realpath() before comparing paths to thoseZac Medico2008-06-201-0/+1
* Make isvalidatom() use the Atom cache to avoid validating the same atomZac Medico2008-06-201-0/+3
* Make Atom use str.__eq__ and __ne__ also.Zac Medico2008-06-201-1/+1
* Make Atom use str.__hash__.Zac Medico2008-06-201-1/+1
* Make the Atom cache dict private and add a docstring for _AtomCache.Zac Medico2008-06-201-3/+7
* Use a metaclass to cache Atom instances transparently. This should improveZac Medico2008-06-201-0/+11
* Instead of having Atom inherit from str, just emulate the interface. ThisZac Medico2008-06-201-2/+15
* Make the visibility related config methods such as getMaskAtom() andZac Medico2008-06-203-27/+27
* reenable warning about missing repository namesv2.2_rc1Marius Mauch2008-06-201-0/+14
* revert accidential commitMarius Mauch2008-06-202-11/+2
* update release notes/newsMarius Mauch2008-06-204-28/+33
* Document the new emerge <file> feature.Zac Medico2008-06-203-2/+13
* Fix typo.Zac Medico2008-06-201-1/+1
* Make emerge <path> path search for multiple owners of directories. ThisZac Medico2008-06-201-20/+38
* Pass a Package instance into LineCheck.new(), and use this to avoidZac Medico2008-06-191-10/+10
* Refactor the 'inherit.autotools' and 'IUSE.undefined' checksZac Medico2008-06-191-26/+66
* Bug #228075 - Explicitly call gc.collect() to try and free memoryZac Medico2008-06-181-0/+8
* As suggested by remi`, make the 'inherit.autotools' check only ebuilds thatZac Medico2008-06-181-8/+6
* Add an exemption for x-modular in the "inherit.autotools" check. Thanks toZac Medico2008-06-181-3/+4
* Bug #225285 - Add support for persistent options stored in the EBUILD_DEFAULT...Zac Medico2008-06-181-3/+10
* Bug #225285 - Add a --skip-manifest option that disables all interactionZac Medico2008-06-182-2/+13
* Add a help string for --debug.Zac Medico2008-06-181-1/+1
* Use optparse instead of getopt.Zac Medico2008-06-181-13/+20
* More eblank.Zac Medico2008-06-175-9/+3
* Remove eblank docs.Zac Medico2008-06-172-11/+0
* remove stray lineMarius Mauch2008-06-171-2/+0
* Remove eblank nonsenseMarius Mauch2008-06-171-1/+1