summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2012-10-25generalize matching code from examples/solv.c to src/selection.cMichael Schroeder1-2/+2
2012-02-20- don't install repopage.h, it's internalMichael Schroeder1-1/+1
2012-02-17- hide repodata internals (needed to move repo_write from ext to src for this)Michael Schroeder1-2/+2
2012-01-17- install dataiterator.hMichael Schroeder1-1/+1
2012-01-09- hide solver internalsMichael Schroeder1-0/+2
2011-07-12- rename all sat_ to solv_Michael Schroeder1-2/+2
2011-05-27- fix specfileMichael Schroeder1-1/+1
2011-05-26- allow to build a shared and a static version of the librariesMichael Schroeder1-3/+16
2011-05-24- add ver files, fix buildMichael Schroeder1-1/+3
2011-05-24- minor text fixes and tweaksMichael Schroeder1-11/+11
2011-05-24rename satsolver -> libsolvMichael Schroeder1-5/+5
2011-05-16decide which qsort_r to use based on what it is availableDuncan Mac-Vicar P1-0/+12
2009-07-15Merge branch 'master' of git@git.opensuse.org:projects/zypp/sat-solverMichael Andres1-1/+1
2009-07-15fix to compileMichael Andres1-1/+1
2009-07-15- add runtime definitions so that apps can print the version of the shared libMichael Schroeder1-1/+1
2009-07-15- add satversion.h containing the current satsolver versionMichael Schroeder1-1/+1
2009-06-29- add checksum functionsMichael Schroeder1-2/+4
2009-06-22- move repo_helix from src to extMichael Schroeder1-2/+2
2009-05-26- split problem handling from solver.cMichael Schroeder1-2/+2
2009-05-25- split rule generation from solver.c into rules.cMichael Schroeder1-2/+2
2009-05-13- start transaction orderingMichael Schroeder1-2/+3
2008-10-09- the big solv data changeMichael Schroeder1-2/+2
2008-09-09revert last changeKlaus Kaempf1-1/+1
2008-09-09- rpmdb2solv changes:Klaus Kaempf1-1/+1
2008-08-01bah revert... you dreamerDuncan Mac-Vicar P1-2/+2
2008-08-01- repo_helix does not belong to sat solver coreDuncan Mac-Vicar P1-2/+2
2008-04-22- move debug functions to solverdebug.cMichael Schroeder1-5/+11
2008-03-18- move known id definitions to one file, lets see if g++ likes itMichael Schroeder1-1/+1
2008-03-03- fix mem leaksMichael Schroeder1-1/+1
2008-02-14Cleanup a bit.Michael Matz1-1/+1
2008-02-12- Moving helix parser to the APIStefan Schubert1-2/+2
2008-02-11get rid of -O3 in debug buildsStephan Kulow1-1/+1
2008-01-29- add key filtering to repo_writeMichael Schroeder1-3/+3
2007-12-08Start moving the attribute store into the library.Michael Matz1-2/+2
2007-11-28- changed debug mechanism a bit, it is now part of the poolMichael Schroeder1-2/+2
2007-11-26replaced printf by a locking functionStefan Schubert1-2/+2
2007-11-16Reduce C&P code by factoring out the uniquifying string pool.Michael Matz1-2/+2
2007-11-09Fix x64_86 build which exits withKlaus Kaempf1-1/+1
2007-11-06disable ruby policy because it breaks libzyppDuncan Mac-Vicar P1-3/+2
2007-11-01First try on a (ruby based) policy engineKlaus Kaempf1-2/+5
2007-10-30- add vendor change policy (but fixes no test case, as there is noMichael Schroeder1-4/+4
2007-10-26to follow SUSE tools conventionsDuncan Mac-Vicar P1-3/+3
2007-10-26- install the librariesDuncan Mac-Vicar P1-2/+4
2007-10-26- iterators for solver decisionsDuncan Mac-Vicar P1-2/+2
2007-10-26- fix packagingDuncan Mac-Vicar P1-1/+4
2007-10-26- add cmake supportDuncan Mac-Vicar P1-0/+5