index
:
platform/upstream/libsolv
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_wearable
backup/libsolv-0.7.16-20211223
backup/libsolv-0.7.20-20220922
sandbox/backup/libsolv-0.7.6_20201127
sandbox/backup/libsolv_0.6.35_20190917
sandbox/backup/libsolv_0.6.35_20200203
sandbox/backup/libsolv_0.7.20_20231208
sandbox/dh0128.kwak/libsolv-0.7.20-20211223
sandbox/dh0128.kwak/libsolv-0.7.22-20220921
sandbox/dh0128.kwak/libsolv_0.7.16
sandbox/dh0128.kwak/libsolv_0.7.6
sandbox/libsolv_0.7.27
sandbox/pcoval/tizen
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
tizen_ivi_stable
upgrade_libzypp
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
p5solv
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
Add Dep.Rel() method and a couple of Selection constructors
Michael Schroeder
1
-2
/
+1
2012-12-05
rename selection_limit to selection_filter, add flags to make selection_make ...
Michael Schroeder
1
-0
/
+1
2012-11-27
cleanup example code
Michael Schroeder
1
-144
/
+149
2012-11-27
Selection: rename addsimple method to add_raw in the bindings
Michael Schroeder
1
-1
/
+1
2012-11-26
Already use LOCALPOOL when converting filelist/language extensions
Michael Schroeder
1
-4
/
+8
2012-11-21
use "isemptyupdate" method to check for updates with no matching installed pa...
Michael Schroeder
1
-5
/
+2
2012-11-16
don't write incomplete repos in "solv", like with py/rb/p5solv
Michael Schroeder
1
-1
/
+1
2012-11-05
more swig trickery: add a "DepId" type that can take a Dep pointer or an Id
Michael Schroeder
1
-2
/
+2
2012-11-02
make FILE objects autoclose the fd in the destructor
Michael Schroeder
1
-20
/
+6
2012-11-02
make pool.setarch() do the right thing
Michael Schroeder
1
-1
/
+1
2012-11-02
get rid of the ugly load_if_changed method
Michael Schroeder
1
-8
/
+6
2012-11-02
small cleanup: move incomplete check into writecachedrepo
Michael Schroeder
1
-2
/
+3
2012-10-30
beautify examples a bit
Michael Schroeder
1
-4
/
+12
2012-10-29
unify cookie generation for solv/pysolv/rbsolv/p5solv
Michael Schroeder
1
-14
/
+13
2012-10-29
fix autorefresh flag in pysolv, support metadata_expire == -1 like in solv.c
Michael Schroeder
1
-1
/
+1
2012-10-25
- retabify (untabify for pysolv)
Michael Schroeder
1
-24
/
+24
2012-10-25
generalize matching code from examples/solv.c to src/selection.c
Michael Schroeder
1
-160
/
+27
2012-10-08
only call add_products if the method exists
Michael Schroeder
1
-1
/
+3
2012-02-24
- rename SOLVER_FLAG_IGNORE_ALREADY_RECOMMENDED to SOLVER_FLAG_ADD_ALREADY_RE...
Michael Schroeder
1
-1
/
+0
2012-02-01
- rename pool_addfileprovides_ids to pool_addfileprovides_queue, make it fill...
Michael Schroeder
1
-1
/
+1
2012-01-18
- add Datapos lookup functions, add lookup_idarray/deparray for XSolvables
Michael Schroeder
1
-5
/
+5
2012-01-13
- add dup versions for the allow* flags, make dup automatically use them
Michael Schroeder
1
-5
/
+0
2012-01-12
- fix types in p5solv and pysolv
Michael Schroeder
1
-1
/
+1
2012-01-11
- cleanup bindings example code a bit
Michael Schroeder
1
-27
/
+5
2012-01-10
- change splitprovides so that they only work on packages that are to be upda...
Michael Schroeder
1
-3
/
+1
2012-01-09
- hide solver internals
Michael Schroeder
1
-13
/
+11
2011-07-14
- swig bug: can't overload __str__ in perl, causes memory corruption as it tr...
Michael Schroeder
1
-4
/
+4
2011-07-13
- add support for bindings creation
Michael Schroeder
1
-1
/
+0
2011-05-02
- commit current state of binding and examples
Michael Schroeder
1
-8
/
+10
2011-03-16
- finish rbsolv repository handling
Michael Schroeder
1
-1
/
+1
2011-03-16
- added TransactionClass, more rbsolv porting
Michael Schroeder
1
-34
/
+33
2011-03-15
rbsolv: implement repo download and load callback
Michael Schroeder
1
-2
/
+3
2011-03-14
- more ruby code, better array handling in solv.i
Michael Schroeder
1
-15
/
+22
2011-03-10
start ruby bindings and example solver
Michael Schroeder
1
-2
/
+1
2011-03-09
- implement repository handling and load callback in perl
Michael Schroeder
1
-16
/
+361
2011-03-08
- commit current state of bindings
Michael Schroeder
1
-25
/
+209
2011-03-04
- start of p5solv and perl bindings
Michael Schroeder
1
-0
/
+378