0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix the build More... over 16 years ago
refine_suggestion archchanges moved to header file. This funktions are needed in libzypp More... over 16 years ago
- implement branching and solution callback More... over 16 years ago
make it executable More... over 16 years ago
install the tools More... over 16 years ago
- add a license - don't branch for supplemented packages - fix off by one in minimize queue revert code More... over 16 years ago
compile testsuite only if present
Duncan Mac-Vicar P.
as Duncan Mac-Vicar P
More... over 16 years ago
- move policy-ruby.c into ruby dir - fix lock xml parsing in deptestomatic. grrr.... - support multiple verbosity levels - add experimental minimization feature - always take first element of prune function to annoy coolo - sorry, no policy support yet More... over 16 years ago
disable ruby policy because it breaks libzypp
Duncan Mac-Vicar P.
as Duncan Mac-Vicar P
More... over 16 years ago
First try on a (ruby based) policy engine More... over 16 years ago
Add my own version of a Lempel-Ziv type compressor, so we can compress the blob pages nicely. The compression rate is usually between 60% and 80%, which is good enough for our purposes. In return for that it decompresses blazingly fast. The thing slowly comes together. More... over 16 years ago
- do not be that verbose - format solutions a bit better More... over 16 years ago
- fix bug in last bugfix - make suggestions a bit better More... over 16 years ago
- allow downgrade for INSTALL_SOLVABLE - add support for "version" in deptestomatic's select_solvable() - comment to repo_content More... over 16 years ago
yep, right. DISTVERSION is the same misunderstanding More... over 16 years ago
fixing misunderstanding More... over 16 years ago
The blobs are now stored and loaded. If the input file for the attr store is seekable we load the blobs on demand, and as we do this in pages we don't even need much more memory (currently I'm using 4 pages at 32KB each, so the constant memory overhead for all authors and descriptions and other blobs is only 128Kb per attr store). And it isn't even slow :-) More... over 16 years ago
Parse also a second packages file (e.g. packages.en) catted to stdin, so that we can annotate already existing packages, e.g. with summary and description. Store authors and description as blobs. More... over 16 years ago
We can create blobs now. But can't yet store them into the file :) More... over 16 years ago
- stuff to discuss More... over 16 years ago
- add vendor change policy (but fixes no test case, as there is no good test case) More... over 16 years ago
- add vendor id to solvables More... over 16 years ago
An iterator over attributes, as GCC scalarizes it the code is equivalent to hand-written code that doesn't use a structure: More... over 16 years ago
Write and read the read-only representation directly. More... over 16 years ago
- fix last failing testcase classified as bug More... over 16 years ago
Use Offset instead of unsigned int. More... over 16 years ago
- rename 'system' repo to 'installed' More... over 16 years ago
- rename queue* to queue_*, inline a bit more - rename map* to map_* More... over 16 years ago
keep 'bool'ness in the comment More... over 16 years ago
- cleanup strange code More... over 16 years ago