index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SimpleMustache.cc
Age
Commit message (
Expand
)
Author
2014-06-20
Moving tokenize, percentEncode and percentDecode around. Fixing a few warning...
Nicolas "Pixel" Noble
2013-08-13
Cleaning up the Handle API a bit.
Nicolas "Pixel" Noble
2013-08-02
Switching Handle's readU8() to be a Future, and using it in SimpleMustache.
Nicolas "Pixel" Noble
2013-08-02
Using SimpleContext in SimpleMustache's setTemplate, as it reads from a Handl...
Nicolas "Pixel" Noble
2012-04-06
Small improvements on the SimpleMustache processor, in order to be able to ma...
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-11-29
Fixing Mustache's escaping (again).
Pixel
2011-11-29
Fixing a stupid bug in the escape() code of SimpleMustache.
Pixel
2011-11-29
Being a bit more laxist with Mustache's values, and accepting almost anything...
Pixel
2011-11-28
Whoops: forgot to implement the escaping function.
Pixel
2011-11-26
Adding a few todo-like comments in the SimpleMustache code - not that I actua...
Pixel
2011-11-25
Fixing a few bugs and warnings.
Pixel
2011-11-25
Adding a small documentation.
Pixel
2011-11-25
Making values other than bool always true.
Pixel
2011-11-25
Adding a simple 'Mustache' template processor in C++.
Pixel