summaryrefslogtreecommitdiff
path: root/src/SimpleMustache.cc
AgeCommit message (Expand)Author
2013-08-13Cleaning up the Handle API a bit.Nicolas "Pixel" Noble
2013-08-02Switching Handle's readU8() to be a Future, and using it in SimpleMustache.Nicolas "Pixel" Noble
2013-08-02Using SimpleContext in SimpleMustache's setTemplate, as it reads from a Handl...Nicolas "Pixel" Noble
2012-04-06Small improvements on the SimpleMustache processor, in order to be able to ma...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-29Fixing Mustache's escaping (again).Pixel
2011-11-29Fixing a stupid bug in the escape() code of SimpleMustache.Pixel
2011-11-29Being a bit more laxist with Mustache's values, and accepting almost anything...Pixel
2011-11-28Whoops: forgot to implement the escaping function.Pixel
2011-11-26Adding a few todo-like comments in the SimpleMustache code - not that I actua...Pixel
2011-11-25Fixing a few bugs and warnings.Pixel
2011-11-25Adding a small documentation.Pixel
2011-11-25Making values other than bool always true.Pixel
2011-11-25Adding a simple 'Mustache' template processor in C++.Pixel