Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2022-02-25 | Remove std::string alias (for real this time) | Eelco Dolstra | |
Also use std::string_view in a few more places. | |||
2012-07-18 | Use "#pragma once" to prevent repeated header file inclusion | Eelco Dolstra | |
2010-04-21 | * Store user environment manifests as a Nix expression in | Eelco Dolstra | |
$out/manifest.nix rather than as an ATerm. (Hm, I thought I committed this two days ago...) | |||
2010-04-19 | * Refactoring: move the user environment stuff into its own module. | Eelco Dolstra | |