<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/include, branch add-multiprocessing</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>Fix a likely buffer overflow</title>
<updated>2024-09-19T03:08:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-18T14:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=c8c0802c98db5e3d6de6b79887133e0d15567fd8'/>
<id>c8c0802c98db5e3d6de6b79887133e0d15567fd8</id>
<content type='text'>
* The log_root is appended to log_file, and might exceed the defined length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The log_root is appended to log_file, and might exceed the defined length.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename mp_task to mp_pool_task</title>
<updated>2024-09-19T03:08:04+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-18T14:04:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8b47235f7c81e04fa5efef492974509789f40273'/>
<id>8b47235f7c81e04fa5efef492974509789f40273</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pool summary and elapsed time output</title>
<updated>2024-09-19T03:08:03+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-17T13:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=db1a3056296ea3ed13c5a425cf1f11602b43a6c7'/>
<id>db1a3056296ea3ed13c5a425cf1f11602b43a6c7</id>
<content type='text'>
* Add get_task_duration()
* Add get_pool_show_summary()
* Add signaled_by member to MultiProcessingTask
* Add time_data member to MultiProcessingTask for duration tracking
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add get_task_duration()
* Add get_pool_show_summary()
* Add signaled_by member to MultiProcessingTask
* Add time_data member to MultiProcessingTask for duration tracking
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doxygen comments</title>
<updated>2024-09-19T03:07:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T19:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1e320e21492d3c09bae269b10d8faf0d0d131bb9'/>
<id>1e320e21492d3c09bae269b10d8faf0d0d131bb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add multiprocessing.h to core.h</title>
<updated>2024-09-19T03:07:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T19:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=63cf3148cc3f60edf5c604a562ec95b40b8cb010'/>
<id>63cf3148cc3f60edf5c604a562ec95b40b8cb010</id>
<content type='text'>
* Remove multiprocessing.h from other files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove multiprocessing.h from other files
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix mp_pool_join example</title>
<updated>2024-09-19T03:07:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T18:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8573ad716839caf34a2c9c016d5ffbcbaab5ba2e'/>
<id>8573ad716839caf34a2c9c016d5ffbcbaab5ba2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sem_open initial state</title>
<updated>2024-09-19T03:07:12+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T17:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=17d3d0517123f5f07b4ac6bb9f1dec73c1c8ce4c'/>
<id>17d3d0517123f5f07b4ac6bb9f1dec73c1c8ce4c</id>
<content type='text'>
* Move slot-&gt;gate assignment to mp_pool_task()
* Remove mmap() to slot-&gt;gate.
* Change type of ident and log_root variables for the sake of easy (fewer maps)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move slot-&gt;gate assignment to mp_pool_task()
* Remove mmap() to slot-&gt;gate.
* Change type of ident and log_root variables for the sake of easy (fewer maps)
</pre>
</div>
</content>
</entry>
<entry>
<title>Darwin portability: Use sem_open and sem_close instead of sem_init and sem_destroy</title>
<updated>2024-09-19T03:06:09+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T16:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1fe385d782ae117d2a68266e14777d890eddf4e0'/>
<id>1fe385d782ae117d2a68266e14777d890eddf4e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing headers</title>
<updated>2024-09-19T03:06:09+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T14:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=87971633eea3306a0b85a55d7d581841b9dbf905'/>
<id>87971633eea3306a0b85a55d7d581841b9dbf905</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement multiprocessing pool(s)</title>
<updated>2024-09-19T03:06:08+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-13T13:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8f17199d16bcdb29516d34514f95d1a117f6bd26'/>
<id>8f17199d16bcdb29516d34514f95d1a117f6bd26</id>
<content type='text'>
* Adds --cpu-limit and --parallel-fail-fast arguments
* Adds disable, parallel, and setup_script keys to [test] blocks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adds --cpu-limit and --parallel-fail-fast arguments
* Adds disable, parallel, and setup_script keys to [test] blocks
</pre>
</div>
</content>
</entry>
</feed>
