<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doxdocgen/src/test, branch 0.1.0</title>
<subtitle>Visual Studio Code extension to generate doxygen documentation from source code.</subtitle>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/'/>
<entry>
<title>-- Added tests for the configuration options.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2018-01-01T20:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=8711b0fb2c8f88a6864096de7813e63fd6cf9f7a'/>
<id>8711b0fb2c8f88a6864096de7813e63fd6cf9f7a</id>
<content type='text'>
-- Expanded the mock classes to allow for more dynamic setting of the contents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Expanded the mock classes to allow for more dynamic setting of the contents.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Finished all parameter tests.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2018-01-01T19:19:58+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=d9cef62f8778fcdc39d26802d5d7457c97e9dfc0'/>
<id>d9cef62f8778fcdc39d26802d5d7457c97e9dfc0</id>
<content type='text'>
-- Added support for all C++ string literals.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added support for all C++ string literals.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Completed unit tests for operators. Conversion operators aren't working yet.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T03:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=31f6517aa5d8d3ccdd0b39880337c000943d08c1'/>
<id>31f6517aa5d8d3ccdd0b39880337c000943d08c1</id>
<content type='text'>
-- Renamed all C things to Cpp since that is really what they are.
-- Made empty files for the remaining unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Renamed all C things to Cpp since that is really what they are.
-- Made empty files for the remaining unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added missing test for edge case for fundamental types unit test.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T02:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=10aac7196a3a701860525d0f466896efe182d39a'/>
<id>10aac7196a3a701860525d0f466896efe182d39a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Renamed unit test with a C++ prefix to make sure future unit tests for other languages can be easily distinguished.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T02:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=66b0bf79c44084dfa431398257735f2d47e2d08c'/>
<id>66b0bf79c44084dfa431398257735f2d47e2d08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added test for constructors and destructors.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T01:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=16e4ed410f2bc29e528bf6ec872bdf92478749a7'/>
<id>16e4ed410f2bc29e528bf6ec872bdf92478749a7</id>
<content type='text'>
-- Removed config value for null on bool pointer return. I think it's to confusing for users.
-- Fixed some small remaining refactor bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Removed config value for null on bool pointer return. I think it's to confusing for users.
-- Fixed some small remaining refactor bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added many unit tests for the C parser. Almost complete now</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-31T01:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=1746f21bc3720585d2fe877db8d69aae301ff02c'/>
<id>1746f21bc3720585d2fe877db8d69aae301ff02c</id>
<content type='text'>
-- Refactored project structure to allow for more overview once we add more languages.
-- Renamed a lot of types in the CParser to be more explicit.
-- Made configuration injectable into the classes that need them. This allows to unit test configuration variables.
-- Added 2 new config params that allows to customize what gets returned for a bool return type.
-- Small changes to the logic to make it more concise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Refactored project structure to allow for more overview once we add more languages.
-- Renamed a lot of types in the CParser to be more explicit.
-- Made configuration injectable into the classes that need them. This allows to unit test configuration variables.
-- Added 2 new config params that allows to customize what gets returned for a bool return type.
-- Small changes to the logic to make it more concise.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Added more unit tests.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-28T23:15:59+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=b446b9e596fc0487b88597d8e818dae61512f309'/>
<id>b446b9e596fc0487b88597d8e818dae61512f309</id>
<content type='text'>
-- Added support for alignas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Added support for alignas.
</pre>
</div>
</content>
</entry>
<entry>
<title>-- Implemented support for all operators except the conversion operator.</title>
<updated>2018-02-20T21:02:22+00:00</updated>
<author>
<name>Rowan Goemans</name>
<email>RB.Goemans@student.han.nl</email>
</author>
<published>2017-12-28T20:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=5b0912d99732536ae18d3c70730cc6df2ed3af24'/>
<id>5b0912d99732536ae18d3c70730cc6df2ed3af24</id>
<content type='text'>
-- Implemented support for noexcept and throw.
-- Implemented support for constexpr.
-- Implemented support for multiple template specifications.
-- Rewritten some unit tests.
-- Fixed bug where unnamed parameters weren't recognized properly
-- Fixed bug where namespace with template params weren't being parsed correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Implemented support for noexcept and throw.
-- Implemented support for constexpr.
-- Implemented support for multiple template specifications.
-- Rewritten some unit tests.
-- Fixed bug where unnamed parameters weren't recognized properly
-- Fixed bug where namespace with template params weren't being parsed correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generation tests should suffice for now</title>
<updated>2017-12-16T20:48:09+00:00</updated>
<author>
<name>Christoph Schlosser</name>
<email>thisisagap@gmail.com</email>
</author>
<published>2017-12-16T20:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://christoph.codes/doxdocgen/commit/?id=4c5c82fcef969c07e9a9abde09af159735664416'/>
<id>4c5c82fcef969c07e9a9abde09af159735664416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
