<feed xmlns='http://www.w3.org/2005/Atom'>
<title>TypeAsValue/src/operation, branch master</title>
<subtitle>C++ compile time computation library using types as values and templates as functions</subtitle>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/'/>
<entry>
<title>Added `Is` prefix to `EqualValue` and `EqualType`</title>
<updated>2015-02-12T12:36:27+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-12T12:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=4bb200de716891ed6c9fc182311c02685c8bdfd4'/>
<id>4bb200de716891ed6c9fc182311c02685c8bdfd4</id>
<content type='text'>
* analogously to `IsPair`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* analogously to `IsPair`
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `GreaterThan` and `LowerThan` comparators</title>
<updated>2015-02-08T18:10:59+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-02-08T18:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=dd504e4fcbf73750097024dce397754dc5883386'/>
<id>dd504e4fcbf73750097024dce397754dc5883386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added `Modulo` math operator</title>
<updated>2015-01-24T14:24:19+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-24T14:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=8b0d1c5296c22ce28fd0c8f9b251308b7bbf3090'/>
<id>8b0d1c5296c22ce28fd0c8f9b251308b7bbf3090</id>
<content type='text'>
* redefined `Even` in terms of `Modulo` and removed unnecessary dependent name declarators
* added appropriate test case, also for `Square`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* redefined `Even` in terms of `Modulo` and removed unnecessary dependent name declarators
* added appropriate test case, also for `Square`
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented `ListTabulate` in terms of `Iota` and `Map`</title>
<updated>2015-01-23T19:32:48+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-23T19:32:48+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=8432906bf9be6f16aafdb23aaed34f1247404329'/>
<id>8432906bf9be6f16aafdb23aaed34f1247404329</id>
<content type='text'>
* added `Square` function to math operations header to facilitate a simple test case
* added appropriate test case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added `Square` function to math operations header to facilitate a simple test case
* added appropriate test case
</pre>
</div>
</content>
</entry>
<entry>
<title>Added higher order list query `None`</title>
<updated>2015-01-20T16:50:45+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-20T16:50:45+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=d33f7d10f4ee6bb41a73e1a2981de5d602f64952'/>
<id>d33f7d10f4ee6bb41a73e1a2981de5d602f64952</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic boolean logic operations</title>
<updated>2015-01-20T15:55:07+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-20T15:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=b5fc92b5377e3effe4410348f4199316b88fba7f'/>
<id>b5fc92b5377e3effe4410348f4199316b88fba7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved `Odd` helper into math operation header</title>
<updated>2015-01-19T16:23:29+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-19T16:23:29+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=17a62b7627551243419d0a85c611eec7e6581e7b'/>
<id>17a62b7627551243419d0a85c611eec7e6581e7b</id>
<content type='text'>
* it may be useful for more than test cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* it may be useful for more than test cases
</pre>
</div>
</content>
</entry>
<entry>
<title>Capitalized math operations to fit naming scheme</title>
<updated>2015-01-16T21:00:12+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-16T21:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=5ead1bfab50ef7b3f746f298c53788c833f03ce4'/>
<id>5ead1bfab50ef7b3f746f298c53788c833f03ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redefined function template structs as template aliases</title>
<updated>2015-01-16T18:52:36+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-16T18:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=5a9e048c1efc3d0697debf968b4aeb056c04c391'/>
<id>5a9e048c1efc3d0697debf968b4aeb056c04c391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extracted basic math operations into separate header</title>
<updated>2015-01-15T19:12:46+00:00</updated>
<author>
<name>Adrian Kummerlaender</name>
</author>
<published>2015-01-15T19:12:46+00:00</published>
<link rel='alternate' type='text/html' href='http://code.kummerlaender.eu/TypeAsValue/commit/?id=8d2a11dc86f5eb0e8db2d1a88e58a562f1e07a9c'/>
<id>8d2a11dc86f5eb0e8db2d1a88e58a562f1e07a9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
