Age | Commit message (Expand) | Author |
---|---|---|
2023-08-25 | Introduce `OutputName` and `OutputNameView` type aliases | John Ericson |
2023-08-18 | Fixing #7479 | John Ericson |
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson |
2023-03-29 | Convert a bunch of comments in headers to Doxygen documentation | John Ericson |
2023-01-12 | Assert on construction that `OutputsSpec::Names` is non-empty | John Ericson |
2023-01-12 | Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}` | John Ericson |
2023-01-11 | Improve tests for `OutputsSpec` | John Ericson |
2023-01-11 | Remove default constructor from `OutputsSpec` | John Ericson |
2023-01-11 | Make it hard to construct an empty `OutputsSpec::Names` | John Ericson |
2023-01-11 | Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more | John Ericson |
2023-01-11 | Rename `OutputPath` -> `ExtendedOutputPath` | John Ericson |
2023-01-11 | Improve `OutputsSpec` slightly | John Ericson |
2023-01-10 | Make clear that `StorePathWithOutputs` is a deprecated type | John Ericson |