Commit Graph

210 Commits

Author SHA1 Message Date
c7680b78b9 utils: Implement sexp command parser
Implement a sexp parser, and on top of that a command parser (for mu4e
commands). Add tests, too.
2020-01-21 20:58:18 +02:00
a3d71dab91 utils: Update error exception, utils. 2020-01-18 13:40:15 +02:00
b2014fe93e use g_snprintf instead of snprintf
Seems the latter cannot be found on some platforms; perhaps a
c++/namespace thing?

Use g_snprintf instead.
2020-01-07 23:17:15 +02:00
f4874cd7e1 lib/utils: Update 2020-01-05 17:46:21 +02:00
12b34be3cf mu: allow for code-coverage reports 2020-01-01 15:56:48 +02:00
97afdd9e3c lib: Use Mu:Error exception
Where applicable.
2020-01-01 13:25:07 +02:00
dfafecaf0c utils: add Mu::Error (runtime exception) 2020-01-01 13:25:07 +02:00
9f93526884 move parser/utils to utils, Mux->Mu
Move the parser utils to utils/ and rename the Mux namespace into Mu.
2019-12-22 15:26:45 +02:00
b55e191421 update for lib/utils split
Update sources with the new paths
2019-12-22 15:26:45 +02:00
e5337e7658 lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00