index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
json-to-value.cc
Age
Commit message (
Expand
)
Author
2024-07-22
enable -Werror=suggest-override
eldritch horrors
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2022-01-27
return string_views from forceString*
pennae
2022-01-04
Remove EvalState::mkAttrs()
Eelco Dolstra
2022-01-04
Remove non-method mk<X> functions
Eelco Dolstra
2022-01-04
Remove non-method mkString()
Eelco Dolstra
2020-09-21
Bump nlohmann-json version to 3.9.1
Michael Reilly
2020-04-16
JSONSax: Use a RootValue
Eelco Dolstra
2020-01-13
Fix build
Eelco Dolstra
2020-01-09
json-to-value: use unique_ptr instead of raw pointers
Yorick van Pelt
2020-01-09
builtins.fromJSON: use nlohmann/json parser instead of custom parser
Yorick van Pelt
2020-01-07
Add support for \u escape in fromJSON
Nikola Knezevic
2020-01-07
Remove redundant check in parseJSONString
Nikola Knezevic
2019-09-22
Don't catch exceptions by value
Eelco Dolstra
2018-05-26
json-to-value: Use strtol instead of strtoi
Ben Gamari
2017-12-14
json-to-value: Throw sensible error message on invalid numbers
Ben Gamari
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-02-15
Fix broken number parsing in fromJSON
Eelco Dolstra
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-23
Optimize small lists
Eelco Dolstra
2014-09-19
Store Attrs inside Bindings
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-07-04
Add builtin function ‘fromJSON’
Eelco Dolstra