summaryrefslogtreecommitdiff
path: root/includes/SimpleMustache.h
AgeCommit message (Collapse)Author
2013-12-20A few more Win32 / VisualStudio fixes.Nicolas "Pixel" Noble
2013-01-22Removing some more cruft.Pixel
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
Conflicts: includes/LuaTask.h includes/TaskMan.h includes/Threads.h src/TaskMan.cc src/Threads.cc
2012-08-29Using true C++11 initializers in classes.Nicolas "Pixel" Noble
2012-04-13Fixing my constant-strings constructs (Thanks Kurtis!)Nicolas "Pixel" Noble
2012-04-06Small improvements on the SimpleMustache processor, in order to be able to ↵Pixel
make it const, and to construct template out of constant strings.
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
-) Removed Assert() -) Added AAssert(), IAssert(), RAssert(), TAssert() and Failure() -) Reworked all asserts in the code, and added meaningful messages to them. -) Changed the way the startup code is generated; BALAU_STARTUP is no longer necessary.
2011-11-29Removing a few operators that aren't used anymore, and adding a better ↵Pixel
=(String) operator.
2011-11-29Being a bit more laxist with Mustache's values, and accepting almost ↵Pixel
anything as a variable; also adding a checkTemplate() method to assert a few things onto a template after loading it.
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 ↵Pixel
actually intend to implement them anyway...
2011-11-25Fixing a few bugs and warnings.Pixel
2011-11-25Adding a simple 'Mustache' template processor in C++.Pixel