about summary refs log tree commit diff
path: root/src/libexpr/names.hh
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14 Add splitVersion primop.Shea Levy1-0/+2
Fixes #1868.
2016-10-18 replace own regex class with std::regexAlexander Ried1-2/+2
2014-10-03 Don't recompile the same regex over and overEelco Dolstra1-0/+6
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-10/+1
2008-07-01 * Export the nix-env derivation name parsing and version comparisonEelco Dolstra1-0/+33
logic through the `parseDrvName' and `compareVersions' primops. This will allow expressions to easily check whether some dependency is a specific needed version or falls in some version range. See tests/lang/eval-okay-versions.nix for examples.