<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/evolution-data-server.git/docs/reference/libebackend/Makefile.am, branch sqlite-refactor</title>
<subtitle>gitlab.gnome.org: GNOME/evolution-data-server.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/'/>
<entry>
<title>Makefile.am cleanups.</title>
<updated>2013-11-17T16:09:52+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2013-11-17T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=7a96fb111e7f1dc16047de8d452a63949fb6452f'/>
<id>7a96fb111e7f1dc16047de8d452a63949fb6452f</id>
<content type='text'>
- Remove trailing tabs.
- Add terminators to multi-line lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove trailing tabs.
- Add terminators to multi-line lists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable make check in docs/reference/libebackend</title>
<updated>2013-03-16T09:36:26+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristanvb@openismus.com</email>
</author>
<published>2013-03-16T09:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=bc664c9745be42d6becb743c757945421395d5cf'/>
<id>bc664c9745be42d6becb743c757945421395d5cf</id>
<content type='text'>
Documentation in EDS is not good quality enough to require
that the gtk-doc checks pass for distcheck.

Commenting out the tests in this directory so that distcheck
can pass without checking quality of docs (all other gtk-doc directories
already dont set TESTS = $(GTKDOC_CHECK) ).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documentation in EDS is not good quality enough to require
that the gtk-doc checks pass for distcheck.

Commenting out the tests in this directory so that distcheck
can pass without checking quality of docs (all other gtk-doc directories
already dont set TESTS = $(GTKDOC_CHECK) ).
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation Makefiles: Added MKDB_OPTIONS</title>
<updated>2013-02-22T13:45:29+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristanvb@openismus.com</email>
</author>
<published>2013-02-22T13:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=f5f10e4add1b98c90fede9a221d7d478eabd576f'/>
<id>f5f10e4add1b98c90fede9a221d7d478eabd576f</id>
<content type='text'>
Added the MKDB_OPTIONS to all gtk-doc makefiles, this makes
the &lt;note&gt;&lt;para&gt;&lt;/para&gt;&lt;/note&gt; semantics in gtk-doc statements
work properly (along with probably a few other features).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the MKDB_OPTIONS to all gtk-doc makefiles, this makes
the &lt;note&gt;&lt;para&gt;&lt;/para&gt;&lt;/note&gt; semantics in gtk-doc statements
work properly (along with probably a few other features).
</pre>
</div>
</content>
</entry>
<entry>
<title>Further API doc cleanups.</title>
<updated>2012-12-27T17:24:34+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-12-27T15:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=8709051dfc436cef096d239ed2ebfb20265885e5'/>
<id>8709051dfc436cef096d239ed2ebfb20265885e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement single-file includes for all E-D-S libraries.</title>
<updated>2012-06-03T23:51:10+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-06-03T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=bda7165f697ba922ea9daf57ce06febc2df238fd'/>
<id>bda7165f697ba922ea9daf57ce06febc2df238fd</id>
<content type='text'>
The top-level headers are named after the library:

    #include &lt;libebackend/libebackend.h&gt;
    #include &lt;libebook/libebook.h&gt;
    #include &lt;libecal/libecal.h&gt;
    #include &lt;libedata-book/libedata-book.h&gt;
    #include &lt;libedata-cal/libedata-cal.h&gt;
    #include &lt;libedataserver/libedataserver.h&gt;
    #include &lt;libedataserverui/libedataserverui.h&gt;

Including individual headers will cause a compilation error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The top-level headers are named after the library:

    #include &lt;libebackend/libebackend.h&gt;
    #include &lt;libebook/libebook.h&gt;
    #include &lt;libecal/libecal.h&gt;
    #include &lt;libedata-book/libedata-book.h&gt;
    #include &lt;libedata-cal/libedata-cal.h&gt;
    #include &lt;libedataserver/libedataserver.h&gt;
    #include &lt;libedataserverui/libedataserverui.h&gt;

