aboutsummaryrefslogtreecommitdiff
path: root/src/c.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-09Go back to using std.ChildProcessIsaac Freund1-1/+0
The bug with this was fixed by https://github.com/ziglang/zig/pull/4970.
2020-04-08Fix environment of spawned processesIsaac Freund1-0/+1
std.ChildProcess isn't handling environment variables set at runtime properly, so just use libc directly.
2020-03-29Make c import a little cleanerIsaac Freund1-1/+1
2020-03-27Implement basic xdg decoration managementIsaac Freund1-0/+1
2020-03-26Initial atomic layout update implementationIsaac Freund1-1/+2
2020-03-23Get things compiling againIsaac Freund1-8/+2
2020-03-21Hack around @cImport() not handling flexible arraysIsaac Freund1-2/+4
2020-03-20Down to 1 translate c errorIsaac Freund1-0/+30