Imported Upstream version 0.7.12
[platform/upstream/libsolv.git] / src / CMakeLists.txt
2020-11-27 DongHun KwakImported Upstream version 0.7.12 upstream/0.7.12
2019-09-10 DongHun KwakImported Upstream version 0.7.6 upstream/0.7.6
2019-09-10 DongHun KwakImported Upstream version 0.7.5 upstream/0.7.5
2019-09-10 DongHun KwakImported Upstream version 0.7.4 upstream/0.7.4
2019-09-10 DongHun KwakImported Upstream version 0.7.0 upstream/0.7.0
2018-11-30 DongHun KwakImported Upstream version 0.6.31 01/194201/1 upstream/0.6.31
2018-11-30 DongHun KwakImported Upstream version 0.6.30 00/194200/1 upstream/0.6.30
2018-11-30 DongHun KwakImported Upstream version 0.6.28 98/194198/1 upstream/0.6.28
2016-10-27 DongHun KwakImported Upstream version 0.6.23 22/94122/1 upstream/0.6.23
2016-10-27 DongHun KwakImported Upstream version 0.6.20 19/94119/1 upstream/0.6.20
2016-10-27 DongHun KwakImported Upstream version 0.6.13 12/94112/1 upstream/0.6.13
2016-10-27 DongHun KwakImported Upstream version 0.6.12 11/94111/1 upstream/0.6.12
2016-10-27 DongHun KwakImported Upstream version 0.6.11 10/94110/1 upstream/0.6.11
2016-10-27 DongHun KwakImported Upstream version 0.6.6 05/94105/1 upstream/0.6.6
2014-03-05 Michael Schroederadd support for complex dependencies
2014-01-20 Michael SchroederMerge pull request #41 from dmacvicar/master
2013-10-16 Michael Schroederrefactor most of the linked pkg code into a seperate...
2013-07-23 Michael SchroederMerge pull request #35 from scarabeusiv/master
2013-07-22 Tomáš ChvátalFix linkingflags override by actually appending
2012-10-25 Michael Schroedergeneralize matching code from examples/solv.c to src...
2012-02-20 Michael Schroeder- don't install repopage.h, it's internal
2012-02-17 Michael Schroeder- hide repodata internals (needed to move repo_write...
2012-01-17 Michael Schroeder- install dataiterator.h
2012-01-09 Michael Schroeder- hide solver internals
2011-07-12 Michael Schroeder- rename all sat_ to solv_
2011-05-27 Michael Schroeder- fix specfile
2011-05-26 Michael Schroeder- allow to build a shared and a static version of the...
2011-05-24 Michael Schroeder- add ver files, fix build
2011-05-24 Michael Schroeder- minor text fixes and tweaks
2011-05-24 Michael Schroederrename satsolver -> libsolv
2011-05-16 Duncan Mac-Vicar Pdecide which qsort_r to use based on what it is available
2009-08-31 Stephan KulowMerge branch 'master' of git://git.opensuse.org/project...
2009-07-15 Michael AndresMerge branch 'master' of git@git.opensuse.org:projects...
2009-07-15 Michael Andresfix to compile
2009-07-15 Michael Schroeder- add runtime definitions so that apps can print the...
2009-07-15 Michael Schroeder- add satversion.h containing the current satsolver...
2009-06-29 Michael Schroeder- add checksum functions
2009-06-22 Michael Schroeder- move repo_helix from src to ext
2009-06-15 Klaus KämpfMerge branch 'master' of git@git.opensuse.org:projects...
2009-05-26 Michael Schroeder- split problem handling from solver.c
2009-05-25 Michael Schroeder- split rule generation from solver.c into rules.c
2009-05-13 Michael Schroeder- start transaction ordering
2008-10-09 Michael Schroeder- the big solv data change
2008-09-09 Klaus Kaempfrevert last change
2008-09-09 Klaus Kaempf- rpmdb2solv changes:
2008-08-01 Duncan Mac-Vicar Pbah revert... you dreamer
2008-08-01 Duncan Mac-Vicar P- repo_helix does not belong to sat solver core
2008-04-22 Michael Schroeder- move debug functions to solverdebug.c
2008-03-18 Michael Schroeder- move known id definitions to one file, lets see if...
2008-03-03 Michael Schroeder- fix mem leaks
2008-02-14 Michael MatzCleanup a bit.
2008-02-12 Stefan Schubert- Moving helix parser to the API
2008-02-11 Stephan Kulowget rid of -O3 in debug builds
2008-01-29 Michael Schroeder- add key filtering to repo_write
2007-12-08 Michael MatzStart moving the attribute store into the library.
2007-11-28 Michael Schroeder- changed debug mechanism a bit, it is now part of...
2007-11-26 Stefan Schubertreplaced printf by a locking function
2007-11-16 Michael MatzReduce C&P code by factoring out the uniquifying string...
2007-11-09 Klaus KaempfFix x64_86 build which exits with
2007-11-06 Duncan Mac-Vicar Pdisable ruby policy because it breaks libzypp
2007-11-01 Klaus KaempfFirst try on a (ruby based) policy engine
2007-10-30 Michael Schroeder- add vendor change policy (but fixes no test case...
2007-10-26 Duncan Mac-Vicar Pto follow SUSE tools conventions
2007-10-26 Duncan Mac-Vicar P- install the libraries
2007-10-26 Duncan Mac-Vicar P- iterators for solver decisions
2007-10-26 Duncan Mac-Vicar P- fix packaging
2007-10-26 Duncan Mac-Vicar P- add cmake support