1
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
366e08498e
feat: Implement introspection for sinks and sources
This provides a way to query the current state for the primary
data structures, as well as common setters.
2022-05-15 22:56:55 +02:00
f8b2a45740
chore: Improve make recipe echoing
Replaces GNU Make's default output, which simply dumps the whole
whole command line, with a custom echo that skips most flags and uses
bold text to distinguish it from command output.
2022-04-22 10:35:13 +02:00
c47054e66e
chore: Configure tooling 2022-04-21 14:04:18 +02:00
26c093ec27
build: Fix color output in Makefile 2022-04-20 18:00:08 +02:00
3430a5a19c
feat: Implement basic introspection calls 2022-04-06 21:29:18 +02:00
c4058583f1
feat: Implement basic context object 2022-04-06 21:29:16 +02:00
1da668d7d6
feat: Clean up resources on garbage collect 2022-04-06 21:29:14 +02:00
8c09fc4e7a
feat: Add initial library 2022-04-06 21:29:13 +02:00
5ca45f298c
chore: Initialize repository 2022-04-06 21:29:11 +02:00