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-21 | Remove std::string alias | Eelco Dolstra | |
2022-02-21 | Remove std::list alias | Eelco Dolstra | |
2022-01-27 | return string_views from forceString* | pennae | |
once a string has been forced we already have dynamic storage allocated for it, so we can easily reuse that storage instead of copying. | |||
2021-11-18 | Offer suggestions for nix-env -i | Alex Shabalin | |
Closes https://github.com/NixOS/nix/issues/972 | |||
2020-09-21 | Don't include <regex> in header files | Eelco Dolstra | |
This reduces compilation time by ~15 seconds (CPU time). Issue #4045. | |||
2020-06-11 | Move names.{cc,hh} to libstore | Eelco Dolstra | |