aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/names.cc
AgeCommit message (Collapse)Author
2022-01-27return 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-18Offer suggestions for nix-env -iAlex Shabalin
Closes https://github.com/NixOS/nix/issues/972
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2020-09-21Don't include <regex> in header filesEelco Dolstra
This reduces compilation time by ~15 seconds (CPU time). Issue #4045.
2020-06-11Move names.{cc,hh} to libstoreEelco Dolstra