Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-29 | util.{hh,cc}: Split out file-system.{hh,cc} | Tom Hubrecht | |
Change-Id: Ifa89a529e7e34e7291eca87d802d2f569cf2493e | |||
2023-04-06 | Backport SourcePath from the lazy-trees branch | Eelco Dolstra | |
This introduces the SourcePath type from lazy-trees as an abstraction for accessing files from inputs that may not be materialized in the real filesystem (e.g. Git repositories). Currently, however, it's just a wrapper around CanonPath, so it shouldn't change any behaviour. (On lazy-trees, SourcePath is a <InputAccessor, CanonPath> tuple.) | |||
2023-03-31 | Add CanonPath::makeRelative() | Eelco Dolstra | |
2022-12-12 | Add CanonPath wrapper to represent canonicalized paths | Eelco Dolstra | |