<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/bindings/go, branch 0.13.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.13.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.13.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2012-05-15T11:58:36Z</updated>
<entry>
<title>go: Update for changes to notmuch_database_get_directory</title>
<updated>2012-05-15T11:58:36Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-05-13T23:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cdaf253c9995fe00b096052ab85f0b8d5c010e7c'/>
<id>urn:sha1:cdaf253c9995fe00b096052ab85f0b8d5c010e7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go: format the souce code using gofmt</title>
<updated>2012-05-11T11:36:43Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1952889353becc7b3bd254ea2695eca04bb9491f'/>
<id>urn:sha1:1952889353becc7b3bd254ea2695eca04bb9491f</id>
<content type='text'>
Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: update the build system</title>
<updated>2012-05-11T11:36:30Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3113731713ac49142c86c934906d0f5a1e6f3eb8'/>
<id>urn:sha1:3113731713ac49142c86c934906d0f5a1e6f3eb8</id>
<content type='text'>
The new "go" utility does not require any Makefiles to compile go
packages and programs. Remove the old Makefiles and replace the top
level Makefile with one defining some convenience targets for
compiling the notmuch bindings and the notmuch-addrlookup utility.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: update the addrlookup utility to go 1</title>
<updated>2012-05-11T11:35:50Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9bf6eec1a51c49f025454fdfc709b4d29142f84c'/>
<id>urn:sha1:9bf6eec1a51c49f025454fdfc709b4d29142f84c</id>
<content type='text'>
Use the new built in error type that replaces os.Error, adapt the code
to the fact that strings.Split has just two arguments now.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: set LDFLAGS to -lnotmuch in the packages source file</title>
<updated>2012-05-11T11:35:38Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3760a79b3fd551c389f1216af321d1ab45d0642f'/>
<id>urn:sha1:3760a79b3fd551c389f1216af321d1ab45d0642f</id>
<content type='text'>
Set the LDFLAGS to -lnotmuch so the resulting go package will be
linked with libnotmuch.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: reorganize the go bindings</title>
<updated>2012-05-11T11:32:44Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T11:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=97565b77cdb4c7c2db82f0baa462eeabb17294dc'/>
<id>urn:sha1:97565b77cdb4c7c2db82f0baa462eeabb17294dc</id>
<content type='text'>
go 1 introduced the "go" program that simplifies building of libraries
and programs. This patch reorganizes the go code so it can be compiled
using the new utility, it does not change any files.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: define the constant STATUS_UNBALANCED_ATOMIC</title>
<updated>2012-05-11T11:28:33Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T10:23:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f83a5c6241db308393d9295aedbcfbeff43a53fd'/>
<id>urn:sha1:f83a5c6241db308393d9295aedbcfbeff43a53fd</id>
<content type='text'>
Add the constant STATUS_UNBALANCED_ATOMIC to the list of notmuch
status codes.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: fix the notmuch status constants</title>
<updated>2012-05-11T11:28:21Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T10:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0af7295faf56d5c469a9b47ad253ea5b146b0975'/>
<id>urn:sha1:0af7295faf56d5c469a9b47ad253ea5b146b0975</id>
<content type='text'>
Formerly all the constants were set to zero since in golang constants
are set to the previous value if no new value is specified. Use the
iota operator that is incremented after each use to fix this issue.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: update notmuch-addrlookup to the new API</title>
<updated>2012-05-11T11:28:06Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2012-05-09T10:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9f5478637c925ec9996328671d9a8f26ac6a6ed4'/>
<id>urn:sha1:9f5478637c925ec9996328671d9a8f26ac6a6ed4</id>
<content type='text'>
notmuch.OpenDatabase now returns a status indicating success or
failure. Use this information to inform the user of any failures.

Signed-off-by: Justus Winter &lt;4winter@informatik.uni-hamburg.de&gt;
</content>
</entry>
<entry>
<title>go: Update Go bindings for new notmuch_database_{open, create} signatures</title>
<updated>2012-05-05T13:13:17Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2012-04-30T16:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2e346b9e2adbca0e3dcd97bbf761a469068e91f9'/>
<id>urn:sha1:2e346b9e2adbca0e3dcd97bbf761a469068e91f9</id>
<content type='text'>
This requires changing the return types of NewDatabase and
OpenDatabase to follow the standard Go convention for returning
errors.
</content>
</entry>
</feed>
