Felix Krause
0a7f87a539
Improved docs. Fixed serialization problem.
...
* Added serialization.txt to doc
* Fixed rendering problem in api.txt
* Use explicit tag when ref type renders to a scalar that can be
parsed to !!null
* Added test cases for this ref type fix
2016-02-15 22:54:05 +01:00
Felix Krause
02e505959a
Added setTagUriForType. Used it. Improved docs.
2016-02-15 19:46:21 +01:00
Felix Krause
325e3ec18f
Made serialization part of yaml. Improved doc.
2016-02-12 20:44:38 +01:00
Felix Krause
cb18c5cb9c
Improved documentation
2016-02-02 21:14:56 +01:00
Felix Krause
b7828884bd
Documentation fixes.
...
* Some typo fixes in code
* nim documentation now generates API doc with source links
* presenter now uses "" if a string starts with @ or `
* Removed some outdated stuff
2016-01-24 19:15:50 +01:00
Felix Krause
d05971d5ac
bench: run 100 times per test and return mean
2016-01-24 12:28:14 +01:00
Felix Krause
40e3e32f5d
Build proper HTML documentation
2016-01-13 23:19:06 +01:00
Felix Krause
68f0ba0cc7
Added jester-based YAML parsing webservice
...
* Added server/server.nim
* Fixed a problem in presenter that made it crash when
outputting a root map to JSON
2016-01-05 21:34:07 +01:00
Felix Krause
dc1a3c0fe2
Can construct basic types and custom objects
...
* Added construct() procs for some basic types
* Added macro make_serializable
2015-12-29 15:09:37 +01:00
Felix Krause
d828f4ddc5
Added benchmark. Fixed processing empty flow sets.
2015-12-29 00:14:47 +01:00
Felix Krause
24f9cf167f
Added doc generation task to config.nims
2015-12-28 22:13:14 +01:00
Felix Krause
238faf82ab
Source restructuring, added config.nims
...
* moved src/* to .
* added config.nims to build library and run tests
* reduced compiler warnings
2015-12-28 22:03:16 +01:00