Including individual headers will cause a compilation error.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finish documenting the libebackend API.</title>
<updated>2011-03-12T19:20:15+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-03-12T19:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=da30c123bb577d53f2d754c02748e871075714e8'/>
<id>da30c123bb577d53f2d754c02748e871075714e8</id>
<content type='text'>
Starting small; trying to work bottom-up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Starting small; trying to work bottom-up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gtk-doc tests, but leave them disabled.</title>
<updated>2010-03-31T22:42:51+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-03-31T22:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=b15f2a3277ee765697e510774c3e428c33f0eab3'/>
<id>b15f2a3277ee765697e510774c3e428c33f0eab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable automatic .gitignore generation.</title>
<updated>2009-11-18T01:55:50+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2009-11-18T01:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=20edd1bc425fcb9126720574e202eb33566da3e5'/>
<id>20edd1bc425fcb9126720574e202eb33566da3e5</id>
<content type='text'>
Uses Behdad Esfahbod's excellent git.mk script.

Also fix some untracked files that the script found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses Behdad Esfahbod's excellent git.mk script.

Also fix some untracked files that the script found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #596619 -  Fixup problems in building docs</title>
<updated>2009-10-09T17:19:08+00:00</updated>
<author>
<name>H. Habighorst</name>
<email>h.habighorst@googlemail.com</email>
</author>
<published>2009-10-09T17:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=ea6d817ca62b4a917b99f183096bd740f28331a1'/>
<id>ea6d817ca62b4a917b99f183096bd740f28331a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Build framework for new libebackend library.</title>
<updated>2008-04-29T14:34:35+00:00</updated>
<author>
<name>Rob Bradford</name>
<email>rob@openedhand.com</email>
</author>
<published>2008-04-29T14:34:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/evolution-data-server.git/commit/?id=9e5ab507c477fa1864c04cfe1f934c9caf5ff9be'/>
<id>9e5ab507c477fa1864c04cfe1f934c9caf5ff9be</id>
<content type='text'>
2009-04-23  Rob Bradford  &lt;rob@openedhand.com&gt;

	* Makefile.am:
	* configure.in:
	* libebackend/Makefile.am:
	* libebackend/libebackend.pc.in:
	Build framework for new libebackend library.

	* libedataserver/Makefile.am:
	Remove files that have moved to libebackend.

	* libedataserver/e-data-server-module.[ch]:
	* libedataserver/e-db3-utils.[ch]:
	* libedataserver/e-dbhash.[ch]:
	* libedataserer/e-file-cache.[ch]:
	Moved to libebackend.

	* src/Makefile.am:
	* src/server.c:
	Use libebackend headers and link to the library.

	* docs/reference/Makefile.am:
	* docs/reference/libebackend/Makefile.am:
	* docs/reference/libebackend/libebackend-docs.xml:
	* docs/reference/libebackend/libebackend-sections.txt:
	* docs/reference/libebackend/libebackend.types:
	Add documentation for new libebackend library.

	* docs/reference/libedataserver/libedataserver.types:
	Remove types that have been moved to libebackend.

	* docs/reference/calendar/libedata-cal/Makefile.am:
	Add libebackend to the gtk-doc scanner libraries.


svn path=/trunk/; revision=8703
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2009-04-23  Rob Bradford  &lt;rob@openedhand.com&gt;

	* Makefile.am:
	* configure.in:
	* libebackend/Makefile.am:
	* libebackend/libebackend.pc.in:
	Build framework for new libebackend library.

	* libedataserver/Makefile.am:
	Remove files that have moved to libebackend.

	* libedataserver/e-data-server-module.[ch]:
	* libedataserver/e-db3-utils.[ch]:
	* libedataserver/e-dbhash.[ch]:
	* libedataserer/e-file-cache.[ch]:
	Moved to libebackend.

	* src/Makefile.am:
	* src/server.c:
	Use libebackend headers and link to the library.

	* docs/reference/Makefile.am:
	* docs/reference/libebackend/Makefile.am:
	* docs/reference/libebackend/libebackend-docs.xml:
	* docs/reference/libebackend/libebackend-sections.txt:
	* docs/reference/libebackend/libebackend.types:
	Add documentation for new libebackend library.

	* docs/reference/libedataserver/libedataserver.types:
	Remove types that have been moved to libebackend.

	* docs/reference/calendar/libedata-cal/Makefile.am:
	Add libebackend to the gtk-doc scanner libraries.


svn path=/trunk/; revision=8703
</pre>
</div>
</content>
</entry>
</feed>
