Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2021-01-08 | string2Int(): Return std::optional | Eelco Dolstra | |
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 | |