index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval-cache.hh
Age
Commit message (
Expand
)
Author
2024-04-06
always re-eval cached failures
Qyriad
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2022-05-16
Make nix::eval_cache::int_t more idiomatic
Théophane Hufschmitt
2022-05-16
resolve redundant priority passing, wrap NixInt in eval-cache variant
Eli Kogan-Wang
2022-05-16
Add int to eval-cache, bump eval cache schema version
Eli Kogan-Wang
2022-05-13
Integrate review changes
Eli Kogan-Wang
2022-04-26
nix: Respect meta.outputsToInstall, and use all outputs by default
Eelco Dolstra
2022-04-26
EvalCache AttrKey: Use Symbol instead of std::string
Eelco Dolstra
2022-04-26
EvalCache: Revert to using symbols in getAttr()
Eelco Dolstra
2022-04-25
rename SymbolIdx -> Symbol, Symbol -> SymbolStr
pennae
2022-04-21
store Symbols in a table as well, like positions
pennae
2022-04-14
Make InstallableFlake::toValue() and toDerivation() behave consistently
Eelco Dolstra
2022-03-11
Create some type aliases for string Contexts
John Ericson
2022-03-07
Merge `or-suggestions.hh` into `suggestions.hh`
regnat
2022-03-07
Move OrSuggestions to its own header
regnat
2022-03-07
Also display suggestions for the commands using the eval cache
regnat
2021-04-19
libcmd/installables: force re-evaluation of cached failures
Maximilian Bosch
2020-10-06
Shut up some clang warnings
Eelco Dolstra
2020-08-07
nix build (and others): Force re-evaluation of cached errors
Eelco Dolstra
2020-07-16
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-06-29
Factor out EvalCache::forceDerivation()
Eelco Dolstra
2020-04-27
nix search: Search legacyPackages recursively
Eelco Dolstra
2020-04-20
Move eval-cache.{cc,hh}
Eelco Dolstra