<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/stasis_indexer.c, branch next</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Refactor directory structure</title>
<updated>2024-10-14T13:43:31+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-14T13:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5a9688e9e78a25a42bddfc4388fb4ce3311ded74'/>
<id>5a9688e9e78a25a42bddfc4388fb4ce3311ded74</id>
<content type='text'>
* Move core library sources into src/lib/core
* Move command-line programs into src/cli
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move core library sources into src/lib/core
* Move command-line programs into src/cli
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix accidental combination of strlen and another strlen</title>
<updated>2024-10-09T16:53:25+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T16:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8362f2c6150ec6e41a985764639d3d910e0da08c'/>
<id>8362f2c6150ec6e41a985764639d3d910e0da08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes null value when the input path did not exist</title>
<updated>2024-10-09T14:03:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T14:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d2c67863777a84ddb759189ab74cc4cdc2a2d234'/>
<id>d2c67863777a84ddb759189ab74cc4cdc2a2d234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add static function micromamba_configure() to indexer</title>
<updated>2024-10-09T14:02:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T14:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5801afb48cff83547bccbf214da2b205c9fadcac'/>
<id>5801afb48cff83547bccbf214da2b205c9fadcac</id>
<content type='text'>
* Performing all of the setup tasks within indexer_conda() is very restrictive
* The conda environment bin directory is added to the program PATH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Performing all of the setup tasks within indexer_conda() is very restrictive
* The conda environment bin directory is added to the program PATH
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gfm in place of markdown extension</title>
<updated>2024-10-09T13:59:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T13:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=92b92bfc4913d03acfe4a0b2ca33c5a891790f75'/>
<id>92b92bfc4913d03acfe4a0b2ca33c5a891790f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing space to destdir to ensure its separate from the srcdir string</title>
<updated>2024-10-01T19:42:41+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-01T19:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e462c06cae9f75526fa200531615bdcc47716eef'/>
<id>e462c06cae9f75526fa200531615bdcc47716eef</id>
<content type='text'>
* Fix leaks caused by css_filename path and the dirs array
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix leaks caused by css_filename path and the dirs array
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string op warnings</title>
<updated>2024-09-20T17:11:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-20T12:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=0de2a305fc2187f62b3df36d7541e7f4fa254f61'/>
<id>0de2a305fc2187f62b3df36d7541e7f4fa254f61</id>
<content type='text'>
* Fix unused-result warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix unused-result warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix errant change of "cmd" string (#42)</title>
<updated>2024-09-16T13:51:09+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2024-09-16T13:51:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2fbc1e3d2611e485cea863346188fc08109da5c5'/>
<id>2fbc1e3d2611e485cea863346188fc08109da5c5</id>
<content type='text'>
* Was supposed to be pandoc_versioned_args</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Was supposed to be pandoc_versioned_args</pre>
</div>
</content>
</entry>
<entry>
<title>Pandoc improvements (#37)</title>
<updated>2024-08-28T17:52:12+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2024-08-28T17:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b625cf2045a73b9477abe3cc25f38bf34c8c483b'/>
<id>b625cf2045a73b9477abe3cc25f38bf34c8c483b</id>
<content type='text'>
* Tweak pandoc command and add a style sheet

* Only search for platform sub-string when valid

* Add get_pandoc_version

* Add version checking and set options accordingly

* Add support for  globals.sysconfdir

* Add missing brace

* Remove options that are created dynamically</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Tweak pandoc command and add a style sheet

* Only search for platform sub-string when valid

* Add get_pandoc_version

* Add version checking and set options accordingly

* Add support for  globals.sysconfdir

* Add missing brace

* Remove options that are created dynamically</pre>
</div>
</content>
</entry>
<entry>
<title>CI add pandoc (and bug fixes) (#35)</title>
<updated>2024-08-20T15:08:30+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2024-08-20T15:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b91f8c354b60f9db22d4ad65a1e6f72b13c8b693'/>
<id>b91f8c354b60f9db22d4ad65a1e6f72b13c8b693</id>
<content type='text'>
* Fix pandoc command regression

* Add space between destination and input

* Add pandoc dependency

* Dump output of indexed files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix pandoc command regression

* Add space between destination and input

* Add pandoc dependency

* Dump output of indexed files</pre>
</div>
</content>
</entry>
</feed>
