Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | A few more Win32 / VisualStudio fixes. | Nicolas "Pixel" Noble | |
2013-01-22 | Removing some more cruft. | Pixel | |
2012-09-01 | Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d' | Nicolas "Pixel" Noble | |
Conflicts: includes/LuaTask.h includes/TaskMan.h includes/Threads.h src/TaskMan.cc src/Threads.cc | |||
2012-08-29 | Using true C++11 initializers in classes. | Nicolas "Pixel" Noble | |
2012-04-13 | Fixing my constant-strings constructs (Thanks Kurtis!) | Nicolas "Pixel" Noble | |
2012-04-06 | Small 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-04 | Reworked 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-29 | Removing a few operators that aren't used anymore, and adding a better ↵ | Pixel | |
=(String) operator. | |||
2011-11-29 | Being 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-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 ↵ | Pixel | |
actually intend to implement them anyway... | |||
2011-11-25 | Fixing a few bugs and warnings. | Pixel | |
2011-11-25 | Adding a simple 'Mustache' template processor in C++. | Pixel | |