| Commit message (Expand) | Author | Age | Files | Lines |
* | name value to shorten code |  espie | 2019-10-13 | 1 | -4/+7 |
* | look for tag in self first, solves a fringe case where |  espie | 2019-05-23 | 1 | -3/+3 |
* | make it possible to remove old packages with erroneous tags... |  espie | 2018-06-26 | 1 | -7/+10 |
* | implement tag checking during normal solving |  espie | 2018-06-24 | 1 | -9/+9 |
* | have a default tag value of empty, because. |  espie | 2018-06-23 | 1 | -2/+2 |
* | move the tag base code into SolverBase, and use it in PkgCreate, so that |  espie | 2018-06-22 | 1 | -73/+1 |
* | special case for a tag in self, which should be run appropriately during |  espie | 2018-06-22 | 1 | -1/+2 |
* | split the common half of dependencies handling into SolverBase, as PkgCreate |  espie | 2018-06-21 | 1 | -382/+17 |
* | make it possible to do @tag sthg in the same package that does |  espie | 2018-06-20 | 1 | -3/+19 |
* | so tags will need to match OLD tag definitions as well as new ones. |  espie | 2018-06-20 | 1 | -16/+51 |
* | fix solve_tags to deal with the actual list of tags (match tag to tag |  espie | 2018-06-19 | 1 | -9/+11 |
* | document the reason these classes exist |  espie | 2018-06-18 | 1 | -1/+6 |
* | heh. bug happens so seldom, fix was not 100% |  espie | 2018-06-16 | 1 | -2/+2 |
* | fix for the infamous "cups" bug. Finally. |  espie | 2018-06-15 | 1 | -1/+33 |
* | no need to always use 1 for the constant, knowing how it got solved can |  espie | 2018-06-15 | 1 | -3/+3 |
* | give up a bit on the infamous cups update issue. |  espie | 2018-02-13 | 1 | -2/+2 |
* | tweak dependencies handling, might fix some infrequent bugs including the |  espie | 2015-11-05 | 1 | -7/+8 |
* | remove partial to_register from sets when we merge, since we have to do the |  espie | 2015-08-14 | 1 | -1/+3 |
* | Fix the default interactive level to install the "default" dependencies. |  espie | 2015-01-30 | 1 | -1/+7 |
* | interactive/progressmeter clean-up |  espie | 2014-11-30 | 1 | -5/+2 |
* | clear progress meter before asking questions |  espie | 2014-11-30 | 1 | -1/+2 |
* | let solve_depends work as soon as we have update_info |  espie | 2014-02-01 | 1 | -3/+3 |
* | handle failures from ports tree with more care. |  espie | 2010-12-24 | 1 | -4/+4 |
* | fix, as noticed by dcoppa@ |  espie | 2010-12-21 | 1 | -1/+3 |
* | simplify a bit: |  espie | 2010-12-21 | 1 | -13/+12 |
* | use a better strategy: ask the ports tree for the plist for packages with |  espie | 2010-12-20 | 1 | -10/+8 |
* | missed some |  espie | 2010-12-20 | 1 | -1/+2 |
* | prepare for reuse in pkgcreate: allow not finding stuff and not failing |  espie | 2010-12-20 | 1 | -1/+4 |
* | split solver class into a base that can be reused from pkgcreate. |  espie | 2010-12-20 | 1 | -2/+5 |
* | more refactor: errsay_library |  espie | 2010-12-20 | 1 | -3/+10 |
* | more refactor: method for global_cache, add find_in_installed, separate |  espie | 2010-12-20 | 1 | -55/+77 |
* | move stuff around |  espie | 2010-12-20 | 1 | -207/+207 |
* | use Auto::cache |  espie | 2010-12-20 | 1 | -8/+6 |
* | turn find_candidate into a real method we can inherit, tweak parameters |  espie | 2010-12-20 | 1 | -8/+9 |
* | pass state to SharedLibs for direct printing |  espie | 2010-12-20 | 1 | -12/+12 |
* | pass state around and use state->print |  espie | 2010-12-13 | 1 | -15/+14 |
* | avoid infinite loops correctly this time |  espie | 2010-11-27 | 1 | -2/+2 |
* | this can't be right, as it takes out check_for_loops entirely... |  espie | 2010-10-28 | 1 | -2/+2 |
* | initial scaffolding for @rcscript: for now, acts like normal files, |  espie | 2010-10-27 | 1 | -1/+1 |
* | bad works better if you push consistent stuff in it, like always strings... |  espie | 2010-08-13 | 1 | -5/+4 |
* | need to check that kept packages are still okay. |  espie | 2010-08-07 | 1 | -2/+2 |
* | allow say and errsay to work without parameters, as it's ways common. |  espie | 2010-06-30 | 1 | -1/+1 |
* | whitespace cleanup |  espie | 2010-06-30 | 1 | -1/+1 |
* | extra parameter to UpdateSet: use the factory to create extra object. |  espie | 2010-06-30 | 1 | -7/+5 |
* | ui changes: go thru a state object for most printouts |  espie | 2010-06-09 | 1 | -19/+17 |
* | Move ask_list() method to $state object like it's done for confirm(), so |  landry | 2010-06-05 | 1 | -2/+2 |
* | move code around, so that commands can be used as modules. |  espie | 2010-06-04 | 1 | -4/+4 |
* | whitespace fixes |  espie | 2010-05-10 | 1 | -23/+23 |
* | finding dep in old names like this actually means we are replacing with |  espie | 2010-04-10 | 1 | -3/+4 |
* | avoid some loops. |  espie | 2010-04-10 | 1 | -1/+6 |