<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mu.git/lib/utils/mu-command-handler.cc, branch release/1.12</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/'/>
<entry>
<title>lib/utils: small cleanups</title>
<updated>2026-04-17T20:45:49+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2026-04-09T21:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=9c34ecf4a52379520d30b024c199f5ca6c5b38af'/>
<id>9c34ecf4a52379520d30b024c199f5ca6c5b38af</id>
<content type='text'>
Fix some static analysis warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some static analysis warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>command-handler: more unit tests</title>
<updated>2023-09-24T14:29:56+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-09-24T14:24:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=e16e1f78ceb4e0f942a65455be3256aa771c3739'/>
<id>e16e1f78ceb4e0f942a65455be3256aa771c3739</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 use fmt-based apis</title>
<updated>2023-07-05T20:10:13+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-07-05T20:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=4920b5667128a33eba6cca3b55a945cff0da3e8b'/>
<id>4920b5667128a33eba6cca3b55a945cff0da3e8b</id>
<content type='text'>
Not complete, but a first big stab converting users of Mu::Error and
various g_warning &amp; friends, format to the new libfmt-based APIs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not complete, but a first big stab converting users of Mu::Error and
various g_warning &amp; friends, format to the new libfmt-based APIs.
</pre>
</div>
</content>
</entry>
<entry>
<title>lib: update for api changes, update tests</title>
<updated>2023-06-26T21:53:23+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-06-26T21:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=fd7c011195e054376653014b5fd9060de1c33fa6'/>
<id>fd7c011195e054376653014b5fd9060de1c33fa6</id>
<content type='text'>
With the new Sexp. And expand unit tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the new Sexp. And expand unit tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/sexp: add some convenience</title>
<updated>2023-06-04T11:56:40+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-06-04T11:26:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=9bab2a4050c4c52f17ae57a11315d453adbfcd36'/>
<id>9bab2a4050c4c52f17ae57a11315d453adbfcd36</id>
<content type='text'>
Add some convenience function for dealing the head/tail
Some whitespace / cosmetics
Add operators ==
Add operator !=
Update command handler for this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some convenience function for dealing the head/tail
Some whitespace / cosmetics
Add operators ==
Add operator !=
Update command handler for this.
</pre>
</div>
</content>
</entry>
<entry>
<title>server: split off new server command 'queries'</title>
<updated>2023-01-07T13:40:30+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2023-01-07T08:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=ef2ec7d5a54cf8c2dcaec91227688cc89d64c442'/>
<id>ef2ec7d5a54cf8c2dcaec91227688cc89d64c442</id>
<content type='text'>
Instead of being part of the ping command, create a separate
queries command, which is easier for updating. Ie. 'ping' implies "show
main screen" but we don't always want that side-effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of being part of the ping command, create a separate
queries command, which is easier for updating. Ie. 'ping' implies "show
main screen" but we don't always want that side-effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>command-handler: rework for new sexp</title>
<updated>2022-11-07T16:38:03+00:00</updated>
<author>
<name>Dirk-Jan C. Binnema</name>
<email>djcb@djcbsoftware.nl</email>
</author>
<published>2022-11-07T16:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/mu.git/commit/?id=dbd3c1309a1048739f679c31100d10a0106c6abb'/>
<id>dbd3c1309a1048739f679c31100d10a0106c6abb</id>
<content type='text'>
Rework / cleanup the command-handler (and rename for command-parser).

Update tests (and integrate with sources)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rework / cleanup the command-handler (and rename for command-parser).

Update tests (and integrate with sources)
</pre>
</div>
</content>
</entry>
</feed>
