<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey, branch feature/doxygen</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=feature%2Fdoxygen</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=feature%2Fdoxygen'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2019-01-16T18:46:59Z</updated>
<entry>
<title>Update readme for `make doc`</title>
<updated>2019-01-16T18:46:59Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-16T18:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=af8ee6d30ac8ae45cf440c6bc2e03a873e3db584'/>
<id>urn:sha1:af8ee6d30ac8ae45cf440c6bc2e03a873e3db584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add \mainpage to the C API documentation</title>
<updated>2019-01-16T18:41:58Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-16T18:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=2491bcac250ea7036a4f39b06f4c8dcefea1650b'/>
<id>urn:sha1:2491bcac250ea7036a4f39b06f4c8dcefea1650b</id>
<content type='text'>
The main page contains a reference to the header containing all
functions of the C API and a short example of how to use it.
</content>
</entry>
<entry>
<title>Add a \file doc comment to libnitrokey</title>
<updated>2019-01-16T18:23:30Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-16T18:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=5d79387008dc81f9504103259a21f23962a5a966'/>
<id>urn:sha1:5d79387008dc81f9504103259a21f23962a5a966</id>
<content type='text'>
Doxygen does not include top-level functions unless the file is
documented.  Therefore we have to add a \file doc comment so that the
functions show up in the Doxygen output.
</content>
</entry>
<entry>
<title>Add a doc target that generates C API documentation</title>
<updated>2019-01-16T18:17:17Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-16T18:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=2a4f2df2244018f525d23805f9fbdfa3f21b4570'/>
<id>urn:sha1:2a4f2df2244018f525d23805f9fbdfa3f21b4570</id>
<content type='text'>
Doxygen is used generate the C API documentation.  The Doxygen
configuration is stored in the Doxygen.in file (that is processed by
CMake).  To generate the documentation, run make doc in the build
directory.
</content>
</entry>
<entry>
<title>Merge branch 'cpp_tests_update'</title>
<updated>2019-01-02T13:26:34Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T13:26:34Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=1f3da5c76acb20b2183ac52373ed3b0b63e1151e'/>
<id>urn:sha1:1f3da5c76acb20b2183ac52373ed3b0b63e1151e</id>
<content type='text'>
Update C++ tests

Add safe C++ test for simple connection test, device agnostic.
Better describe the use case of C++ tests in the Readme.

Related: https://github.com/d-e-s-o/nitrocli/issues/39
</content>
</entry>
<entry>
<title>Update Readme, mostly test section</title>
<updated>2019-01-02T13:23:59Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T13:23:59Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=8de58b6ced7da147f2e5cd133d2c25fd758a6a5b'/>
<id>urn:sha1:8de58b6ced7da147f2e5cd133d2c25fd758a6a5b</id>
<content type='text'>
Describe better C++ tests

Related: https://github.com/d-e-s-o/nitrocli/issues/39
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Mention potential test failure cause, when no git version is provided</title>
<updated>2019-01-02T12:35:01Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:35:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=539aec53df80bb5f5893614ca76a6a2821c20bc2'/>
<id>urn:sha1:539aec53df80bb5f5893614ca76a6a2821c20bc2</id>
<content type='text'>
Related to #133

Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add test_safe target for build</title>
<updated>2019-01-02T12:33:25Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=50a3f4817a44bc644ad401b0de6b91e835aad299'/>
<id>urn:sha1:50a3f4817a44bc644ad401b0de6b91e835aad299</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Add safe to user data C++ tests - test_safe.cpp</title>
<updated>2019-01-02T12:32:43Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-02T12:32:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=577f6278318774ace9eec86c7fdb7db260e7a4c0'/>
<id>urn:sha1:577f6278318774ace9eec86c7fdb7db260e7a4c0</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tests_update'</title>
<updated>2018-11-22T11:40:41Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2018-11-22T11:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=57773ad5f7b6eb5e6a2020dd1bd4264bdd823808'/>
<id>urn:sha1:57773ad5f7b6eb5e6a2020dd1bd4264bdd823808</id>
<content type='text'>
Adding corrections found while testing Storage v0.53 RC1.
</content>
</entry>
</feed>
