<feed xmlns='http://www.w3.org/2005/Atom'>
<title>raidgrep/src/output, branch v1.3.1</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>fix tests</title>
<updated>2020-10-10T10:41:25+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-10-10T10:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=49a43bdf5c5de1ea662f6bfaf5318145fefd2816'/>
<id>49a43bdf5c5de1ea662f6bfaf5318145fefd2816</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lints</title>
<updated>2020-10-10T10:39:24+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-10-10T10:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=5836c7d87f26f004cc4433ffd2c6a2f97f67050b'/>
<id>5836c7d87f26f004cc4433ffd2c6a2f97f67050b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update to newest evtclib</title>
<updated>2020-10-04T09:48:26+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-10-04T09:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=5ae375078d981e9efb3ac6ea68572f941fc883cf'/>
<id>5ae375078d981e9efb3ac6ea68572f941fc883cf</id>
<content type='text'>
There's a good chance that this will be evtclib 0.5, so we want to adapt
our API usage (mainly replacing evtclib::Boss with evtclib::Encounter).

The naming is a bit all over the place now, as we sometimes refer to
bosses and sometimes to encounters, but I hope to make a sensible
decision at *some point* about what we're actually doing here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's a good chance that this will be evtclib 0.5, so we want to adapt
our API usage (mainly replacing evtclib::Boss with evtclib::Encounter).

The naming is a bit all over the place now, as we sometimes refer to
bosses and sometimes to encounters, but I hope to make a sensible
decision at *some point* about what we're actually doing here.
</pre>
</div>
</content>
</entry>
<entry>
<title>add --count/-n flag</title>
<updated>2020-08-28T13:59:17+00:00</updated>
<author>
<name>Daniel</name>
<email>kingdread@gmx.de</email>
</author>
<published>2020-08-28T13:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.kingdread.de/cgit.cgi/raidgrep/commit/?id=09e1f9c330ec99de06c834b2de95c378bc6d00d3'/>
<id>09e1f9c330ec99de06c834b2de95c378bc6d00d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
