2007-11-16 |
Stefan Schubert | logging |
tree | commitdiff |
2007-11-15 |
Michael Schroeder | - speed solving up a bit by not removing learnt rules... |
tree | commitdiff |
2007-11-15 |
Stefan Schubert | added more comments |
tree | commitdiff |
2007-11-14 |
Michael Schroeder | - some small beautifications |
tree | commitdiff |
2007-11-14 |
Michael Schroeder | - allow repositories that don't consist of a single... |
tree | commitdiff |
2007-11-14 |
Stefan Schubert | added more logging |
tree | commitdiff |
2007-11-14 |
Michael Schroeder | - delete superfluous debug statements |
tree | commitdiff |
2007-11-14 |
Michael Schroeder | - fix schubi's indenting |
tree | commitdiff |
2007-11-14 |
Klaus Kaempf | and the winner is ... |
tree | commitdiff |
2007-11-14 |
Stefan Schubert | printf fixed |
tree | commitdiff |
2007-11-13 |
Michael Andres | fix to compile |
tree | commitdiff |
2007-11-13 |
Stefan Schubert | added more logging |
tree | commitdiff |
2007-11-13 |
Michael Schroeder | - cleanup repo handlin API |
tree | commitdiff |
2007-11-13 |
Stefan Schubert | added more logging |
tree | commitdiff |
2007-11-12 |
Michael Schroeder | - make refine_suggestion static again |
tree | commitdiff |
2007-11-12 |
Michael Schroeder | - always refine solutions, put result in problem queue |
tree | commitdiff |
2007-11-10 |
Michael Schroeder | - oops, I wonder why the testsuite doesn't catch typos... |
tree | commitdiff |
2007-11-10 |
Michael Schroeder | - fix stupid bug |
tree | commitdiff |
2007-11-10 |
Michael Schroeder | - moved some policy functions to policy.h |
tree | commitdiff |
2007-11-09 |
Stefan Schubert | doc added |
tree | commitdiff |
2007-11-09 |
Klaus Kaempf | Fix x64_86 build which exits with |
tree | commitdiff |
2007-11-08 |
Stefan Schubert | refine_suggestion |
tree | commitdiff |
2007-11-08 |
Michael Schroeder | - implement branching and solution callback |
tree | commitdiff |
2007-11-08 |
Michael Schroeder | - add a license |
tree | commitdiff |
2007-11-07 |
Michael Schroeder | - move policy-ruby.c into ruby dir |
tree | commitdiff |
2007-11-06 |
Duncan Mac-Vicar P | disable ruby policy because it breaks libzypp |
tree | commitdiff |
2007-11-01 |
Klaus Kaempf | First try on a (ruby based) policy engine |
tree | commitdiff |
2007-10-31 |
Michael Schroeder | - do not be that verbose |
tree | commitdiff |
2007-10-31 |
Michael Schroeder | - fix bug in last bugfix |
tree | commitdiff |
2007-10-31 |
Michael Schroeder | - allow downgrade for INSTALL_SOLVABLE |
tree | commitdiff |
2007-10-30 |
Michael Schroeder | - stuff to discuss |
tree | commitdiff |
2007-10-30 |
Michael Schroeder | - add vendor change policy (but fixes no test case... |
tree | commitdiff |
2007-10-30 |
Michael Schroeder | - add vendor id to solvables |
tree | commitdiff |
2007-10-29 |
Michael Schroeder | - fix last failing testcase classified as bug |
tree | commitdiff |
2007-10-29 |
Michael Schroeder | Use Offset instead of unsigned int. |
tree | commitdiff |
2007-10-29 |
Michael Schroeder | - rename 'system' repo to 'installed' |
tree | commitdiff |
2007-10-29 |
Michael Schroeder | - rename queue* to queue_*, inline a bit more |
tree | commitdiff |
2007-10-29 |
Klaus Kaempf | keep 'bool'ness in the comment |
tree | commitdiff |
2007-10-26 |
Michael Schroeder | - no more bool, too many conflicts |
tree | commitdiff |
2007-10-26 |
Michael Schroeder | - move dep2str buffer into pool so that the memory... |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | to follow SUSE tools conventions |
tree | commitdiff |
2007-10-26 |
Stephan Kulow | fix memory leaks |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | - install the libraries |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | bye autofoo |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | - iterators for solver decisions |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | - fix packaging |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | revert debug |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | name the enum so I can use it in a typemap |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | each_solvable in Source almost working |
tree | commitdiff |
2007-10-26 |
Duncan Mac-Vicar P | - add cmake support |
tree | commitdiff |
2007-10-26 |
Michael Schroeder | treat 'nothing provides' jobrules in a sane way |
tree | commitdiff |
2007-10-25 |
Michael Schroeder | - do not add rules that are always fulfilled |
tree | commitdiff |
2007-10-25 |
Michael Schroeder | - add support for namespace callbacks |
tree | commitdiff |
2007-10-25 |
Michael Schroeder | - make suggests/enhances first class, needs more rules... |
tree | commitdiff |
2007-10-24 |
Michael Schroeder | - do a better job at presenting a solution |
tree | commitdiff |
2007-10-24 |
Michael Schroeder | - zero first element in idarray just in case |
tree | commitdiff |
2007-10-23 |
Michael Schroeder | - switch dependencies from Id pointers to Offsets |
tree | commitdiff |
2007-10-23 |
Michael Schroeder | - map locale(xx) to language:xx to be compatible to... |
tree | commitdiff |
2007-10-22 |
Michael Schroeder | - fix idarray overflow checking |
tree | commitdiff |
2007-10-22 |
Michael Schroeder | - first step in getting rid of dependency pointers: |
tree | commitdiff |
2007-10-22 |
Klaus Kaempf | make it compile on 64bit |
tree | commitdiff |
2007-10-22 |
Michael Schroeder | - add experimental weak rules support, solver tries... |
tree | commitdiff |
2007-10-22 |
Michael Schroeder | - beautify a bit |
tree | commitdiff |
2007-10-21 |
Stephan Kulow | fixed mean bug in an optimization of addrule: |
tree | commitdiff |
2007-10-20 |
Michael Matz | I need C++ here too. |
tree | commitdiff |
2007-10-19 |
Michael Schroeder | - clean up the code a bit |
tree | commitdiff |
2007-10-19 |
Michael Schroeder | - do away with complex reenablerule, instead reset... |
tree | commitdiff |
2007-10-19 |
Michael Schroeder | - fix some bugs in refine_suggestion() |
tree | commitdiff |
2007-10-17 |
Michael Schroeder | move solver reset to top of refine_suggestion |
tree | commitdiff |
2007-10-17 |
Michael Schroeder | - added pool_installable() inline function |
tree | commitdiff |
2007-10-17 |
Michael Schroeder | - inline source_name function |
tree | commitdiff |
2007-10-17 |
Michael Schroeder | unify whatprovides data to save memory. |
tree | commitdiff |
2007-10-15 |
Michael Schroeder | find suggested packages |
tree | commitdiff |
2007-10-15 |
Michael Schroeder | add arch filtering for obsoletes data |
tree | commitdiff |
2007-10-15 |
Michael Schroeder | implemented GNADENLOS in a better way, now option ... |
tree | commitdiff |
2007-10-15 |
Michael Schroeder | also prune to suggests/enhances, fixes tpctl testcases |
tree | commitdiff |
2007-10-15 |
Michael Schroeder | make prune_to_recommended look at recommends, too. |
tree | commitdiff |
2007-10-15 |
Michael Matz | I have use for a tool to merge .solv files. |
tree | commitdiff |
2007-10-12 |
Michael Matz | Make the satsolver header usable with C++ (only pool... |
tree | commitdiff |
2007-10-12 |
Stephan Kulow | - fixing obsoletes not checked in every case (fixing... |
tree | commitdiff |
2007-10-12 |
Michael Matz | For now only build a static (but PIC) libsatsolver... |
tree | commitdiff |
2007-10-12 |
Michael Schroeder | fix typo |
tree | commitdiff |
2007-10-12 |
Michael Schroeder | fix makefiles a bit |
tree | commitdiff |
2007-10-12 |
Michael Schroeder | delete some spaces |
tree | commitdiff |
2007-10-12 |
Stephan Kulow | fixing some bugs: |
tree | commitdiff |
2007-10-09 |
Michael Schroeder | - do not select src packages in yps |
tree | commitdiff |
2007-10-09 |
Michael Schroeder | - show better problem reports |
tree | commitdiff |
2007-10-09 |
Michael Schroeder | - fix arch handling |
tree | commitdiff |
2007-10-08 |
Michael Schroeder | fix segfault |
tree | commitdiff |
2007-10-05 |
Michael Schroeder | - don't pass name spaces for now |
tree | commitdiff |
2007-10-05 |
Michael Schroeder | - support for legacy rewriting |
tree | commitdiff |
2007-10-05 |
Michael Schroeder | fix typo, add some more architectures |
tree | commitdiff |
2007-10-02 |
Klaus Kaempf | prep for package |
tree | commitdiff |
2007-10-02 |
Klaus Kaempf | current state of 'sat-solver' |
tree | commitdiff |
|