<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raidgrep/src/output, branch v1.3.0</title>
<subtitle>Guild Wars 2/arcdps evtc log searching tool</subtitle>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/'/>
<entry>
<title>implement sorting based on duration</title>
<updated>2020-06-26T15:00:58+00:00</updated>
<author>
<name>Daniel Schadt</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-06-26T15:00:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=e9c4f208a696cb6e6eaaf0c9595672b00d301e13'/>
<id>e9c4f208a696cb6e6eaaf0c9595672b00d301e13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include fight duration in output</title>
<updated>2020-06-12T10:49:44+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-06-12T10:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=47348c960072d62031490e923d7fe5a9122ff1cc'/>
<id>47348c960072d62031490e923d7fe5a9122ff1cc</id>
<content type='text'>
Since we have this information now anyway, might as well include it.
We're using humantime here, as that produces the expected "xxm yys zzms"
output. The conversion shouldn't fail (the unwrap), as we should never
encounter negative fight durations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we have this information now anyway, might as well include it.
We're using humantime here, as that produces the expected "xxm yys zzms"
output. The conversion shouldn't fail (the unwrap), as we should never
encounter negative fight durations.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests for sorting</title>
<updated>2020-06-11T23:12:03+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-06-11T23:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=9c7df815d2b19929fe5ca5295c8a5526bcfcee73'/>
<id>9c7df815d2b19929fe5ca5295c8a5526bcfcee73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a small test for sorting with Sorting</title>
<updated>2020-05-14T13:55:41+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-14T13:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=61889e2d289a6d0d83d55afc9b1c98e6dd112249'/>
<id>61889e2d289a6d0d83d55afc9b1c98e6dd112249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2020-05-14T13:35:35+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-14T13:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=a5e326bdd9b8c751653047bc28e34ded3e340431'/>
<id>a5e326bdd9b8c751653047bc28e34ded3e340431</id>
<content type='text'>
We changed the descending prefix to be ~ earlier, so now we need to
adjust the tests as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We changed the descending prefix to be ~ earlier, so now we need to
adjust the tests as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2020-05-13T15:03:58+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-13T15:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=57b74f50e59a3fab2d74bbb6165d48ce3e6e2049'/>
<id>57b74f50e59a3fab2d74bbb6165d48ce3e6e2049</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change sorting reversing prefix to ~</title>
<updated>2020-05-13T14:36:57+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-13T14:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=5272800a7e397f6fcc7933b474d182fec4d18b08'/>
<id>5272800a7e397f6fcc7933b474d182fec4d18b08</id>
<content type='text'>
Since - leads to structopt interpreting the component as the start of
another argument, we need to use a different one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since - leads to structopt interpreting the component as the start of
another argument, we need to use a different one.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Aggregator::finish for trait objects</title>
<updated>2020-05-13T14:33:27+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-13T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=b6a13c465983993ac581051bb24a13d4296731a1'/>
<id>b6a13c465983993ac581051bb24a13d4296731a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first attempt at sorting output</title>
<updated>2020-05-13T11:49:43+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-13T11:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=fb2a6088dcc7b57a2c1ac93ec6a8fbcc52584734'/>
<id>fb2a6088dcc7b57a2c1ac93ec6a8fbcc52584734</id>
<content type='text'>
This does currently not work yet, as we cannot call .finish() on dyn
Aggregator. This needs to be adjusted.

However, this provides the basic infrastructure for producing sorted
output, including the required command line parsing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does currently not work yet, as we cannot call .finish() on dyn
Aggregator. This needs to be adjusted.

However, this provides the basic infrastructure for producing sorted
output, including the required command line parsing.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2020-05-12T12:22:37+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-05-12T12:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=c659aedf97352d2584a439ffdb36f0f0ff76db8e'/>
<id>c659aedf97352d2584a439ffdb36f0f0ff76db8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
