aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2017-06-19Make log:_strip_path more efficientnyorain
2017-06-19Make logging ninja friendlynyorain
When building with ninja instead of make __FILE__ will be relative and logging therefore break. This moves stripping the path from __FILE__ to runtime and handles a relative filepath as well as a full one.
2017-06-05Logging improvementsScott Anderson
2017-04-25Flesh out wayland backend somewhat, add exampleDrew DeVault