Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-15 | AK: Add a canonicalized_path() convenience function. | Andreas Kling | |
This is the same as calling FileSystemPath(foo).string(). The majority of clients only care about canonicalizing a path, so let's have an easy way to express that. | |||
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. |