Richard Hughes <richard@hughsie.com> [Mon, 30 Jun 2008 09:47:32 +0100] rev 303
trivial: razor_property_iterator_create() can have package NULL and be valid
Richard Hughes <richard@hughsie.com> [Mon, 30 Jun 2008 08:51:26 +0100] rev 302
convert razor_package_get_details() and razor_package_iterator_next() to varargs
The functions for getting package details about a package were limited to a few
things, when in the future we will want to support much more about a package.
The iterator was also limited to name,version,arch when most of the time we
didn't need all this data.
Richard Hughes <richard@hughsie.com> [Sun, 29 Jun 2008 17:32:19 +0100] rev 301
protect all exported functions by checking the input parameters for NULL input
Richard Hughes <richard@hughsie.com> [Sun, 29 Jun 2008 10:55:17 +0100] rev 300
add missing licencing information at the top of each source file
The licence text is needed when razor is packaged for Debian. :-)
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 20:34:29 -0400] rev 299
Remove a couple of done TODO items.
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 19:22:55 -0400] rev 298
Merge commit 'fdo/master'
Richard Hughes <richard@hughsie.com> [Thu, 26 Jun 2008 07:17:48 +0100] rev 297
include stdint.h in razor.h to fix an error
This fixes the error: /usr/include/razor/razor.h:161: error: expected declaration specifiers or '...' before 'uint32_t'
Richard Hughes <richard@hughsie.com> [Wed, 25 Jun 2008 15:32:11 -0400] rev 296
Allow NULL pointers in razor_package_get_details().
committer: Kristian H?gsberg <krh@redhat.com>
Kristian H?gsberg <krh@redhat.com> [Wed, 25 Jun 2008 15:29:49 -0400] rev 295
Fix pkg-config file problems.
It's libcurl, and expat doesn't have a pkg-config file.
Kristian H?gsberg <krh@redhat.com> [Sat, 28 Jun 2008 18:33:15 -0400] rev 294
Revert "Get api docs building"
Pass --enable-gtk-doc to ./configure to build API docs. Add a
status print-out at the end of configure.ac to show whether gtk-doc
was enabled.
This reverts commit 436386fb11ee56e50c2c76c496b1f6c39530e170.