Colin Walters
|
d7067975e7
|
[staticanalysis]: Fix two uses of uninitialized variables
https://bugzilla.gnome.org/show_bug.cgi?id=732020
|
2014-06-21 18:08:49 -04:00 |
Colin Walters
|
2708124190
|
repo: Tweak traversal API
It's convenient for bindings if we have a version that doesn't mutate
the hash table, because they pass temporary hash tables as input.
|
2013-10-09 12:05:56 -04:00 |
Tobias Hunger
|
ed56908ccb
|
Fix warnings about unused variables
|
2013-08-30 14:23:45 -04:00 |
Stef Walter
|
5efb8e86e9
|
Add ostree_commit_get_parent() to get parent from variant
https://bugzilla.gnome.org/show_bug.cgi?id=705973
|
2013-08-15 06:52:53 +02:00 |
Colin Walters
|
7c5c3f2af8
|
core: Fix all introspection warnings
Still lots more docs to write and API to cleanup, but this is better.
|
2013-07-27 10:13:30 -04:00 |
Colin Walters
|
a5d43bb959
|
Install a shared library
This required a fair bit of surgery because previously ostree.h
included otutil.h, but that's supposed to be a private library.
|
2013-07-26 19:25:07 -04:00 |
Colin Walters
|
124416d832
|
Use AC_USE_SYSTEM_EXTENSIONS instead of #define _GNU_SOURCE
It's less copy/paste, works everywhere, etc.
Also fix some missing #include "config.h".
|
2013-07-10 13:25:35 -04:00 |
Colin Walters
|
2aa0251b1b
|
libostree: Rename ostree-traverse.h into OstreeRepo namespace
This operates on the repo, it might as well be methods on it.
|
2013-07-09 19:59:39 -04:00 |