<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SimpleParser/Makefile, branch master</title>
<subtitle>Simple parser for mathematical terms</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/'/>
<entry>
<title>Switched build system to cmake</title>
<updated>2014-03-02T11:02:23+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-03-02T11:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=585fb99f7b3b97ff18ad804c40e9557dea1d064b'/>
<id>585fb99f7b3b97ff18ad804c40e9557dea1d064b</id>
<content type='text'>
* cmake offers a more straight forward and easier understandable way of building this project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmake offers a more straight forward and easier understandable way of building this project
</pre>
</div>
</content>
</entry>
<entry>
<title>Enabled C++11 for clc and test applications</title>
<updated>2013-10-19T22:10:04+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-10-19T22:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=2b5ed18ae11439897a64708a434e5d7a6edac91e'/>
<id>2b5ed18ae11439897a64708a434e5d7a6edac91e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified Makefile to generate shared library</title>
<updated>2013-09-27T16:02:33+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-09-27T16:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=c04051c034a5de33ba25e3182191d854edbbb516'/>
<id>c04051c034a5de33ba25e3182191d854edbbb516</id>
<content type='text'>
* library is called libSimpleParser.so
* parser was renamed to clc
* test and clc are using the shared library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* library is called libSimpleParser.so
* parser was renamed to clc
* test and clc are using the shared library
</pre>
</div>
</content>
</entry>
<entry>
<title>Code restructuring of tree and parsing logic</title>
<updated>2013-09-26T18:41:37+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-09-26T18:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=a0f0c005a39ddaf693c7de84d6ab1c380a93dca2'/>
<id>a0f0c005a39ddaf693c7de84d6ab1c380a93dca2</id>
<content type='text'>
* Enabled tree to generate itself
** Main work is now done during tree construction
* Moved lexer and getPriority utility functions into separate compilation unit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Enabled tree to generate itself
** Main work is now done during tree construction
* Moved lexer and getPriority utility functions into separate compilation unit
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecated parser class in favour of plain functions; Internal lexer,</title>
<updated>2013-01-05T22:06:51+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-01-05T22:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=39038fddb2032c9944e549be8f1665e028cb68b8'/>
<id>39038fddb2032c9944e549be8f1665e028cb68b8</id>
<content type='text'>
priority determination and tree building functions were hidden in
unnamed namespace
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
priority determination and tree building functions were hidden in
unnamed namespace
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved node classes into separate compilation unit; File extension change</title>
<updated>2013-01-05T21:30:35+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-01-05T21:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=cde848ce1eb995170723f6f070b9fcba0dfdb880'/>
<id>cde848ce1eb995170723f6f070b9fcba0dfdb880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Folder structure change; Further improvements of parser code</title>
<updated>2013-01-05T21:04:23+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-01-05T21:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=e3081360c65eb4994e7e8042898cec72de0d560b'/>
<id>e3081360c65eb4994e7e8042898cec72de0d560b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for ugly style used in my early C++ days</title>
<updated>2013-01-05T16:46:21+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2013-01-05T16:46:21+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=0ab1ad8c67ac5579e10104f53040d962a7f98f17'/>
<id>0ab1ad8c67ac5579e10104f53040d962a7f98f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added gtest based test cases to be executed after every compile</title>
<updated>2012-10-12T19:25:12+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2012-10-12T19:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=16e2509100611447887f6050a5eb1c21ac9170c4'/>
<id>16e2509100611447887f6050a5eb1c21ac9170c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated Makefile</title>
<updated>2012-04-14T21:51:02+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2012-04-14T21:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=de97f27c7aa3c74a40d5ba7ce9477d4bbdefbe8e'/>
<id>de97f27c7aa3c74a40d5ba7ce9477d4bbdefbe8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inital commit</title>
<updated>2011-11-18T20:29:51+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2011-11-18T20:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/SimpleParser/commit/?id=64c34a42ce96c8368b8dc0636e8a452def6f8ea5'/>
<id>64c34a42ce96c8368b8dc0636e8a452def6f8ea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
