index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
value.hh
Age
Commit message (
Expand
)
Author
2021-12-02
Introduce builtins.groupBy primop
Silvan Mosberger
2021-11-25
Support range-based for loop over list values
Eelco Dolstra
2021-11-13
toXML: display errors position
Kevin Amado
2021-04-13
libexpr: misc improvements for proper error position
Maximilian Bosch
2020-12-18
Replace Value type setters with mk* functions
Silvan Mosberger
2020-12-17
Rename Value::normalType() -> Value::type()
Silvan Mosberger
2020-12-17
Rename ValueType -> InternalType, NormalType -> ValueType
Silvan Mosberger
2020-12-12
Make Value::type private
Silvan Mosberger
2020-12-12
Add ValueType checking functions for types that have the same NormalType
Silvan Mosberger
2020-12-12
Introduce Value type setters and make use of them
Silvan Mosberger
2020-12-12
Introduce NormalType for the normal type of a Value
Silvan Mosberger
2020-06-29
EvalCache: Store string contexts
Eelco Dolstra
2020-04-16
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-16
ValueMap, VectorVector: Use traceable_allocator
Eelco Dolstra
2020-04-16
Add function to allocate a Value in traceable memory
Eelco Dolstra
2019-12-04
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-11-28
Remove builtins.valueSize
Eelco Dolstra
2019-11-10
De-duplicate struct PrimOp forward declaration
Peter Kolloch
2019-09-09
Require flake.nix to be an attrset (not a non-trivial thunk)
Eelco Dolstra
2018-08-29
libexpr: Use int64_t for NixInt
aszlig
2018-07-03
Store floating point numbers in double precision
Eelco Dolstra
2018-05-02
Fix some random -Wconversion warnings
Eelco Dolstra
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-03-24
use std::tuple for ValueMap allocator
Daiderd Jordan
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-08-30
Fix GC build
Eelco Dolstra
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-01-06
@eelco's feedback: downgrade to regular float for size, remove unused function.
Christian Theune
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-23
Optimize small lists
Eelco Dolstra
2014-12-02
Make all ExternalValueBase functions const
Shea Levy
2014-12-02
Allow external code using libnixexpr to add types
Shea Levy
2014-10-09
mkList: Scrub better
Eelco Dolstra
2014-10-09
Typo
Eelco Dolstra
2014-09-22
Add a function ‘valueSize’
Eelco Dolstra
2014-01-21
Fix some clang warnings
Eelco Dolstra
2013-11-18
Add a primop unsafeGetAttrPos to return the position of an attribute
Eelco Dolstra
2013-08-19
Store Nix integers as longs
Eelco Dolstra
2013-08-06
Remove obsolete reference to ATerms
Eelco Dolstra
2012-12-13
fix use-after-free bug in mkString(Value&, Symbol&)
Stuart Pernsteiner
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2012-01-07
* Don't create thunks for simple constants (integers, strings, paths)
Eelco Dolstra