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