Start of an attribute store. It can hold arbitrary attributes for a
authorMichael Matz <matz@suse.de>
Sun, 28 Oct 2007 23:09:45 +0000 (23:09 +0000)
committerMichael Matz <matz@suse.de>
Sun, 28 Oct 2007 23:09:45 +0000 (23:09 +0000)
commit037ee3fa733ef636a7e0acc933ab2c317c381db6
tree3f2909d6464e693fcc777a46e14ff229642a2bf6
parent94f19b81e2f9596e6a695e969cd2315726dec059
Start of an attribute store.  It can hold arbitrary attributes for a
number of entities.  When those are build as mirroring the solvables in
a Repo, we can attach non-solver information to them.  Not yet really
integrated, uses too much in-core memory, and arbitrary blobs are not
yet supported (for descriptions and maybe large author lists).
tools/CMakeLists.txt
tools/attr_store.c [new file with mode: 0644]
tools/attr_store.h [new file with mode: 0644]
tools/attr_store_p.h [new file with mode: 0644]
tools/dumpattr.c [new file with mode: 0644]
tools/repo_susetags.c
tools/repo_susetags.h
tools/susetags2solv.c