<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/cleanpath.git/src, branch 1.0.0</title>
<subtitle>Path filtering library/utility
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/'/>
<entry>
<title>Exit on first invalid argument</title>
<updated>2021-05-17T05:29:46+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-17T05:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=68bb18b1dde2b42913c68501a9d875804b181318'/>
<id>68bb18b1dde2b42913c68501a9d875804b181318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for --default (#8)</title>
<updated>2021-05-17T03:16:10+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-17T03:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=6e313a4289d0dd30246cfbb8a0bef4309b9e2a15'/>
<id>6e313a4289d0dd30246cfbb8a0bef4309b9e2a15</id>
<content type='text'>
* Add test for --default

* Remove trailing semi-colon from windows path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test for --default

* Remove trailing semi-colon from windows path</pre>
</div>
</content>
</entry>
<entry>
<title>Add default path (#6)</title>
<updated>2021-05-17T01:06:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-17T01:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=bc3013fc68746265db78bf92623f7e6e3e469264'/>
<id>bc3013fc68746265db78bf92623f7e6e3e469264</id>
<content type='text'>
* Add default path

* Improve support/implementation logic

* Fix braces in tests

* Enable warnings

* Emit more generalized form of windows path

* Change initialization order

* Add --default/-D to documentation

* Fix platform detection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add default path

* Improve support/implementation logic

* Fix braces in tests

* Enable warnings

* Emit more generalized form of windows path

* Change initialization order

* Add --default/-D to documentation

* Fix platform detection</pre>
</div>
</content>
</entry>
<entry>
<title>Proper namespace for the header file. Bump version.</title>
<updated>2021-05-13T03:46:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-13T03:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=89511934b805999e0c12071750c52c1c45d35536'/>
<id>89511934b805999e0c12071750c52c1c45d35536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Warn once about regex on windows from cleanpath utility, not library</title>
<updated>2021-05-08T21:25:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2021-05-08T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=054508b5edeaef602ee4251bb3828387cb26f582'/>
<id>054508b5edeaef602ee4251bb3828387cb26f582</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements (#4)</title>
<updated>2021-05-07T14:35:28+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-07T14:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=b072d93e47949c9729c979fceef8a7c7bfd22d39'/>
<id>b072d93e47949c9729c979fceef8a7c7bfd22d39</id>
<content type='text'>
* Move display code into functions

* Mark windows supported

* Guard against overruns

* Add --list argument to docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move display code into functions

* Mark windows supported

* Guard against overruns

* Add --list argument to docs</pre>
</div>
</content>
</entry>
<entry>
<title>Add windows (#3)</title>
<updated>2021-05-06T21:45:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2021-05-06T21:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=c967ce981c2bedc23f0cd614ea7a3b108d009365'/>
<id>c967ce981c2bedc23f0cd614ea7a3b108d009365</id>
<content type='text'>
* Add windows support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add windows support</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2021-05-05T01:14:16+00:00</updated>
<author>
<name>Joe Hunkeler</name>
<email>jhunk@roden.local.stsci.edu</email>
</author>
<published>2021-05-04T21:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/cleanpath.git/commit/?id=ea6e2613aca23c84373e686d739498969062f79e'/>
<id>ea6e2613aca23c84373e686d739498969062f79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
