depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
value-to-xml.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
1
-0
/
+4
2015-07-23
Optimize small lists
Eelco Dolstra
1
-3
/
+3
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
1
-20
/
+20
2014-12-02
Make all ExternalValueBase functions const
Shea Levy
1
-1
/
+1
2014-12-02
Allow external code using libnixexpr to add types
Shea Levy
1
-0
/
+11
2012-03-05
Fix compilation on FreeBSD
Eelco Dolstra
1
-0
/
+1
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
Eelco Dolstra
1
-1
/
+1
2010-10-24
* Store attribute sets as a vector instead of a map (i.e. a red-black
Eelco Dolstra
1
-7
/
+7
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
1
-7
/
+7
2010-06-10
* builtins.toXML: propagate the string context. This is a regression
Eelco Dolstra
1
-0
/
+1
2010-05-07
(no commit message)
Eelco Dolstra
1
-0
/
+2
2010-05-07
* Sync with the trunk.
Eelco Dolstra
1
-19
/
+43
2010-05-07
* Keep track of the source positions of attributes.
Eelco Dolstra
1
-5
/
+6
2010-04-15
* Store lists as lists of pointers to values rather than as lists of
Eelco Dolstra
1
-1
/
+1
2010-04-13
* Use a symbol table to represent identifiers and attribute names
Eelco Dolstra
1
-4
/
+4
2010-04-12
* Don't use ATerms for the abstract syntax trees anymore. Not
Eelco Dolstra
1
-29
/
+14
2010-04-07
* expr-to-xml -> value-to-xml.
Eelco Dolstra
1
-0
/
+149